summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-06-28 14:34:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-28 14:34:30 +0000
commit44bfa2a383673db14dcc62cd55039938ac0e17e2 (patch)
tree0e5c71d0a69025359a22490cc662566f9cdfdc42 /ci/deploy.sh
parentcc35694a87dfab1afbf429bedf67e2ef63003f3d (diff)
parent0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (diff)
Merge "Adds initial FDIO support"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 50090490..fba83a9c 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -791,6 +791,8 @@ function undercloud_prep_overcloud_deploy {
DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight_sfc.yaml"
elif [ "${deploy_options_array['vpn']}" == 'True' ]; then
DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight_sdnvpn.yaml"
+ elif [ "${deploy_options_array['vpp']}" == 'True' ]; then
+ DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight_fdio.yaml"
else
DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight.yaml"
fi