From 0d976fbff21d219f0e5e4d29d373ad97467b5bb6 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 15 Jun 2016 14:52:20 -0400 Subject: Adds initial FDIO support JIRA: APEX-133 opnfv-tht-pr: 29 Change-Id: I3080c91c3995ed946b902a75907ef11cb349fc33 Signed-off-by: Tim Rozet --- ci/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 6d75bac0..66a8c0db 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -780,6 +780,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 -- cgit 1.2.3-korg