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 71
71
-rfEx
72
72
-vv
73
73
environment :
74
+ DOCKER_VERSION_MIN : " {{ sct_docker_version_min }}"
75
+ DOCKER_VERSION_MAX : " {{ sct_docker_version_max }}"
74
76
GRAFANA_URL : " {{ sct_grafana_url }}"
75
77
GRAFANA_USERNAME : " {{ sct_grafana_username }}"
76
78
GRAFANA_PASSWORD : " {{ sct_grafana_password }}"
83
85
PROMETHEUS_URL : " {{ sct_prometheus_url }}"
84
86
PROMETHEUS_USERNAME : " {{ sct_prometheus_username }}"
85
87
PROMETHEUS_PASSWORD : " {{ sct_prometheus_password }}"
88
+ SELINUX_STATE : " {{ sct_selinux_state }}"
86
89
vars :
87
90
kolla_external_scheme : " {{ 'https' if kolla_enable_tls_external | bool else 'http' }}"
88
91
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"
89
96
sct_grafana_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:3000"
90
97
sct_grafana_username : " grafana_local_admin"
91
98
sct_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
98
105
sct_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
99
106
sct_prometheus_username : admin
100
107
sct_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
108
+ sct_selinux_state : " {{ selinux_state }}"
101
109
always :
102
110
- name : Fetch results
103
111
ansible.builtin.fetch :
You can’t perform that action at this time.
0 commit comments