deployment: install ngcp-ngcpcfg-carrier on non-mgmt systems in carrier env

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 13 years ago
parent fc42f6d553
commit 637d3c257a

@ -1164,6 +1164,11 @@ EOF
logit "Carrier role mgmt identified, installing ngcp-bootenv-carrier"
chroot $TARGET apt-get -y install ngcp-bootenv-carrier
;;
*)
echo "Carrier role identified, installing ngcp-ngcpcfg-carrier"
logit "Carrier role identified, installing ngcp-ngcpcfg-carrier"
chroot $TARGET apt-get -y install ngcp-ngcpcfg-carrier
;;
esac
fi

Loading…
Cancel
Save