X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=README-o2imsbuilder.md;h=a2b4816dcb6a73d8a55e050169c1c7869c8eb3e0;hb=57c39a0eb78be768f44784eb057c365da4203d60;hp=e19b7592378c6a3d88fcf9621e80b84664b4cb48;hpb=cb9a72de554108746c4ed35f8ad9e0a5550f626d;p=pti%2Fo2.git diff --git a/README-o2imsbuilder.md b/README-o2imsbuilder.md index e19b759..a2b4816 100644 --- a/README-o2imsbuilder.md +++ b/README-o2imsbuilder.md @@ -53,7 +53,24 @@ sudo docker tag o2imsdms:latest registry.local:9001/admin/o2imsdms:0.1.1 sudo docker image push registry.local:9001/admin/o2imsdms:0.1.1 cd /home/sysadmin/share/o2 -helm install o2imstest charts + +cat <ocloud-override.yaml +o2ims: + imagePullSecrets: admin-orano2-registry-secret + image: + repository: registry.local:9001/admin/o2imsdms + tag: 0.1.1 + pullPolicy: IfNotPresent + logginglevel: "DEBUG" + +ocloud: + OS_AUTH_URL: "your O-Cloud Auth endpoint, e.g. http://1.2.3.4:5000/v3" + OS_USERNAME: "Your auth Username" + OS_PASSWORD: "Your auth Password" +EOF + +helm install o2imstest charts/ -f ocloud-override.yaml + kubectl -n ${NAMESPACE} get pods