Fix Grafana deployment

Change-Id: I45c4f4f87a348d83d50952ab658058a1dc88ff08
This commit is contained in:
Marcus Klein 2024-11-18 15:11:58 +01:00
parent d596f5d2b3
commit 78bb1459ea
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ lines
haproxy_extra_services: haproxy_extra_services:
- service: - service:
haproxy_service_name: grafana haproxy_service_name: grafana
haproxy_ssl: False haproxy_ssl: "{{ haproxy_ssl }}"
haproxy_backend_nodes: "{{ groups['grafana'] | default([]) }}" haproxy_backend_nodes: "{{ groups['grafana'] | default([]) }}"
haproxy_port: 3000 # This is set using the "grafana_port" variable haproxy_port: 3000 # This is set using the "grafana_port" variable
haproxy_balance_type: tcp haproxy_balance_type: http
Deployment Process Deployment Process
------------------ ------------------
@ -68,4 +68,4 @@ install grafana
.. code-block:: bash .. code-block:: bash
cd /opt/openstack-ansible-ops/grafana cd /opt/openstack-ansible-ops/grafana
openstack-ansible installGrafana.yml ANSIBLE_INJECT_FACT_VARS=True openstack-ansible installGrafana.yml

View File

@ -2,5 +2,5 @@
collections: collections:
- name: grafana.grafana - name: grafana.grafana
version: 2.2.3 version: 5.6.0
type: galaxy type: galaxy