File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7171 -rfEx
7272 -vv
7373 environment :
74+ DOCKER_VERSION_MIN : " {{ sct_docker_version_min }}"
75+ DOCKER_VERSION_MAX : " {{ sct_docker_version_max }}"
7476 GRAFANA_URL : " {{ sct_grafana_url }}"
7577 GRAFANA_USERNAME : " {{ sct_grafana_username }}"
7678 GRAFANA_PASSWORD : " {{ sct_grafana_password }}"
8385 PROMETHEUS_URL : " {{ sct_prometheus_url }}"
8486 PROMETHEUS_USERNAME : " {{ sct_prometheus_username }}"
8587 PROMETHEUS_PASSWORD : " {{ sct_prometheus_password }}"
88+ SELINUX_STATE : " {{ sct_selinux_state }}"
8689 vars :
8790 kolla_external_scheme : " {{ 'https' if kolla_enable_tls_external | bool else 'http' }}"
8891 kolla_internal_scheme : " {{ 'https' if kolla_enable_tls_internal | bool else 'http' }}"
92+ # Inclusive min
93+ sct_docker_version_min : " 24.0.0"
94+ # Exclusive max
95+ sct_docker_version_max : " 27.0.0"
8996 sct_grafana_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:3000"
9097 sct_grafana_username : " grafana_local_admin"
9198 sct_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
98105 sct_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
99106 sct_prometheus_username : admin
100107 sct_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
108+ sct_selinux_state : " {{ selinux_state }}"
101109 always :
102110 - name : Fetch results
103111 ansible.builtin.fetch :
You can’t perform that action at this time.
0 commit comments