Releases: grycap/im
Releases · grycap/im
IM version 1.7.2
IM version 1.7.1
IM version 1.7.0
- Add export and import functions in REST API: #598.
- Return correct URL path when IM is behind a nginx proxy (or similiar): #591.
- Fix error in case of Max contextualization time passed the nodes are maintained in running state: #587.
- Add availability_zone field in OpenStack conn: #585.
- Fix error showing error messages with special characters: #582.
- Fix error in occi connector in case of setting and slash at the end of the host URL: #583.
- Move FogBow connector to requests library: #574.
- Enable to reference an existing volume in OCCI conn: #571.
- Fix error Resources in Azure are not properly deleted and IM returns "successfully destroyed": #566.
- Fix error GCE conn assing public IPs to all VMs: #565.
- Fix error using vault recipe options with ubuntu 2.4: #562.
- Fix than user/pass credentials can access OpenID infras: #559.
- Enable to create an infrastructure async: #556.
- Return IM list in correct order (by creation): #558.
- Add TOSCA support por managing node Endpoints: #537.
- Fix error processing TOSCA node artifacts as lists: #531.
- Add TOSCA support for REST AlterVM function: #522.
- Add TOSCA support from INDIGO fork: #520.
- Add VM creation retry in conns: #372.
- Change the behaviour en case of VM launch failure: #369.
- Improve VM launch paralelism: #233.
Change in the DB schema in the case of MySQL DB. This command must be made
in the current DB:
ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST;
IM version 1.6.7
- Fix error with the update of pyOpenSSL package causes Ansible error: #546.
- Fix error contextualizing docker containers: #529.
- Improves performance deleting an infra when configuring it: #527.
- Fix error in EC2 conn getting security groups in case of VPC usage: #525.
- Improve AlterVM function to allow receive complete RADL: #521.
- Add --version option in im_service.py: #542.
- Fix error reconfiguring nodes in case of addition of nodes: #551.
- Avoid "Failed to lock apt for exclusive operation" in contextualization: #553.
IM version 1.6.6
- Fix authorization file format does not allow passwords that contain ";": #509.
- Improve error message in ONE conn in case net without leases: #506.
- Fix error using disks.free_size in connectors: #503.
- Add retries in Azure RG deletion: #501.
- Avoid raising error in case that one auth line does not have the type field: #500.
IM version 1.6.5
IM version 1.6.4
IM version 1.6.3
- Enable to reuse keystone tokens in OCCI conn: #452.
- Add support to specify the project in case of OCCI OpenStack sites: #450.
- Add the Inf ID in all the related log messages: #449.
- Fix error in auth process in old OpenStack sites: #444.
- Fix error setting Hostname in Docker, Kubernetes and AzureClassic conns: #457.
- Fix error connecting with Synefo OCCI sites: #467.
- Fix error deleting VM in OCCI OpenNebula sites: #463.
IM version 1.6.2
- Enable config_drive option in OpenStack conn: #424.
- Improve wait_ssh_access function to test 22 port in case of Dockers: #421.
- Do not force install galaxy roles on basic task: #422.
- Enable to specify a name of a security group in the RADL: #417.
- Fix Ctxt process does not correctly stops in case of failure in one internal step: #202.
- Add support for Keystone v3 in OCCI connector: #429.
- Add support access RADL properties from Ansible recipes: #205.