File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
etc/kayobe/kolla/config/haproxy/services.d Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{% raw %}
22frontend os_capacity_frontend
33 mode http
4- http-request del-header X-Forwarded-Proto
4+ http-request del-header X-Forwarded-Proto
55 option httplog
66 option forwardfor
7- http-request set-header X-Forwarded-Proto https if { ssl_fc }
7+ http-request set-header X-Forwarded-Proto https if { ssl_fc }
88 bind {{ kolla_internal_vip_address }}:9000
99 default_backend os_capacity_backend
1010
Original file line number Diff line number Diff line change 11---
22features :
33 - |
4- This patch adds Openstack Capacity metrics and exporters to
4+ This patch adds OpenStack Capacity metrics and exporters to
55 StackHPC Kayobe Config. This includes a deployment playbook,
6- Prometheus scrape jobs and HAProxy configurations to support
6+ Prometheus scrape jobs and HAProxy configurations to support
77 this change.
88upgrade :
99 - |
10- To deploy the Openstack Capacity Grafana dashboard, you must
11- define Openstack application credential variables:
10+ To deploy the OpenStack Capacity Grafana dashboard, you must
11+ define OpenStack application credential variables:
1212 ``secrets_os_exporter_auth_url``,
13- ``secrets_os_exporter_credential_id`` and
13+ ``secrets_os_exporter_credential_id`` and
1414 ``secrets_os_exporter_credential_secret`` as laid out in the
1515 'Monitoring' documentation.
You can’t perform that action at this time.
0 commit comments