MT#8773 [CARRIER] don't change network.yml when ngcpmgmt is set

Now the network.yml is already retreive from mgmt, so no need to
add anything.

Change-Id: I728897610cbb01b6a70eedbcc0e965d8e45f47f9
changes/20/120/5
Victor Seva 11 years ago
parent 71e20d0dc6
commit 88995b6c92

@ -1643,7 +1643,9 @@ EOF
fi
# adjust network.yml
if "$PRO_EDITION" ; then
if "$RETRIEVE_MGMT_CONFIG" ; then
echo "Nothing to do (RETRIEVE_MGMT_CONFIG is set), network.yml was already set up."
elif "$PRO_EDITION" ; then
# set variable to have the *other* node from the PRO setup available for ngcp-network
case $ROLE in
sp1)

Loading…
Cancel
Save