X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=03afbd106669a35d00a089e715af3778b2c26003;hb=50b414357839d03a84cc534a52726a98a36695bc;hp=25775d6a87ea9524f7704256251a3a4198a43b2e;hpb=90fd5b3db57d7bd5248f91b08e7f6a28dab2f9ea;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index 25775d6..03afbd1 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 @@ -102,6 +106,10 @@ ENV OSMLCM_MESSAGE_DRIVER kafka ENV OSMLCM_MESSAGE_HOST kafka ENV OSMLCM_MESSAGE_PORT 9092 +# tsdb +# ENV OSMLCM_TSDB_DRIVER prometheus +# ENV OSMLCM_TSDB_PATH /etc/prometheus +# ENV OSMLCM_TSDB_URI http://prometheus:9090/ # logs # ENV OSMLCM_GLOBAL_LOGFILE /app/log/lcm.log