openstack-helm/placement/values_overrides/zed-ubuntu_focal.yaml
Vladimir Kozhukalov 02a9e1e0ed Enable Zed compute-kit and cinder jobs
Also a new nodeset was temporarily added.
The aio compute-kit jobs for recent releases require
a huge node to work reliably. We'll remove the temporary nodeset
once this is merged
https://review.opendev.org/c/openstack/openstack-helm-infra/+/884989

Change-Id: I7572fc39a8f6248ff7dac44f20076ba74a3499fc
2023-06-01 16:15:50 +03:00

20 lines
698 B
YAML

---
images:
pull_policy: IfNotPresent
tags:
placement: "docker.io/openstackhelm/placement:zed-ubuntu_focal"
ks_user: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
ks_service: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
ks_endpoints: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:zed-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:
db_sync:
jobs:
- placement-db-init
...