X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README-o2imsbuilder.md;h=adb5e42dd2ec6f085bd3067de71af4f24f9c6f9c;hb=refs%2Fheads%2Fmaster;hp=bd4cfbae5f355184d770b34bcdc7acdf4cd12ee5;hpb=14fc8de3f80b6e1ab1e8351017383e99628cb8e3;p=pti%2Fo2.git diff --git a/README-o2imsbuilder.md b/README-o2imsbuilder.md index bd4cfba..adb5e42 100644 --- a/README-o2imsbuilder.md +++ b/README-o2imsbuilder.md @@ -36,8 +36,9 @@ cd o2 mkdir -p temp cd temp -git clone --depth 1 --branch master https://opendev.org/starlingx/config.git -git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud-client.git +git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/config.git +git clone --branch master https://opendev.org/starlingx/distcloud-client.git +(cd distcloud-client && git reset --hard eb4e7eeeb09bdf2e1b80984b378c5a8ea9930f04) cd - docker-compose build @@ -68,10 +69,11 @@ imagePullSecrets: o2ims: serviceaccountname: admin-oran-o2 - image: - img_o2: registry.local:9001/o-ran-sc/pti-o2imsdms:2.0.0 - img_postgres: postgres:9.6 - img_redis: redis:alpine + images: + tags: + o2service: registry.local:9001/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"