diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-15 14:52:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-22 09:47:31 -0400 |
commit | 0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (patch) | |
tree | 7e65bb6619e302121034dcd1614de3a43e01c9a4 /ci | |
parent | 78d76ace2d2137609ada26cc3eda1405a2294f01 (diff) |
Adds initial FDIO support
JIRA: APEX-133
opnfv-tht-pr: 29
Change-Id: I3080c91c3995ed946b902a75907ef11cb349fc33
Signed-off-by: Tim Rozet <trozet@redhat.com>
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 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 |