From 266e9a5336defeff5f10331ab8316d69e7b20cc1 Mon Sep 17 00:00:00 2001 From: bobzhou Date: Fri, 10 Mar 2017 10:09:55 +0800 Subject: add onos deployment steps opnfv-tht-pr: 128 opnfv-puppet-tripleo-pr: 23 Change-Id: Ib99f7e3968ed03bd86ca0de9c6c37c9871921486 Signed-off-by: bobzhou --- ci/deploy.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ci') 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 "$@" -- cgit 1.2.3-korg