X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=2674eacacdc59bfcdbf6f04ec1b92365d18ea507;hb=refs%2Fchanges%2F14%2F9514%2F1;hp=9854ef67cc1d4fa28041bb781602e4f7080b9d26;hpb=51aeaa3c3808c2288ab29d0b227fb04759f17aca;p=pti%2Fo2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 9854ef6..2674eac 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -187,11 +187,17 @@ The following instruction should be done outside of INF platform controller host [DEFAULT] ocloud_global_id = 4e24b97c-8c49-4c4f-b53e-3de5235a4e37 + smo_register_url = http://127.0.0.1:8090/register smo_token_data = ${SMO_TOKEN_DATA} + [OCLOUD] + OS_AUTH_URL: ${OS_AUTH_URL} + OS_USERNAME: ${OS_USERNAME} + OS_PASSWORD: ${OS_PASSWORD} + API_HOST_EXTERNAL_FLOATING: ${API_HOST_EXTERNAL_FLOATING} + [API] - test = "hello" [WATCHER] @@ -246,20 +252,18 @@ The following instruction should be done outside of INF platform controller host cat <o2service-override.yaml + imagePullSecrets: + - default-registry-key + o2ims: serviceaccountname: admin-oran-o2 image: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms - tag: 2.0.0 + img_o2: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0 + img_postgres: postgres:9.6 + img_redis: redis:alpine pullPolicy: IfNotPresent logginglevel: "DEBUG" - ocloud: - OS_AUTH_URL: "${OS_AUTH_URL}" - OS_USERNAME: "${OS_USERNAME}" - OS_PASSWORD: "${OS_PASSWORD}" - API_HOST_EXTERNAL_FLOATING: "${API_HOST_EXTERNAL_FLOATING}" - applicationconfig: ${applicationconfig} servercrt: ${servercrt} serverkey: ${serverkey}