From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 21:34:10 +0000 (-0400) Subject: update the RIFT web to accept the public IP X-Git-Tag: v3.0.0rc4^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2059b39f539a63acbdbbf861e42816b87fe9a236;p=osm%2Fdevops.git update the RIFT web to accept the public IP Signed-off-by: Jeremy Mordkoff Change-Id: Ib0517677e938f65d4faa07d30d18d190373b909b --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index ec115577..09e86be3 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -228,6 +228,12 @@ function configure(){ --header 'content-type: application/vnd.yang.data+json' \ --data '{"rw-ro-account:account": [ { "openmano": { "host": "'$RO_CONTAINER_IP'", "port": "9090", "tenant-id": "'$RO_TENANT_ID'"}, "name": "osmopenmano", "ro-account-type": "openmano" }]}') [[ $result =~ .*success.* ]] || FATAL "Failed resource-orchestrator configuration: $result" + + lxc exec SO-ub -- /usr/rift/rift-shell -- rwcli --username admin --passwd admin <