openstack-helm/barbican/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

14 lines
611 B
YAML

---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
scripted_test: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
barbican_db_sync: "docker.io/openstackhelm/barbican:zed-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat: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"
barbican_api: "docker.io/openstackhelm/barbican:zed-ubuntu_focal"
...