X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;fp=docs%2Finstallation-guide.rst;h=3c92bd3a2020f947d7848cac67ac50dcd45acd45;hb=330e15935177e9d9e8442eb67354f9122f2871b1;hp=617ec4f5531a074c0cd35aae040e3bc0d6cfa69a;hpb=955e499773dcfd80e2b5497d3cb1b38c9ae294eb;p=pti%2Fo2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 617ec4f..3c92bd3 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -135,6 +135,10 @@ The following instruction should be done outside of INF platform controller host export OS_USERNAME= export OS_PASSWORD= + # If the external OAM IP same as OS_AUTH_URL's IP address, you can use the below command to set the environment + # export API_HOST_EXTERNAL_FLOATING=$(echo ${OS_AUTH_URL/$(echo ${OS_AUTH_URL} | grep :// | sed -e's,^\(.*//\).*,\1,g')} | cut -d/ -f1 | sed -e 's,:.*,,g') + export API_HOST_EXTERNAL_FLOATING= + cat <o2service-override.yaml o2ims: imagePullSecrets: admin-orano2-registry-secret @@ -149,6 +153,7 @@ The following instruction should be done outside of INF platform controller host OS_USERNAME: "${OS_USERNAME}" OS_PASSWORD: "${OS_PASSWORD}" K8S_KUBECONFIG: "/opt/k8s_kube.conf" + API_HOST_EXTERNAL_FLOATING: "${API_HOST_EXTERNAL_FLOATING}" EOF