mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
ADD: include new charts to the umbrella chart for comprehensive
deployment of openstack-helm.
* openvswitch
* libvirt
* neutron
* nova
* placement
Change-Id: I78d1c7c629024c3f9530239dff9f8eb9da598764
25 lines
923 B
YAML
25 lines
923 B
YAML
---
|
|
placement:
|
|
images:
|
|
pull_policy: IfNotPresent
|
|
tags:
|
|
placement: "docker.io/openstackhelm/placement:train-ubuntu_bionic"
|
|
ks_user: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
ks_service: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
db_init: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
db_drop: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
db_migrate: "quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_bionic"
|
|
placement_db_sync: "docker.io/openstackhelm/placement:train-ubuntu_bionic"
|
|
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
|
|
...
|