Releases: grycap/im
Releases · grycap/im
IM version 1.6.0
- 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
- 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.
IM version 1.5.4
IM version 1.5.3
- 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
IM version 1.5.2
- 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
IM version 1.5.1
- Change DB format. Old 1.5.0 data must be updated. Use the script: db_1_5_0_to_1_5_1.py to update the DB format (if you have installed 1.5.0 version) or db_1_4_to_1_5.py (if you have installed 1.4.X version):
- Install new IM 1.5.1 version.
- In case that you were using a DATA_FILE to store the IM data (in case of 1.4.X version), define the DATA_DB in the im.cfg file.
- Execute the script .
- In case that you were using a DATA_FILE you have to specify it as the first parameter of the script.
- If you were using a DATA_DB to store your data this parameter is not needed.
- The data will be moved to the new format and old data will be renamed as table inf_list_XXXXXX.
- Error in GCE connector in case of multiples nodes #161
- OCCI conn must provide ID of the storage and storagelinks #249
- Add new timeout config value for SSH access #244
- Error getting provider_id in case that is not specified in the first net #240
- Check REST API compatibility with new versions of CherryPy #219
- Update EC2 instance types to new ones #226
- Improve Error Message for InvalidParameterCombination #228
- Error in OCCI connection getting VM ID in some OpenStack sites #236
- Error in OCCI connector on start or stop VMs #234
- Issue in GCE that removes last line in authorized_keys #229
- SSL Error in OCCI conector #223
- Improve load data #200
- Bug in IM in HA mode getting old data #210
- Incorrect error message in case of error deleting a SG in EC2 conn #208
- Error configuring VMs with sudo with password #204
- InvalidPermission.Duplicate when opening ports for TOSCA Template #203
- Bootstrap ansible master VM with python if it does not have it installed #201
- Merge correctly local /etc/hosts with IM generated data enhancement #199
IM version 1.5.0
- Remove DATA_FILE from configuration. Only DB now.
- Change DB format. Old 1.4.X data must be updated.
Use the script: db_1_4_to_1_5.py to update the DB format:- Install new IM 1.5.0 version.
- In case that you were using a DATA_FILE to store the IM data (the default option in old version of IM), define the DATA_DB in the im.cfg file.
- Execute the script db_1_4_to_1_5.py (https://raw.githubusercontent.com/grycap/im/master/scripts/db_1_4_to_1_5.py).
- In case that you were using a DATA_FILE you have to specify it as the first parameter of the script.
- If you were using a DATA_DB to store your data this parameter is not needed.
- The data will be moved to the new format and old data will be renamed as table inf_list_XXXXXX.
- Remove use of insecure Pickle data.
- Add Vault support.
- Bugfix with sqlite databases.
- Fix some Kubenetes connector errors.
- Improve Docker connector.
- Bugfix killing child processes.
- Error in GCE connector in case of multiples nodes.
- Add FW creation support in GCE connector.
- Move connectors from httplib to requests lib enhancement.
- Improve data management in DB to enable HA enhancement.
- Move Azure connector to Resource Groups API enhancement.
- Change SOAPpy lib to suds.
- Add support for OpenStack pool name in OCCI connector.
IM version 1.4.8
- Bugfix setting step num in case if using contextualizes
- Bugfix mapping ips to RADL networks in OpenStack and OpenNebula connectors
- Bugfixes in OpenStack connector
- Bugfixes in REST API not multithreaded
- Bugfixes Error installing IM using pip in Ubuntu 16
- Set restrictive permissions in the master VM data dir
IM version 1.4.7
- Return 403 error in REST API when the user cannot access the infrastructure
- Assure to kill ansible processes is case of ctxt timeout
- Bugfix in some configuration cases
- Bugfix not installing ansible roles defined in not master vm
- Add im.service file add support to systemd
- Enable to add a Storage to a running VM in the OCCI and OpenNebula connectors
- Bugfix in OCCI not waiting the volumes on creation
IM version 1.4.6
- Change conf-ansible recipe to use pip in case of CentOS 6
- Improvements for VMs that reqs a priv IP but gets a public one
- Put check_im_user in all api functions
- Bugfix in Docker connector with CpuShares
- Add ANSIBLE_INSTALL_TIMEOUT var
- Create user with cloudinit in OpenStack connector
- Improve error msg in ssh wait
- Bugfixes in Azure connector