Merge "Add missing argument in overrides yaml"

This commit is contained in:
Zuul 2018-07-25 15:40:34 +00:00 committed by Gerrit Code Review
commit 8dcf38011b
6 changed files with 10 additions and 1 deletions

View File

@ -83,7 +83,9 @@ envsubst < /tmp/tempest.yaml
helm upgrade --install tempest ./tempest \
--namespace=openstack \
--values=/tmp/tempest.yaml
--values=/tmp/tempest.yaml \
${OSH_EXTRA_HELM_ARGS} \
${OSH_EXTRA_HELM_ARGS_TEMPEST}
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh openstack 2400

View File

@ -82,6 +82,7 @@ images:
senlin_api: 'docker.io/kolla/ubuntu-source-senlin-api:3.0.3'
senlin_db_sync: 'docker.io/kolla/ubuntu-source-senlin-api:3.0.3'
senlin_engine: 'docker.io/kolla/ubuntu-source-senlin-engine:3.0.3'
senlin_engine_cleaner: 'docker.io/kolla/ubuntu-source-senlin-engine:3.0.3'
tempest: 'docker.io/kolla/ubuntu-source-tempest:3.0.3'
test: 'docker.io/kolla/ubuntu-source-rally:4.0.0'
pod:

View File

@ -79,6 +79,7 @@ images:
senlin_api: 'docker.io/kolla/ubuntu-source-senlin-api:ocata'
senlin_db_sync: 'docker.io/kolla/ubuntu-source-senlin-api:ocata'
senlin_engine: 'docker.io/kolla/ubuntu-source-senlin-engine:ocata'
senlin_engine_cleaner: 'docker.io/kolla/ubuntu-source-senlin-engine:ocata'
tempest: 'docker.io/kolla/ubuntu-source-tempest:4.0.3'
test: 'docker.io/kolla/ubuntu-source-rally:4.0.0'
pod:

View File

@ -77,5 +77,6 @@ images:
senlin_api: 'docker.io/openstackhelm/senlin:ocata'
senlin_db_sync: 'docker.io/openstackhelm/senlin:ocata'
senlin_engine: 'docker.io/openstackhelm/senlin:ocata'
senlin_engine_cleaner: 'docker.io/openstackhelm/senlin:ocata'
tempest: 'docker.io/kolla/ubuntu-source-tempest:4.0.3'
test: 'docker.io/kolla/ubuntu-source-rally:4.0.0'

View File

@ -62,6 +62,7 @@ images:
neutron_server: 'docker.io/kolla/ubuntu-source-neutron-server:pike'
nova_api: 'docker.io/kolla/ubuntu-source-nova-api:pike'
nova_cell_setup: 'docker.io/kolla/ubuntu-source-nova-api:pike'
nova_cell_setup_init: 'docker.io/kolla/ubuntu-source-nova-api:pike'
nova_compute: 'docker.io/kolla/ubuntu-source-nova-compute:pike'
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:pike'
nova_compute_ssh: 'docker.io/kolla/ubuntu-source-nova-ssh:pike'
@ -78,6 +79,7 @@ images:
senlin_api: 'docker.io/kolla/ubuntu-source-senlin-api:pike'
senlin_db_sync: 'docker.io/kolla/ubuntu-source-senlin-api:pike'
senlin_engine: 'docker.io/kolla/ubuntu-source-senlin-engine:pike'
senlin_engine_cleaner: 'docker.io/kolla/ubuntu-source-senlin-engine:pike'
tempest: 'docker.io/kolla/ubuntu-source-tempest:pike'
test: 'docker.io/kolla/ubuntu-source-rally:pike'
pod:

View File

@ -60,6 +60,7 @@ images:
neutron_sriov_agent_init: 'docker.io/openstackhelm/neutron:pike-sriov-1804'
nova_api: 'docker.io/openstackhelm/nova:pike'
nova_cell_setup: 'docker.io/openstackhelm/nova:pike'
nova_cell_setup_init: 'docker.io/openstackhelm/heat:pike'
nova_compute: 'docker.io/openstackhelm/nova:pike'
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:pike'
nova_compute_ssh: 'docker.io/openstackhelm/nova:pike'
@ -76,5 +77,6 @@ images:
senlin_api: 'docker.io/openstackhelm/senlin:pike'
senlin_db_sync: 'docker.io/openstackhelm/senlin:pike'
senlin_engine: 'docker.io/openstackhelm/senlin:pike'
senlin_engine_cleaner: 'docker.io/openstackhelm/senlin:pike'
tempest: 'docker.io/kolla/ubuntu-source-tempest:pike'
test: 'docker.io/kolla/ubuntu-source-rally:pike'