Skip to content

Commit 7895d9a

Browse files
Bump kolla tags
1 parent 6730367 commit 7895d9a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,3 @@ stackhpc_docker_registry_password: !vault |
8989
# Username and password of the overcloud host image repository.
9090
stackhpc_image_repository_username: "{{ stackhpc_docker_registry_username }}"
9191
stackhpc_image_repository_password: "{{ stackhpc_docker_registry_password }}"
92-
93-
# SELinux set to disabled mode.
94-
selinux_state: disabled

etc/kayobe/kolla/globals.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,28 @@ kayobe_image_tags:
1414
openstack:
1515
rocky: zed-rocky-9-20230821T155947
1616
ubuntu: zed-ubuntu-jammy-20230821T155947
17+
neutron:
18+
rocky: zed-rocky-9-20230921T112227
19+
ubuntu: zed-ubuntu-jammy-20230821T155947
20+
nova:
21+
rocky: zed-rocky-9-20230921T112227
22+
ubuntu: zed-ubuntu-jammy-20230821T155947
23+
octavia:
24+
rocky: zed-rocky-9-20230921T112227
25+
ubuntu: zed-ubuntu-jammy-20230821T155947
26+
ovn:
27+
rocky: zed-rocky-9-20230921T112227
28+
ubuntu: zed-ubuntu-jammy-20230821T155947
29+
openvswitch:
30+
rocky: zed-rocky-9-20230921T112227
31+
ubuntu: zed-ubuntu-jammy-20230821T155947
1732

1833
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
34+
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
35+
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
36+
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
37+
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"
38+
openvswitch_tag: "{% raw %}{{ kayobe_image_tags['openvswitch'][kolla_base_distro] }}{% endraw %}"
1939

2040
om_enable_rabbitmq_high_availability: true
2141

0 commit comments

Comments
 (0)