From: Jack Lucas Date: Tue, 3 Apr 2018 23:45:44 +0000 (+0000) Subject: Use Cloudify CLI 4.2 X-Git-Tag: v2.0.0~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F40841%2F1;p=dcaegen2%2Fdeployments.git Use Cloudify CLI 4.2 Change-Id: Icc671a8c9344c26c7465f1d54abf1ec3f6da8e9b Issue-ID: DCAEGEN2-427 Signed-off-by: Jack Lucas --- diff --git a/k8s-bootstrap-container/Dockerfile-template b/k8s-bootstrap-container/Dockerfile-template index 713284d..26bc9a1 100644 --- a/k8s-bootstrap-container/Dockerfile-template +++ b/k8s-bootstrap-container/Dockerfile-template @@ -31,7 +31,7 @@ RUN yum install -y gcc python-devel RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \ - && pip install cloudify==4.3 + && pip install cloudify==4.2 # Get plugin archives and build wagons RUN mkdir scripts diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index b3b8071..e2645c7 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.1.1 + 1.1.2 http://maven.apache.org UTF-8