Skip to content
Snippets Groups Projects
Commit d05ae75f authored by garciadeblas's avatar garciadeblas
Browse files

Change in installer_from_source to start the SO in the background


Change-Id: I73a3381195d67abc13d8e7da70d01fbf7eab56e8
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent c5045836
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ function configure(){
echo -e " Configuring SO"
sudo route add -host $JUJU_CONTROLLER_IP gw $VCA_CONTAINER_IP
lxc exec SO-ub -- nohup sudo -b -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode
lxc exec SO-ub -- nohup sudo -b -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode &
time=0; step=30; timelength=300; while [ $time -le $timelength ]; do sleep $step; echo -n "."; time=$((time+step)); done; echo
curl -k --request POST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment