Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Releases: indigo-dc/im

IM version 1.7.2

24 May 08:52
8f96e5b
Compare
Choose a tag to compare

IM version 1.7.1

16 May 11:23
7bbc5f9
Compare
Choose a tag to compare

IM version 1.7.0

09 May 09:28
ed1f4d6
Compare
Choose a tag to compare

See: https://github.com/grycap/im/releases/tag/v1.7.0

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.8

11 Apr 13:16
1f1b51a
Compare
Choose a tag to compare
  • Add support for the "endpoint" "port" field: #227
  • Fix error that causes that some services left behind after deleting infrastructure on Azure: #225.
  • Fix error that causes that GCE conn assing public IPs to all VMs: #221.

IM version 1.6.7

26 Feb 07:24
Compare
Choose a tag to compare
  • Fix error with the update of pyOpenSSL package causes Ansible error: grycap#546.
  • Fix error contextualizing docker containers: grycap#529.
  • Improves performance deleting an infra when configuring it: grycap#527.
  • Fix error in EC2 conn getting security groups in case of VPC usage: grycap#525.
  • Improve AlterVM function to allow receive complete RADL: grycap#521.
  • Add --version option in im_service.py: grycap#542.
  • Fix error reconfiguring nodes in case of addition of nodes: grycap#551.
  • Avoid "Failed to lock apt for exclusive operation" in contextualization: grycap#553.

INDIGO 2st release update 6

20 Nov 07:35
ba35a61
Compare
Choose a tag to compare
  • cpu.count parameter is ignored in OpenStack conn: grycap#490
  • Review messages loglevel and set default to INFO: grycap#485
  • Enable to get the initial infrastructure contextualization log: grycap#481
  • Store tenant and project in OCCI connector: grycap#478
  • Fix error validating keystone token in OCCI conn: grycap#476
  • Decrease timeout getting ansible process results: grycap#475
  • Error connecting with Synefo OCCI sites: grycap#467
  • Error deleting VM in OCCI OpenNebula sites: grycap#463
  • Add script to purge IM database removing old deleted Infs: grycap#459
  • Error setting Hostname in Docker, Kubernetes and AzureClassic: grycap#457
  • Reuse keystone tokens in OCCI conn: grycap#452
  • Add support to specify the project in case of OCCI OpenStack sites: grycap#450
  • Add the Inf ID in all the related log messages: grycap#449
  • Error in auth process in old OpenStack sites: grycap#444
  • Add support for Keystone v3 in OCCI connector:grycap#429
  • Enable config_drive option in OpenStack conn: grycap#424
  • Do not force install galaxy roles on basic task: grycap#422
  • Improve wait_ssh_access function to test 22 port in case of Dockers: grycap#421
  • Enable to specify a name of a security group in the RADL: grycap#417

INDIGO 2st release update 5

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

IM version 1.6.0

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

INDIGO 2nd release update 2

12 Jun 10:52
Compare
Choose a tag to compare
  • Add support for instance_type in host properties: #182.

  • Support dependson relationship getting level: #179.

  • Enable to open different set of ports per VM: #176.

  • Fix error loading an infrastructure from DB in case of invalid TOSCA: #174.

  • Enable to specify a port range in endpoint ports: #172.

  • Fix error: source_range in ports property of endpoint capability is not correctly processed: #170.

  • Improve IAM token local validation enhancement: #148.

  • Fix error getting IP info in OCCI conn: grycap#331.

  • Enable to reset the add_public_ip_count in the OCCI/OST conns: grycap#334.

  • Improve Azure instance_type selection: grycap#335.

  • Improve GCE instance type selection: grycap#336.

  • Manage DNS records in EC2, Azure and GCE connectors: grycap#340.

  • Fix error in Azure conn creating a VM with only a public net attached: grycap#342.

  • Fix error in contextualization nodes with private keys: #313.

  • Improve OpenNebula conn with new ver. 5 functions as SGs: grycap#319.

  • Improve error mesage in case of invalid proxy in OCCI conn: grycap#317.

  • Fix errors in Azure connector : grycap#323, grycap#324.

  • Fix errors with python3 #278, #284

  • Fix error in some SFTP functions in SSH class. #280

  • Change default value of REMOTE_CONF_DIR to /var/tmp. #283

  • Enable to specify a port range in outports. #285

  • Add functions to create VM snapshots. #152

  • Fix error in OCCI conn setting public key. #292

  • Improve SG management in connectors EC2 and OpenStack. #296

  • Add support to OTC. #302

  • In case of hybrid infrastructures some connector will not remove all resources. #288

  • Select a random pool in case of OpenStack site in OCCI conn. #306

  • Detach volumes before removing it in OCCI conn. #305

  • Support OpenStack calls with VOMS proxies. #310

INDIGO 2nd release

13 Mar 08:36
Compare
Choose a tag to compare
  • Error detecting Ansible process timeout #273
  • Error in return value of function execute_timeout in SSH class #271
  • Add VMINFO_JSON conf var to enable the GetVMInfo function return JSON RADL #270
  • Improve OCCI cloud_init data process #269
  • Error getting VM info #266
  • Improve error messages in case of internal connector errors #242
  • Test IM with python 3 #144
  • Enrich the logging entries + stack trace with the infra id #250
  • Add IAM audience token validation #148