We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb5c23 commit 4bffe4bCopy full SHA for 4bffe4b
environments/.caas/hooks/post.yml
@@ -1,6 +1,6 @@
1
# Configure the Zenith clients that are required
2
# Note zenith hosts are in podman group
3
-- hosts: grafana
+- hosts: prometheus
4
tasks:
5
- name: Deploy the Zenith client for Grafana
6
include_role:
@@ -15,8 +15,8 @@
15
tenancy-id: "{{ openstack_project_id }}"
16
zenith_proxy_mitm_enabled: yes
17
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 }}"
+ zenith_proxy_mitm_auth_basic_username: azimuth
+ zenith_proxy_mitm_auth_basic_password: "{{ vault_azimuth_user_password }}"
20
when: zenith_subdomain_monitoring is defined
21
22
- hosts: openondemand
0 commit comments