From: Jack Lucas Date: Tue, 3 Apr 2018 18:01:30 +0000 (+0000) Subject: Update Cloudify CLI version X-Git-Tag: v2.0.0~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c8f0025f91f03c9281f4b6783c59baf41698010f;p=dcaegen2%2Fdeployments.git Update Cloudify CLI version Change-Id: Ia99dc7fcfabeec0f8b83c0182358750db942eb13 Issue-ID: DCAEGEN2-427 Signed-off-by: Jack Lucas --- diff --git a/k8s-bootstrap-container/Dockerfile-template b/k8s-bootstrap-container/Dockerfile-template index 300a9f6..713284d 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==17.11.22 + && pip install cloudify==4.3 # Get plugin archives and build wagons RUN mkdir scripts @@ -46,4 +46,4 @@ RUN scripts/load-blueprints.sh ${BP_REPO} \ # Set up runtime script COPY bootstrap.sh scripts -ENTRYPOINT exec "/scripts/bootstrap.sh" \ No newline at end of file +ENTRYPOINT exec "/scripts/bootstrap.sh" diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index d4be83f..b3b8071 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.0 + 1.1.1 http://maven.apache.org UTF-8