From: Jeremy Mordkoff Date: Wed, 4 Oct 2017 16:05:41 +0000 (-0400) Subject: trick the SO into thinking the public IP is local so that openidcprovider can reach... X-Git-Tag: v3.0.0rc5^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f4b6e62bc40e8e8c49f3f302b6af4a519a08e985;p=osm%2Fdevops.git trick the SO into thinking the public IP is local so that openidcprovider can reach the platform Signed-off-by: Jeremy Mordkoff Change-Id: I3f686c5a53cb2f3c1a8870dffea8dbfd1d979686 --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 09e86be3..896eaefd 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -233,6 +233,13 @@ function configure(){ config openidc-provider-config rw-ui-client redirect-uri https://$DEFAULT_IP:8443/callback post-logout-redirect-uri https://$DEFAULT_IP:8443/ EOF + lxc exec SO-ub -- tee /etc/network/interfaces.d/60-rift.cfg <