Skip to content
Snippets Groups Projects
Commit 2059b39f authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

update the RIFT web to accept the public IP


Signed-off-by: default avatarJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>

Change-Id: Ib0517677e938f65d4faa07d30d18d190373b909b
parent 3b3edeab
No related branches found
Tags v3.0.0rc4
No related merge requests found
......@@ -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 <<EOF
config
openidc-provider-config rw-ui-client redirect-uri https://$DEFAULT_IP:8443/callback post-logout-redirect-uri https://$DEFAULT_IP:8443/
EOF
}
function install_lxd() {
......
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