X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Finstall-pm-log.sh;h=0b3c7abacc0519b7f70fa5d9c4d208a65383c746;hb=7ba76d4f4c0f92c874686d60abd12ef0322f01b0;hp=1dd385983261ab925abac01df97c1bf0a6445570;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/install-pm-log.sh b/install/install-pm-log.sh index 1dd3859..0b3c7ab 100755 --- a/install/install-pm-log.sh +++ b/install/install-pm-log.sh @@ -25,9 +25,9 @@ echo "Installing pmlog" # Variables -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 @@ -42,12 +42,6 @@ check_error() { fi } -# echo " Retriving influxdb2 access token..." -# export INFLUXDB2_TOKEN=$(get_influxdb2_token influxdb2-0 nonrtric) - -# envsubst < nrt-pm-log/values-template.yaml > nrt-pm-log/values.yaml - -export KC_PORT=$(kube_get_nodeport keycloak nonrtric http) . scripts/populate_keycloak.sh cid="nrt-pm-log"