Skip to content

Commit 78bb145

Browse files
committed
Fix Grafana deployment
Change-Id: I45c4f4f87a348d83d50952ab658058a1dc88ff08
1 parent d596f5d commit 78bb145

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grafana/readme.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ lines
2121
haproxy_extra_services:
2222
- service:
2323
haproxy_service_name: grafana
24-
haproxy_ssl: False
24+
haproxy_ssl: "{{ haproxy_ssl }}"
2525
haproxy_backend_nodes: "{{ groups['grafana'] | default([]) }}"
2626
haproxy_port: 3000 # This is set using the "grafana_port" variable
27-
haproxy_balance_type: tcp
27+
haproxy_balance_type: http
2828
2929
Deployment Process
3030
------------------
@@ -68,4 +68,4 @@ install grafana
6868
.. code-block:: bash
6969
7070
cd /opt/openstack-ansible-ops/grafana
71-
openstack-ansible installGrafana.yml
71+
ANSIBLE_INJECT_FACT_VARS=True openstack-ansible installGrafana.yml

grafana/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
collections:
44
- name: grafana.grafana
5-
version: 2.2.3
5+
version: 5.6.0
66
type: galaxy

0 commit comments

Comments
 (0)