Skip to content

Commit a4029b4

Browse files
committed
Merge branch 'stackhpc/2024.1' into fix-ci-aio-networking
2 parents 425487e + 95182a6 commit a4029b4

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/kolla-image-tags.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,24 @@
55
kolla_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:

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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' %}
99
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,7 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
149149

150150
# Kolla Ansible source repository.
151151
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 }}"
157153

158154
###############################################################################
159155
# Container image registry
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)