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 65
65
--timeout {{ sot_timeout }}
66
66
-vv
67
67
environment :
68
+ DOCKER_VERSION_MIN : " {{ sot_docker_version_min }}"
69
+ DOCKER_VERSION_MAX : " {{ sot_docker_version_max }}"
68
70
GRAFANA_URL : " {{ sot_grafana_url }}"
69
71
GRAFANA_USERNAME : " {{ sot_grafana_username }}"
70
72
GRAFANA_PASSWORD : " {{ sot_grafana_password }}"
77
79
PROMETHEUS_URL : " {{ sot_prometheus_url }}"
78
80
PROMETHEUS_USERNAME : " {{ sot_prometheus_username }}"
79
81
PROMETHEUS_PASSWORD : " {{ sot_prometheus_password }}"
82
+ SELINUX_STATE : " {{ sot_selinux_state }}"
80
83
vars :
81
84
kolla_external_scheme : " {{ 'https' if kolla_enable_tls_external | bool else 'http' }}"
82
85
kolla_internal_scheme : " {{ 'https' if kolla_enable_tls_internal | bool else 'http' }}"
86
+ # Inclusive min
87
+ sot_docker_version_min : " 24.0.0"
88
+ # Exclusive max
89
+ sot_docker_version_max : " 27.0.0"
83
90
sot_grafana_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:3000"
84
91
sot_grafana_username : " grafana_local_admin"
85
92
sot_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
92
99
sot_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
93
100
sot_prometheus_username : " admin"
94
101
sot_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
102
+ sot_selinux_state : " {{ selinux_state }}"
95
103
always :
96
104
- name : Fetch results
97
105
ansible.builtin.fetch :
You can’t perform that action at this time.
0 commit comments