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 1
1
{% raw %}
2
2
frontend os_capacity_frontend
3
3
mode http
4
- http-request del-header X-Forwarded-Proto
4
+ http-request del-header X-Forwarded-Proto
5
5
option httplog
6
6
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 }
8
8
bind {{ kolla_internal_vip_address }}:9000
9
9
default_backend os_capacity_backend
10
10
Original file line number Diff line number Diff line change 1
1
---
2
2
features :
3
3
- |
4
- This patch adds Openstack Capacity metrics and exporters to
4
+ This patch adds OpenStack Capacity metrics and exporters to
5
5
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
7
7
this change.
8
8
upgrade :
9
9
- |
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:
12
12
``secrets_os_exporter_auth_url``,
13
- ``secrets_os_exporter_credential_id`` and
13
+ ``secrets_os_exporter_credential_id`` and
14
14
``secrets_os_exporter_credential_secret`` as laid out in the
15
15
'Monitoring' documentation.
You can’t perform that action at this time.
0 commit comments