From: Zhang Rong(Jon) Date: Mon, 24 Oct 2022 03:36:41 +0000 (+0800) Subject: Fix INF-319 failed to probe inventory resource X-Git-Tag: 2.0.0-rc1~27 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7526ba257f901de043e518e5bb6e4180782aaace;p=pti%2Fo2.git Fix INF-319 failed to probe inventory resource Issue-ID: INF-319 Signed-off-by: Zhang Rong(Jon) Change-Id: I16765ae86f19671a5fe7788da1a792b9d7d3f222 --- diff --git a/Dockerfile b/Dockerfile index 989e9d4..e837ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,17 +5,17 @@ RUN apt-get update && apt-get install -y git gcc procps vim curl ssh # in case git repo is not accessable # RUN mkdir -p /cgtsclient # COPY temp/config /cgtsclient/ -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/config.git /cgtsclient +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/config.git /cgtsclient RUN pip install -e /cgtsclient/sysinv/cgts-client/cgts-client/ # RUN mkdir -p /distcloud-client # COPY temp/distcloud-client /distcloud-client/ -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud-client.git /distcloud-client/ +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/distcloud-client.git /distcloud-client/ RUN pip install -e /distcloud-client/distributedcloud-client # in case git repo is not accessable # RUN git clone --depth 1 --branch master https://github.com/cloudify-incubator/cloudify-helm-plugin.git /helmsdk -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/fault.git /faultclient +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/fault.git /faultclient RUN pip install -e /faultclient/python-fmclient/fmclient/