Remove HeatBridge for now 97/17197/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 4 Oct 2017 10:20:44 +0000 (12:20 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 4 Oct 2017 10:20:44 +0000 (12:20 +0200)
Remove python HeatBridge as it's breaking the docker build

Change-Id: I4f24ccfccbd631218fe0d39af93f8edb030dcf12
Issue-ID: SO-182
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final

index 8238923..f471caa 100644 (file)
@@ -82,10 +82,10 @@ COPY ./maven/artifacts/* $JBOSS_HOME/standalone/deployments/
 RUN mkdir -p /etc/mso/config.d/ASDC && chown -R jboss:jboss /etc/mso/config.d/ASDC && chmod u+xrw /etc/mso/config.d/ASDC
 
 ## Install heatbridge
-RUN apt-get install -y python && apt-get install -y python-pip && echo 'PIP Installed, doing upgrade' && pip install --upgrade pip
-RUN mkdir /opt/mso/heatbridge
-COPY heatbridge/heatbridge-0.3.0.dev0-py2-none-any.whl /opt/mso/heatbridge
-RUN pip install /opt/mso/heatbridge/heatbridge-0.3.0.dev0-py2-none-any.whl
+#RUN apt-get install -y python && apt-get install -y python-pip && echo 'PIP Installed, doing upgrade' && pip install --upgrade pip
+#RUN mkdir /opt/mso/heatbridge
+#COPY heatbridge/heatbridge-0.3.0.dev0-py2-none-any.whl /opt/mso/heatbridge
+#RUN pip install /opt/mso/heatbridge/heatbridge-0.3.0.dev0-py2-none-any.whl
 
 ### Open Ports
 EXPOSE 8080