X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fnanobot%2Fconfigmap-src%2Fpublic%2Fproperties%2Fglobal_properties.robot;h=a5de202ef3d2913900d543e51d80bd4ec3f31b8a;hb=6948ee0b6b98e048e9cbea56abd76bc4dfe9ee0a;hp=0e9d3ff0cd323665d156ff94cb8a110d319ba236;hpb=029cc1f45c4c40e0867104b730495d4d2fe468b8;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/nanobot/configmap-src/public/properties/global_properties.robot b/ric_robot_suite/helm/nanobot/configmap-src/public/properties/global_properties.robot index 0e9d3ff..a5de202 100644 --- a/ric_robot_suite/helm/nanobot/configmap-src/public/properties/global_properties.robot +++ b/ric_robot_suite/helm/nanobot/configmap-src/public/properties/global_properties.robot @@ -51,6 +51,11 @@ Documentation store all properties that can change or are used in multipl ... {{.}}={{ printf "%s-%s" $xappNS . }} {{- end }} +# +${GLOBAL_PLMNID} {{ .Values.ric.robot.environment.gNodeB.plmnid }} +${GLOBAL_GNBID} {{ .Values.ric.robot.environment.gNodeB.gnbid }} +# + # ${GLOBAL_APPLICATION_ID} {{ default "r0" .Values.ric.robot.release | printf "nanobot-%s" }} ${GLOBAL_BUILD_NUMBER} {{ default "0" .Values.ric.platform.build }} @@ -130,6 +135,7 @@ ${GLOBAL_DASH_SERVER_PROTOCOL} {{ default "http" .Values.ric.robot. ${GLOBAL_DASH_SERVER_PORT} {{ default "31080" .Values.ric.robot.environment.dashboard.port }} ${GLOBAL_INJECTED_DASH_IP_ADDR} {{ default "127.0.0.1" .Values.ric.robot.environment.dashboard.port }} ${GLOBAL_XAPP} {{ .Values.ric.robot.environment.xapp }} +${GLOBAL_XAPP_DEPLOYMENT} {{ printf "%s-%s" ($xappNS) .Values.ric.robot.environment.xapp }} ${Global_RAN_NAMESPACE} {{ .Values.ric.robot.environment.gNodeB.ran_namespace }} ${Global_RAN_DEPLOYMENT} {{ .Values.ric.robot.environment.gNodeB.ran_deployment }}