Skip to content

Commit

Permalink
Merge pull request #695 from stackhpc/os-capacity-fixes
Browse files Browse the repository at this point in the history
Remove trailing whitespace
  • Loading branch information
priteau authored Oct 8, 2023
2 parents 6497dde + 15fbd12 commit 109649a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% raw %}
frontend os_capacity_frontend
mode http
http-request del-header X-Forwarded-Proto
http-request del-header X-Forwarded-Proto
option httplog
option forwardfor
http-request set-header X-Forwarded-Proto https if { ssl_fc }
http-request set-header X-Forwarded-Proto https if { ssl_fc }
bind {{ kolla_internal_vip_address }}:9000
default_backend os_capacity_backend

Expand Down
10 changes: 5 additions & 5 deletions releasenotes/notes/os-capacity-94006f03f16583e4.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
features:
- |
This patch adds Openstack Capacity metrics and exporters to
This patch adds OpenStack Capacity metrics and exporters to
StackHPC Kayobe Config. This includes a deployment playbook,
Prometheus scrape jobs and HAProxy configurations to support
Prometheus scrape jobs and HAProxy configurations to support
this change.
upgrade:
- |
To deploy the Openstack Capacity Grafana dashboard, you must
define Openstack application credential variables:
To deploy the OpenStack Capacity Grafana dashboard, you must
define OpenStack application credential variables:
``secrets_os_exporter_auth_url``,
``secrets_os_exporter_credential_id`` and
``secrets_os_exporter_credential_id`` and
``secrets_os_exporter_credential_secret`` as laid out in the
'Monitoring' documentation.

0 comments on commit 109649a

Please sign in to comment.