File tree Expand file tree Collapse file tree 5 files changed +24
-16
lines changed Expand file tree Collapse file tree 5 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,14 @@ jobs:
211
211
${{ steps.tf_outputs.outputs.stdout }}
212
212
EOF
213
213
214
+ - name : Write Terraform network config
215
+ run : |
216
+ cat << EOF > etc/kayobe/environments/$KAYOBE_ENVIRONMENT/tf-networks.yml
217
+ admin_oc_net_name: ethernet
218
+ ethernet_ips:
219
+ controller0: "{{ access_ip_v4.value }}"
220
+ EOF
221
+
214
222
- name : Write all-in-one scenario config
215
223
run : |
216
224
cat << EOF > etc/kayobe/environments/$KAYOBE_ENVIRONMENT/zz-aio-scenario.yml
Original file line number Diff line number Diff line change 5
5
kolla_image_tags :
6
6
openstack :
7
7
rocky-9 : 2024.1-rocky-9-20240903T113235
8
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240725T165045
8
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20240917T091559
9
9
heat :
10
10
rocky-9 : 2024.1-rocky-9-20240805T142526
11
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240805T142526
12
11
nova :
13
- rocky-9 : 2024.1-rocky-9-20240918T164436
14
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240918T164436
12
+ rocky-9 : 2024.1-rocky-9-20241004T094540
13
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20241004T094540
15
14
neutron :
16
- rocky-9 : 2024.1-rocky-9-20240918T164436
17
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240918T164436
15
+ rocky-9 : 2024.1-rocky-9-20241025T090323
16
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20241025T090323
18
17
octavia :
19
- rocky-9 : 2024.1-rocky-9-20240926T144142
20
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240926T144142
18
+ rocky-9 : 2024.1-rocky-9-20241004T094540
19
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20241004T094540
21
20
horizon :
22
21
rocky-9 : 2024.1-rocky-9-20240909T144917
23
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240909T144917
24
22
bifrost_deploy :
25
23
rocky-9 : 2024.1-rocky-9-20240725T165045
26
24
prometheus :
27
25
rocky-9 : 2024.1-rocky-9-20240910T072617
28
- ubuntu-jammy : 2024.1-ubuntu-jammy-20240910T072617
29
26
rabbitmq :
30
27
rocky-9 : 2024.1-rocky-9-20240927T152945
31
28
ironic :
Original file line number Diff line number Diff line change 3
3
{# snapshots, so pin to a specific tag. #}
4
4
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
5
5
{% if kolla_base_distro == 'ubuntu' %}
6
- base_tag = jammy-20231004
6
+ base_tag = jammy-20240808
7
7
{# Similarly pinning to Rocky 9 minor version used in our repos #}
8
8
{% elif kolla_base_distro == 'rocky' %}
9
9
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
Original file line number Diff line number Diff line change @@ -149,11 +149,7 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
149
149
150
150
# Kolla Ansible source repository.
151
151
stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
152
- # FIXME: Waiting for
153
- # https://review.opendev.org/c/openstack/kolla-ansible/+/926198 to merge and
154
- # sync to stackhpc/2024.1
155
- # stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
156
- stackhpc_kolla_ansible_source_version : " fix-prometheus"
152
+ stackhpc_kolla_ansible_source_version : " stackhpc/{{ openstack_release }}"
157
153
158
154
# ##############################################################################
159
155
# Container image registry
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Bumped the base image for Ubuntu 22.04 containers.
5
+ - |
6
+ Additionally bumped Nova, Neutron and Octavia images for
7
+ both Rocky and Ubuntu.
You can’t perform that action at this time.
0 commit comments