diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-08 00:44:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-08 00:44:18 +0000 |
commit | 2b66c3113aa34829621e140b66fbfb25dbf086cf (patch) | |
tree | 19c0f5240bc98567bcb380a80934ba3f6e2f5125 /ci | |
parent | d1dc7ebd54fd2eba6bbf17a0bc531e5838635206 (diff) | |
parent | 9bebfc4c3a614ca6f3721fbef4c466e74411323a (diff) |
Merge "Fixes controller Image to be overcloud-full"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 9e317c8a..c14a91e3 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -922,6 +922,8 @@ function undercloud_prep_overcloud_deploy { DEPLOY_OPTIONS+=" --control-flavor control --compute-flavor compute" fi + DEPLOY_OPTIONS+=" -e opnfv-environment.yaml" + echo -e "${blue}INFO: Deploy options set:\n${DEPLOY_OPTIONS}${reset}" ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <<EOI |