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

17 lines
892 B
YAML

---
images:
tags:
bootstrap: "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"
keystone_api: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_bootstrap: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
keystone_credential_rotate: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_credential_setup: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_db_sync: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_domain_manage: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
keystone_fernet_setup: "docker.io/openstackhelm/keystone:zed-ubuntu_focal"
ks_user: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
...