From: David Garcia Date: Thu, 16 Jul 2020 12:00:19 +0000 (+0200) Subject: Remove api_proxy variable in charmed installer X-Git-Tag: v8.0.0rc3~5 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=refs%2Fchanges%2F30%2F9430%2F1 Remove api_proxy variable in charmed installer - Fixes bug 1154 Change-Id: I60ac8b83b46f1c2435f7f90032be2be26ec38e2b Signed-off-by: David Garcia --- diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index 87204de6..6d89a340 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -178,7 +178,6 @@ function create_overlay() { # Calculate the default route of this machine local DEFAULT_IF=`ip route list match 0.0.0.0 | awk '{print $5}'` - local vca_apiproxy=`ip -o -4 a |grep ${DEFAULT_IF}|awk '{split($4,a,"/"); print a[1]}'` # Generate a new overlay.yaml, overriding any existing one cat << EOF > /tmp/vca-overlay.yaml @@ -191,7 +190,6 @@ applications: vca_port: $vca_port vca_pubkey: $vca_pubkey vca_cacert: $vca_cacert - vca_apiproxy: $vca_apiproxy vca_cloud: $vca_cloud vca_k8s_cloud: $K8S_CLOUD_NAME mon-k8s: