X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=c64535ef0a5b91b4f3ef533dd7f34e5cd4b21b48;hb=5062ab708ee9f80e295ca15318070b16b191558d;hp=9854ef67cc1d4fa28041bb781602e4f7080b9d26;hpb=51aeaa3c3808c2288ab29d0b227fb04759f17aca;p=pti%2Fo2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 9854ef6..c64535e 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,19 @@ 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 + images: + tags: + o2service: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0 + postgres: docker.io/library/postgres:9.6 + redis: docker.io/library/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}