openstack-helm/placement/values_overrides/xena-ubuntu_focal.yaml
Gage Hugo 8d3c93d78b Remove placement db-migrate job
When the placement chart was originally written, there was a
need to migrate from an existing nova-placement setup.

Now that nova and placement have been separated for several
releases, there's not much use in maintaining this job. This
change removes the db-migrate functionality in the placement
chart due to issues with it in newer releases.

The chart version has been bumped to 0.3.0 to signify a
non-trivial change in functionality as well.

Change-Id: I6ff802ab8356deb5e927f414500c52b663cfa30b
2022-10-20 14:44:01 +00:00

20 lines
705 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"
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"
dependencies:
static:
db_sync:
jobs:
- placement-db-init
...