X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=cdfd8776112adbea1c13b1907442c86de46c8e04;hb=003ac806464ebd0221ba2e9d6b6b5a8510f9c452;hp=36c67106fc26cdf4ed28e59c8b0d768ad8291fe5;hpb=94f0611a61f3f115bed849887b7c538f40f11c6d;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index 36c6710..cdfd877 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -29,8 +29,8 @@ RUN curl https://get.helm.sh/helm-v2.15.2-linux-amd64.tar.gz --output helm-v2.15 && mv linux-amd64/helm /usr/local/bin/helm \ && rm -r linux-amd64/ -RUN curl -L https://launchpad.net/juju/2.7/2.7.0/+download/juju-2.7.0-k8s.tar.xz --output juju-2.7.0-k8s.tar.xz \ - && tar -xvf juju-2.7.0-k8s.tar.xz \ +RUN curl -L https://launchpad.net/juju/2.7/2.7.6/+download/juju-2.7.6-k8s.tar.xz --output juju-2.7.6-k8s.tar.xz \ + && tar -xvf juju-2.7.6-k8s.tar.xz \ && mv juju /usr/local/bin/juju RUN apt-get update && apt-get install -y git tox python3 \ @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y git tox python3 \ && python3 -m pip install -U 'PyYAML' 'aiohttp>=2.3.10' flake8 RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \ + && git -C /app/N2VC checkout v8.0 \ && python3 -m pip install -e /app/N2VC \ && python3 -m pip install -U juju \ && apt-get install -y libffi-dev libssl-dev openssh-client @@ -46,9 +47,12 @@ RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \ # cd modules/libjuju; python3 setup.py develop RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ + && git -C /app/common checkout v8.0 \ && python3 -m pip install -e /app/common # python3-pymongo python3-yaml pycrypto aiokafka +RUN python3 -m pip install grpcio-tools grpclib + RUN mkdir -p /app/storage/kafka && mkdir -p /app/log @@ -72,6 +76,7 @@ ENV OSMLCM_VCA_HOST vca ENV OSMLCM_VCA_PORT 17070 ENV OSMLCM_VCA_USER admin ENV OSMLCM_VCA_SECRET secret +ENV OSMLCM_VCA_CLOUD: localhost # ENV OSMLCM_VCA_ENABLEOSUPGRADE false # ENV OSMLCM_VCA_APTMIRROR http://archive.ubuntu.com/ubuntu/ # ENV OSMLCM_VCA_PUBKEY pubkey