Use Cloudify CLI 4.2 41/40841/1
authorJack Lucas <jflucas@research.att.com>
Tue, 3 Apr 2018 23:45:44 +0000 (23:45 +0000)
committerJack Lucas <jflucas@research.att.com>
Tue, 3 Apr 2018 23:46:33 +0000 (23:46 +0000)
Change-Id: Icc671a8c9344c26c7465f1d54abf1ec3f6da8e9b
Issue-ID: DCAEGEN2-427
Signed-off-by: Jack Lucas <jflucas@research.att.com>
k8s-bootstrap-container/Dockerfile-template
k8s-bootstrap-container/pom.xml

index 713284d..26bc9a1 100644 (file)
@@ -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
index b3b8071..e2645c7 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>1.1.1</version>
+  <version>1.1.2</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>