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
20 changes: 18 additions & 2 deletions .github/workflows/containers-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
- glance
- horizon
- keystone
- nova
- octavia
- openstack-client
- placement
- skyline
uses: ./.github/workflows/build-container-reuse.yaml
secrets: inherit
Expand All @@ -50,6 +48,24 @@ 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"

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

neutron:
uses: ./.github/workflows/build-container-reuse.yaml
secrets: inherit
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -413,7 +413,7 @@ site:
wave: 3
# -- Chart version for Nova
# renovate: datasource=helm depName=nova registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
chartVersion: 2025.2.22+008600f9e
chartVersion: 2026.1.8+a2a343968

# -- Octavia (Load Balancer Service)
octavia:
Expand Down
28 changes: 14 additions & 14 deletions components/images-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@ images:
neutron_netns_cleanup_cron: "ghcr.io/rackerlabs/understack/neutron:2026.1"

# nova
nova_api: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_cell_setup: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_api: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_cell_setup: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_cell_setup_init: "ghcr.io/rackerlabs/understack/openstack-client:2025.2"
nova_compute: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_compute_ironic: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_compute_ssh: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_conductor: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_db_sync: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_novncproxy: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_novncproxy_assets: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_scheduler: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_spiceproxy: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_spiceproxy_assets: "ghcr.io/rackerlabs/understack/nova:2025.2"
nova_compute: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_compute_ironic: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_compute_ssh: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_conductor: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_db_sync: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_novncproxy: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_novncproxy_assets: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_scheduler: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_spiceproxy: "ghcr.io/rackerlabs/understack/nova:2026.1"
nova_spiceproxy_assets: "ghcr.io/rackerlabs/understack/nova:2026.1"
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