You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore][Tanzu Tile] Update docs and add helper scripts (#5329)
* [chore][Tanzu Tile] Update docs and add helper scripts
* Update deployments/cloudfoundry/tile/scripts/setup_tanzu.sh
* Pass in otelcol version using CLI arg
@@ -63,6 +75,31 @@ Once tile is installed and configured you can go to the Ops Manager in your brow
63
75
`Splunk Opentelemetry Collector` tile is there, green, and the correct version. Select `Review Pending Changes` ->
64
76
Check box for staged changes on your tile -> `APPLY CHANGES`
65
77
78
+
79
+
#### Ops Manager Configuration
80
+
81
+
- Browse to the Tanzu Ops Manager that you've created in the self service environment.
82
+
- Login using credentials provided in self service center.
83
+
- Upload Tanzu Tile
84
+
- Click`IMPORT A PRODUCT` -> select the created Tanzu Tile.
85
+
- The Tile will show up in the left window pane, simply click `+` next to it.
86
+
- The Tile will be shown on the Installation Dashboard as not being configured properly.
87
+
- Configure Tanzu Tile
88
+
- Assign AZs and Networks - Fill in required values, these do not have an impact on the Collector's deployment.
89
+
- Nozzle Config - The two UAA arguments are required, use the values supplied by the [setup script](./scripts/setup_tanzu.sh). The default username is `my-v2-nozzle` and password is `password`.
90
+
- Splunk Observability Cloud - These config options are directly mapped to the SignalFx's exporter options, so fill in values you use there.
91
+
- Resource Config - No changes necessary.
92
+
- Click Save after every page's changes.
93
+
94
+
### Deploying the Tanzu Tile
95
+
96
+
- Install the Tanzu Tile
97
+
- Browse to Tanzu Ops Manager home page.
98
+
- Ensure Tanzu Tile shows up with a green bar underneath (configuration is complete).
99
+
- Select `REVIEW PENDING CHANGES`
100
+
- Optional: Unselect `Small Footprint VMware Tanzu Application Service`. Unselecting this will speed up deployment time.
101
+
- Select `APPLY CHANGES`
102
+
66
103
Once changes are successfully applied, you should see data populating the charts in the Splunk Cloud Observability Suite
0 commit comments