Update README to reflect new params file changes
Should merge with https://github.com/infrawatch/osp-observability-ansible/pull/18
This commit is contained in:
parent
17a148d931
commit
51fde08069
16
README.md
16
README.md
@ -54,6 +54,18 @@ openstack observability discover --stack-name=standalone
|
||||
Deploy prometheus:
|
||||
|
||||
```
|
||||
echo "prometheus_remote_write: ['http://someurl', 'http://otherurl']" > test_params.yaml
|
||||
openstack observability setup prometheus_agent --config ./test_params.yaml
|
||||
$ cat test_params.yaml
|
||||
prometheus_remote_write:
|
||||
stf:
|
||||
url: https://default-prometheus-proxy-service-telemetry.apps.FAKE.ocp.cluster/api/v1/write
|
||||
basic_user: internal
|
||||
basic_pass: Pl4iNt3xTp4a55
|
||||
ca_cert: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
-----END CERTIFICATE-----
|
||||
not-stf:
|
||||
url: http://prometheus-rw.example.com/api/v1/write
|
||||
|
||||
$ openstack observability setup prometheus_agent --config ./test_params.yaml
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user