Fix Grafana deployment
Change-Id: I45c4f4f87a348d83d50952ab658058a1dc88ff08
This commit is contained in:
parent
d596f5d2b3
commit
78bb1459ea
@ -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
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
collections:
|
collections:
|
||||||
- name: grafana.grafana
|
- name: grafana.grafana
|
||||||
version: 2.2.3
|
version: 5.6.0
|
||||||
type: galaxy
|
type: galaxy
|
||||||
|
Loading…
Reference in New Issue
Block a user