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:
211211 ${{ steps.tf_outputs.outputs.stdout }}
212212 EOF
213213
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+
214222 - name : Write all-in-one scenario config
215223 run : |
216224 cat << EOF > etc/kayobe/environments/$KAYOBE_ENVIRONMENT/zz-aio-scenario.yml
Original file line number Diff line number Diff line change 55kolla_image_tags :
66 openstack :
77 rocky-9 : 2024.1-rocky-9-20240903T113235
8- ubuntu-jammy : 2024.1-ubuntu-jammy-20240725T165045
8+ ubuntu-jammy : 2024.1-ubuntu-jammy-20240917T091559
99 heat :
1010 rocky-9 : 2024.1-rocky-9-20240805T142526
11- ubuntu-jammy : 2024.1-ubuntu-jammy-20240805T142526
1211 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
1514 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
1817 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
2120 horizon :
2221 rocky-9 : 2024.1-rocky-9-20240909T144917
23- ubuntu-jammy : 2024.1-ubuntu-jammy-20240909T144917
2422 bifrost_deploy :
2523 rocky-9 : 2024.1-rocky-9-20240725T165045
2624 prometheus :
2725 rocky-9 : 2024.1-rocky-9-20240910T072617
28- ubuntu-jammy : 2024.1-ubuntu-jammy-20240910T072617
2926 rabbitmq :
3027 rocky-9 : 2024.1-rocky-9-20240927T152945
3128 ironic :
Original file line number Diff line number Diff line change 33{# snapshots, so pin to a specific tag. #}
44{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
55{% if kolla_base_distro == 'ubuntu' %}
6- base_tag = jammy-20231004
6+ base_tag = jammy-20240808
77{# Similarly pinning to Rocky 9 minor version used in our repos #}
88{% elif kolla_base_distro == 'rocky' %}
99base_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 }}"
149149
150150# Kolla Ansible source repository.
151151stackhpc_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 }}"
157153
158154# ##############################################################################
159155# 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