TT#46252 Change product names in deployment scripts

Change names according to official naming.

Change-Id: I563485aa08edb3835644322a6f970a9d5964b6b0
changes/73/24373/3
Mykola Malkov 8 years ago
parent 03347a4965
commit d534dd4a42

@ -1,5 +1,5 @@
#!/bin/bash
# Purpose: automatically install Debian + sip:provider platform
# Purpose: automatically install Debian + Sipwise C5 platform
################################################################################
set -e
@ -460,11 +460,11 @@ fi
if checkBootParam ngcpce ; then
CE_EDITION=true
NGCP_INSTALLER_EDITION_STR="sip:provider: CE"
NGCP_INSTALLER_EDITION_STR="Sipwise C5: CE"
SIPWISE_APT_KEY_URL_PATH="/spce/sipwise.gpg"
elif checkBootParam ngcppro || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 ; then
PRO_EDITION=true
NGCP_INSTALLER_EDITION_STR="sip:provider: PRO"
NGCP_INSTALLER_EDITION_STR="Sipwise C5: PRO"
SIPWISE_APT_KEY_URL_PATH="/sppro/sipwise.gpg"
if checkBootParam ngcpsp2 ; then
ROLE=sp2
@ -487,7 +487,7 @@ fi
if checkBootParam 'ngcpcrole=' ; then
CROLE=$(getBootParam ngcpcrole)
CARRIER_EDITION=true
NGCP_INSTALLER_EDITION_STR="sip:carrier"
NGCP_INSTALLER_EDITION_STR="Sipwise C5: CARRIER"
fi
if checkBootParam "puppetenv=" ; then

@ -95,7 +95,7 @@ deploy() {
RC=0
"${scripts_dir}/deployment.sh" || RC=$?
if [ $RC -eq 0 ] ; then
if dialog --yes-label Reboot --no-label Exit --yesno "Successfully finished deployment, enjoy your sip:provider system. Reboot system now?" 0 0 ; then
if dialog --yes-label Reboot --no-label Exit --yesno "Successfully finished deployment, enjoy your Sipwise C5 system. Reboot system now?" 0 0 ; then
reboot
else
ewarn "Not rebooting as requested, please don't forget to reboot your system." ; eend 0

Loading…
Cancel
Save