Skip to content

Commit ff6b46c

Browse files
committed
Merge remote-tracking branch 'origin/stackhpc/yoga' into HEAD
2 parents 9599867 + a0dee41 commit ff6b46c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.automation.conf/config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2424
# SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
2525
# the concurrency is set too high.
2626
export TEMPEST_CONCURRENCY=1
27-
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
28-
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode
27+
# Uncomment this to perform a full tempest test
28+
# export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
29+
# export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
2930
fi
3031

3132
fi

.automation.conf/tempest/skip-lists/ci-multinode renamed to .automation.conf/tempest/skip-lists/ci-multinode-tempest-full

File renamed without changes.

etc/kayobe/kolla/globals.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names or ansible_facts
1010
# This is necessary for os migrations where mixed clouds might be deployed
1111
kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky' and ansible_facts.distribution_major_version == '8' else ansible_facts.distribution | lower }}{% endraw %}"
1212

13+
opensearch_tag: yoga-20230904T121340
14+
1315
kayobe_image_tags:
1416
openstack:
1517
centos: yoga-20230905T130221
@@ -49,9 +51,6 @@ kayobe_image_tags:
4951
octavia:
5052
rocky: yoga-20230523T110936
5153
ubuntu: yoga-20230523T110936
52-
opensearch:
53-
rocky: yoga-20230622T154317
54-
ubuntu: yoga-20230324T090345
5554
openvswitch:
5655
rocky: yoga-20230515T150233
5756
ubuntu: yoga-20230515T150233
@@ -73,7 +72,6 @@ neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] | defa
7372
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7473
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7574
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
76-
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7775
openvswitch_tag: "{% raw %}{{ kayobe_image_tags['openvswitch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7876
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7977
prometheus_node_exporter_tag: "{% raw %}{{ kayobe_image_tags['prometheus_node_exporter'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)