Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/containers-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- nova
- octavia
- openstack-client
- placement
- skyline
uses: ./.github/workflows/build-container-reuse.yaml
secrets: inherit
Expand All @@ -50,6 +49,15 @@ jobs:
build_args: OPENSTACK_VERSION=2025.2
latest_name: "2025.2"

placement:
uses: ./.github/workflows/build-container-reuse.yaml
secrets: inherit
with:
container_name: placement
dockerfile_path: containers/placement/Dockerfile
build_args: OPENSTACK_VERSION=2026.1
latest_name: "2026.1"

neutron:
uses: ./.github/workflows/build-container-reuse.yaml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-understack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ site:
wave: 2
# -- Chart version for Placement
# renovate: datasource=helm depName=placement registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
chartVersion: 2025.2.17+bb8dd0598
chartVersion: 2026.1.4+a2a343968

# -- Nova (Compute Service)
nova:
Expand Down
4 changes: 2 additions & 2 deletions components/images-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ images:
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"

# placement
placement: "ghcr.io/rackerlabs/understack/placement:2025.2"
placement_db_sync: "ghcr.io/rackerlabs/understack/placement:2025.2"
placement: "ghcr.io/rackerlabs/understack/placement:2026.1"
placement_db_sync: "ghcr.io/rackerlabs/understack/placement:2026.1"

# openvswitch
openvswitch_db_server: "docker.io/openstackhelm/openvswitch:ubuntu_jammy-dpdk-20250127"
Expand Down
Loading