89addfd4e1
This change adds the overrides needed to run both the Xena and Yoga releases in the OSH zuul jobs. Change-Id: I65e016a4cb3fd52707ab29c37f025818fcb6c405
24 lines
856 B
YAML
24 lines
856 B
YAML
---
|
|
images:
|
|
pull_policy: IfNotPresent
|
|
tags:
|
|
placement: "docker.io/openstackhelm/placement:xena-ubuntu_focal"
|
|
ks_user: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
|
|
ks_service: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
|
|
db_init: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
|
|
db_drop: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
|
|
db_migrate: "quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_bionic"
|
|
placement_db_sync: "docker.io/openstackhelm/placement:xena-ubuntu_focal"
|
|
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
|
|
image_repo_sync: "docker.io/docker:17.07.0"
|
|
manifests:
|
|
job_db_migrate: true
|
|
dependencies:
|
|
static:
|
|
db_sync:
|
|
jobs:
|
|
- placement-db-init
|
|
- placement-db-migrate
|
|
...
|