File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -175,14 +175,14 @@ via Kayobe.
175
175
176
176
.. code-block :: console
177
177
178
- kayobe playbook run ansible/deploy-os-capacity-exporter.yml
178
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ ansible/deploy-os-capacity-exporter.yml
179
179
180
180
It is required that you re-configure the Prometheus, Grafana and HAProxy
181
181
services following deployment, to do this run the following Kayobe command.
182
182
183
183
.. code-block :: console
184
184
185
- kayobe overcloud service reconfigure -kt grafana,prometheus,haproxy
185
+ kayobe overcloud service reconfigure -kt grafana,prometheus,loadbalancer
186
186
187
187
If you notice ``HaproxyServerDown `` or ``HaproxyBackendDown `` prometheus
188
188
alerts after deployment it's likely the os_exporter secrets have not been
Original file line number Diff line number Diff line change 1
1
clouds:
2
2
openstack:
3
3
auth:
4
- auth_url: "{{ secrets_os_capacity_auth_url }}"
4
+ auth_url: "{{ stackhpc_os_capacity_auth_url }}"
5
5
application_credential_id: "{{ secrets_os_capacity_credential_id }}"
6
6
application_credential_secret: "{{ secrets_os_capacity_credential_secret }}"
7
- region_name: "RegionOne "
7
+ region_name: "{{ stackhpc_os_capacity_openstack_region_name }} "
8
8
interface: "internal"
9
9
identity_api_version: 3
10
10
auth_type: "v3applicationcredential"
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ alertmanager_low_memory_threshold_gib: 5
16
16
# targets being templated during deployment.
17
17
stackhpc_enable_os_capacity : false
18
18
19
+ # Keystone authentication URL for OpenStack Capacity
20
+ stackhpc_os_capacity_auth_url : " {{ public_openrc_auth_url }}"
21
+
22
+ # OpenStack region for OpenStack Capacity
23
+ stackhpc_os_capacity_openstack_region_name : " {{ openstack_region_name | default(RegionOne) }}"
24
+
19
25
# Whether TLS certificate verification is enabled for the OpenStack Capacity
20
26
# exporter during Keystone authentication.
21
27
stackhpc_os_capacity_openstack_verify : true
You can’t perform that action at this time.
0 commit comments