Skip to content

Commit 4bffe4b

Browse files
committed
fixed (?) grafana zenith proxy
1 parent fdb5c23 commit 4bffe4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environments/.caas/hooks/post.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configure the Zenith clients that are required
22
# Note zenith hosts are in podman group
3-
- hosts: grafana
3+
- hosts: prometheus
44
tasks:
55
- name: Deploy the Zenith client for Grafana
66
include_role:
@@ -15,8 +15,8 @@
1515
tenancy-id: "{{ openstack_project_id }}"
1616
zenith_proxy_mitm_enabled: yes
1717
zenith_proxy_mitm_auth_inject: basic
18-
zenith_proxy_mitm_auth_basic_username: "{{ grafana_security.admin_user }}"
19-
zenith_proxy_mitm_auth_basic_password: "{{ grafana_security.admin_password }}"
18+
zenith_proxy_mitm_auth_basic_username: azimuth
19+
zenith_proxy_mitm_auth_basic_password: "{{ vault_azimuth_user_password }}"
2020
when: zenith_subdomain_monitoring is defined
2121

2222
- hosts: openondemand

0 commit comments

Comments
 (0)