Skip to content

Commit

Permalink
Set ver 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 23, 2021
1 parent f120534 commit 307e81e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'InfrastructureInfo', 'InfrastructureManager', 'recipe', 'request', 'REST', 'retry',
'ServiceRequests', 'SSH', 'SSHRetry', 'timedcall', 'UnixHTTPAdapter',
'VirtualMachine', 'VMRC', 'xmlobject']
__version__ = '1.10.1'
__version__ = '1.10.2'
__author__ = 'Miguel Caballer'


Expand Down
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -627,3 +627,10 @@ IM 1.10.1:
* Only show active images in OpenStack and OpenNebula conn.
* Enable to request GPUs in TOSCA.
* Improve OpenStack flavor selection.

IM 1.10.2:
* Fix error mapping OpenNebula nets.
* Fix error getting IPv4 IP in OpenStack conn.
* Create EGI connector.
* Implement disk_size TOSCA compute property.
* Add IM_NODE_CLOUD_SERVER variable in ansible variables.
2 changes: 1 addition & 1 deletion docker-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:20.04
ARG BRANCH=devel
LABEL maintainer="Miguel Caballer <[email protected]>"
LABEL version="1.10.1"
LABEL version="1.10.2"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand Down
4 changes: 2 additions & 2 deletions docker-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM service
FROM ubuntu:20.04
LABEL maintainer="Miguel Caballer <[email protected]>"
LABEL version="1.10.1"
LABEL version="1.10.2"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand All @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.9.15&& \
cd /tmp && git clone https://github.com/openstack/tosca-parser && pip3 install /tmp/tosca-parser && \
cd /tmp && git clone https://github.com/apache/libcloud && pip3 install /tmp/libcloud && \
pip3 install IM==1.10.1 && \
pip3 install IM==1.10.2 && \
apt-get purge -y python3-pip git && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/

Expand Down

0 comments on commit 307e81e

Please sign in to comment.