Skip to content

Commit 6066bf5

Browse files
markgoddardAlex-Welsh
authored andcommitted
CI: Add Docker and SELinux variables for SOT
Depends-On: stackhpc/stackhpc-cloud-tests#4
1 parent c71fce1 commit 6066bf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
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 }}"
@@ -83,9 +85,14 @@
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 }}"
@@ -98,6 +105,7 @@
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:

0 commit comments

Comments
 (0)