TT#56053 Pass ngcpstatus to ngcp-initial-configuration

The boot parameter 'ngcpstatus' is used to wait the number of seconds
before ending process so the external system can retrieve the final
status from 4242 port.
Add the value of this parameter as STATUS_WAIT_SECONDS option to
ngcp-initial-configuration config so external system can track the
configuration stage also.

Change-Id: I68d9c65a1cc96bf581305e92d8b9b6bfc34e7ed2
changes/91/30691/4
Mykola Malkov 6 years ago
parent 0f1160fabc
commit f27341ebb3

@ -1707,6 +1707,7 @@ FALLBACKFS_SIZE="${FALLBACKFS_SIZE}"
ROOTFS_SIZE="${ROOTFS_SIZE}"
SWAPFILE_SIZE_MB="${SWAPFILE_SIZE_MB}"
DEPLOYMENT_SH=true
STATUS_WAIT_SECONDS=${STATUS_WAIT}
EOF
if "${TRUNK_VERSION}" && checkBootParam ngcpupload ; then

Loading…
Cancel
Save