X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Finstall-pm-influx-job.sh;h=1de513ef0ce6094f55eb8115ad4f065a90a6fb0a;hb=6bf63a18d595d40ed169e79e681fc526a400aa40;hp=9f4abb32bd2928418d42488fc572312c2590eca3;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/install-pm-influx-job.sh b/install/install-pm-influx-job.sh index 9f4abb3..1de513e 100755 --- a/install/install-pm-influx-job.sh +++ b/install/install-pm-influx-job.sh @@ -29,14 +29,14 @@ check_error() { fi } -export KHOST=$(kube_get_controlplane_host) +export KUBERNETESHOST=$(kube_get_controlplane_host) if [ $? -ne 0 ]; then - echo $KHOST + echo $KUBERNETESHOST echo "Exiting" exit 1 fi -echo "Kubernetes control plane host: $KHOST" +echo "Kubernetes control plane host: $KUBERNETESHOST" . scripts/kube_get_nodeport.sh . scripts/get_influxdb2_token.sh @@ -53,7 +53,6 @@ bucket=pm-bucket echo "Creating bucket $bucket in influxdb2" create_influxdb2_bucket influxdb2-0 nonrtric $bucket -export KC_PORT=$(kube_get_nodeport keycloak nonrtric http) . scripts/populate_keycloak.sh cid="console-setup"