summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorbobzhou <bob.zh@huawei.com>2017-03-10 10:09:55 +0800
committerbobzhou <bob.zh@huawei.com>2017-04-13 15:40:15 +0800
commit266e9a5336defeff5f10331ab8316d69e7b20cc1 (patch)
tree01f72ebbf2e73e5021d032f6a4d9328ab345cd93 /ci/deploy.sh
parentdf58098027d081e99cdcce863ef24a992d8a7adb (diff)
add onos deployment steps
opnfv-tht-pr: 128 opnfv-puppet-tripleo-pr: 23 Change-Id: Ib99f7e3968ed03bd86ca0de9c6c37c9871921486 Signed-off-by: bobzhou <bob.zh@huawei.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index dd038643..59fcb198 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -69,7 +69,6 @@ $LIB/undercloud-functions.sh
$LIB/overcloud-deploy-functions.sh
$LIB/post-install-functions.sh
$LIB/utility-functions.sh
-$LIB/installer/onos/onos_gw_mac_update.sh
)
for lib_file in ${lib_files[@]}; do
if ! source $lib_file; then
@@ -252,14 +251,6 @@ main() {
echo -e "${blue}INFO: Post Install Configuration Complete${reset}"
fi
fi
- if [[ "${deploy_options_array['sdn_controller']}" == 'onos' ]]; then
- if ! onos_update_gw_mac ${external_cidr} ${external_gateway}; then
- echo -e "${red}ERROR:ONOS Post Install Configuration Failed, Exiting.${reset}"
- exit 1
- else
- echo -e "${blue}INFO: ONOS Post Install Configuration Complete${reset}"
- fi
- fi
}
main "$@"