Azure-plugin not sending REST calls to Azure cloud
[multicloud/azure.git] / azure / docker / Dockerfile
index 70924e3..e7bb479 100644 (file)
@@ -10,7 +10,7 @@ ENV AAI_PASSWORD "AAI"
 ENV MR_ADDR "127.0.0.1"
 ENV MR_PORT "3904"
 
-EXPOSE 9004
+EXPOSE 9008
 
 RUN apt-get update && \
     apt-get install -y unzip && \
@@ -27,6 +27,9 @@ RUN pip install .
 WORKDIR /tmp/aria-extension-cloudify
 RUN pip install .
 
+WORKDIR /tmp/aria-rest-server/src/main/python/aria-rest
+RUN pip install .
+
 RUN pip install --force-reinstall  pip==9.0.1
 WORKDIR /tmp
 ADD docker/cloudify_azure_plugin-1.4.2-py27-none-linux_x86_64.wgn /tmp/
@@ -40,7 +43,6 @@ RUN  cd /opt/ && \
     rm -rf multicloud-azure.zip && \
     pip install -r multicloud_azure/requirements.txt
 
-
 WORKDIR /opt
 RUN chmod +x multicloud_azure/docker/*.sh && chmod +x multicloud_azure/*.sh
 ENTRYPOINT multicloud_azure/docker/docker-entrypoint.sh