Skip to content

Releases: grycap/im

IM version 1.7.0

09 May 09:26
266fef3
Compare
Choose a tag to compare
  • 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

15 Feb 08:33
Compare
Choose a tag to compare
  • 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

18 Dec 14:58
44b2249
Compare
Choose a tag to compare
  • 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

20 Nov 07:34
17da0bf
Compare
Choose a tag to compare
  • Fix ansible_version var is not available in ctxt process: #497
  • Homogenize Inf ID log message: #494 by
  • cpu.count parameter is ignored in OpenStack conn: #490.

IM version 1.6.4

10 Nov 09:42
5364191
Compare
Choose a tag to compare

Review messages loglevel and set default to INFO: #485.
Enable to get the initial infrastructure contextualization log: #481
Store tenant and project in OCCI connector: #478
Fix error validating keystone token in OCCI conn: #476
Decrease timeout getting ansible process results enhancement: #475

IM version 1.6.3

31 Oct 14:32
5a12593
Compare
Choose a tag to compare
  • 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

13 Oct 06:45
Compare
Choose a tag to compare
  • 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.

IM version 1.6.1

20 Sep 15:01
Compare
Choose a tag to compare
  • Fix error in ctxt process in some cases in OpenStack sites: #408.
  • Add compatibility with Ansible 2.4.0: #410.

IM version 1.6.0

14 Sep 15:52
Compare
Choose a tag to compare
  • Improve getting Public network name in OCCI: #398.
  • Improve Ansible contextualization to scale more than 50 VMs: #393.
  • Add Support Custom instance types in Google Conn: #389.
  • Implements Delete SGs in ONE conn only in last VM: #390.
  • Fix error getting contmsg output in case of use colors: #387.
  • Fix error in SSH module in sftp_put_dir if src dir ends with /: #385.
  • Fix SSL verification error in windows: #381.
  • Enable to add IPs in OCCI conn in AlterVM: #333.
  • Fix error in OpenStack conn trying to assing a floating IP to VM with public IP: #379.
  • Wait SSH access to VMs only in one ctxt task: #376.
  • Create only one storage account per Infrastructure instead of per VM in Azure conn: #362.
  • Improve save data in VM creation process: #358.
  • Fix Error creating NGS in Azure conn: #352.
  • Return false if VM does not exists in updateVMInfo: #354.
  • Update Ansible roles in Master node in reconfiguration: #349.
  • Fix error in Azure conn creating subnet: #351.
  • Fix error in Context. process in basic test in SSH tests: #348.

IM version 1.5.5

07 Jun 14:14
Compare
Choose a tag to compare
  • Fix error getting IP info in OCCI conn: #331.
  • Enable to reset the add_public_ip_count in the OCCI/OST conns: #334.
  • Improve Azure instance_type selection: #335.
  • Improve GCE instance type selection: #336.
  • Manage DNS records in EC2, Azure and GCE connectors: #340.
  • Fix error in Azure conn creating a VM with only a public net attached: #342.