Skip to content

Commit dc968bb

Browse files
authored
Merge pull request #2078 from rackerlabs/PUC-1669-20260616-1443
feat(placement): Upgrades placement to 2026.1. JIRA:PUC-1669
2 parents 41f976b + f292d25 commit dc968bb

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/containers-openstack.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- nova
4141
- octavia
4242
- openstack-client
43-
- placement
4443
- skyline
4544
uses: ./.github/workflows/build-container-reuse.yaml
4645
secrets: inherit
@@ -50,6 +49,15 @@ jobs:
5049
build_args: OPENSTACK_VERSION=2025.2
5150
latest_name: "2025.2"
5251

52+
placement:
53+
uses: ./.github/workflows/build-container-reuse.yaml
54+
secrets: inherit
55+
with:
56+
container_name: placement
57+
dockerfile_path: containers/placement/Dockerfile
58+
build_args: OPENSTACK_VERSION=2026.1
59+
latest_name: "2026.1"
60+
5361
neutron:
5462
uses: ./.github/workflows/build-container-reuse.yaml
5563
secrets: inherit

charts/argocd-understack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ site:
401401
wave: 2
402402
# -- Chart version for Placement
403403
# renovate: datasource=helm depName=placement registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
404-
chartVersion: 2025.2.17+bb8dd0598
404+
chartVersion: 2026.1.4+a2a343968
405405

406406
# -- Nova (Compute Service)
407407
nova:

components/images-openstack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ images:
6464
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
6565

6666
# placement
67-
placement: "ghcr.io/rackerlabs/understack/placement:2025.2"
68-
placement_db_sync: "ghcr.io/rackerlabs/understack/placement:2025.2"
67+
placement: "ghcr.io/rackerlabs/understack/placement:2026.1"
68+
placement_db_sync: "ghcr.io/rackerlabs/understack/placement:2026.1"
6969

7070
# openvswitch
7171
openvswitch_db_server: "docker.io/openstackhelm/openvswitch:ubuntu_jammy-dpdk-20250127"

0 commit comments

Comments
 (0)