diff options
author | Dan Radez <dradez@redhat.com> | 2017-05-08 15:58:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-08 15:58:35 +0000 |
commit | bf00ebca10d6366058c5ab8875efa020633f34b2 (patch) | |
tree | 27edaf3a4ccd39a734cdf679b8878b77b897e9e2 /ci | |
parent | e0eda9d2ce02eb0afddd66f328f8794b073a7958 (diff) | |
parent | 266e9a5336defeff5f10331ab8316d69e7b20cc1 (diff) |
Merge "add onos deployment steps"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 9 |
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 "$@" |