Fix issue with system_ready_for_rapid file 06/73806/2
authorLuc Provoost <luc.provoost@gmail.com>
Mon, 16 Jan 2023 15:21:50 +0000 (16:21 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Tue, 17 Jan 2023 16:02:00 +0000 (16:02 +0000)
commitf87088f24875450847dc305e6e7c56db8264bdbc
treeb5b41c8a3b7010ca89de974cf16d80424946b7ac
parent20150da55eed2634cda771d8e481b76590c90b75
Fix issue with system_ready_for_rapid file

In the /opt/rapid directory, we used to check for the existance of the
file system_ready_for_rapid. This file was created when all the
initialization is done properly. This check was however broken and always
resulted succesfully, even if the file did not exist. When executing
runrapid.py, the system will now wait to connect to PROX, till this file
exists. The file is created when running start.sh

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Idca52549aae40070a0b6ea1d7ccbf6c322dc631d
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py