From: Jeremy Mordkoff Date: Wed, 4 Oct 2017 23:45:37 +0000 (-0400) Subject: switch from CLI to REST for consistency and because the CLI hates question marks X-Git-Tag: v3.0.0rc6~7^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=34151f2a7405af3ab3aab76cafeae97d4eb494af;p=osm%2Fdevops.git switch from CLI to REST for consistency and because the CLI hates question marks Signed-off-by: Jeremy Mordkoff Change-Id: Icd0a4b5e7bc0e83b5c9017c065f5da36747fb444 BUG 348 --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 896eaefd..9d10308c 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -229,10 +229,24 @@ function configure(){ --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 <