X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=a49f2d3f47843c3b8fe2b1719e6d105e358ddfae;hb=refs%2Fchanges%2F77%2F8977%2F1;hp=81ba1cb341c272d9213fc8f0f15a8c2566180c5d;hpb=ad6d533c806bce1b3506c22570838570a1055da7;p=osm%2FNBI.git diff --git a/Dockerfile.local b/Dockerfile.local index 81ba1cb..a49f2d3 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y git python3 python3-jsonschema \ # OSM_COMMON RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ + && git -C /app/common checkout v7.0 \ && python3 -m pip install -e /app/common # && cd common && python3 setup.py develop && cd .. # && pip3 install -U -r requirements.txt \ @@ -35,6 +36,7 @@ RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ # OSM_IM RUN git -C /app clone https://osm.etsi.org/gerrit/osm/IM \ + && git -C /app/IM checkout v7.0 \ && python3 -m pip install /app/IM EXPOSE 9999 @@ -82,7 +84,7 @@ ENV OSMNBI_MESSAGE_PORT 9092 # authentication ENV OSMNBI_AUTHENTICATION_BACKEND internal #ENV OSMNBI_AUTHENTICATION_BACKEND keystone -#ENV OSMNBI_AUTHENTICATION_AUTH_URL keystone +#ENV OSMNBI_AUTHENTICATION_AUTH_URL http://keystone:5000/v3 #ENV OSMNBI_AUTHENTICATION_AUTH_PORT 5000 # DOMAIN_NAME can be a single value or a comma separated list of values. The first value is for internal domain