diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-30 17:57:21 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-02-01 15:14:48 +0000 |
commit | c33a1ff1526172fec7afe04470d102e9abf81c85 (patch) | |
tree | 84dbcfb843c73b1afa5f17dcd7048710904abb3f /ci/deploy.sh | |
parent | 84dd01fb0af3ca0e63e2b169debbb7caaf4f8b1d (diff) |
Fixes missing image for nosdn deployments
Note this image could change from opendaylight to a regular overcloud
image if we choose to split out a nosdn rpm in the future. For now
fallback to the ODL image.
JIRA: APEX-78
Change-Id: I959d917330b1d8f68c16c3d122901494112db071
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 910f7c156549c14d3e635eab2707c87790116439)
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 5cccb06b..55ba5b6a 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -802,6 +802,7 @@ function undercloud_prep_overcloud_deploy { exit 1 elif [[ -z ${deploy_options_array['sdn_controller']} || ${deploy_options_array['sdn_controller']} == 'false' ]]; then echo -e "${blue}INFO: SDN Controller disabled...will deploy nosdn scenario${reset}" + SDN_IMAGE=opendaylight else echo "${red}Invalid sdn_controller: ${deploy_options_array['sdn_controller']}${reset}" echo "${red}Valid choices are opendaylight, opendaylight-external, onos, opencontrail, false, or null${reset}" |