This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Releases: indigo-dc/im
Releases · indigo-dc/im
INDIGO 1st release update 8
- 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
- Weird error when not specifying image information to an IM in single-site mode #157
- Enable to use TOSCA functions in all sections #149
- Error trying to decode OIDC auth token #154
- Update OpenNebula to new TTS API #145
- Add Ctxt log attribute for INDIGO Compute node #144
- DependencyViolation when deploying the Mesos TOSCA Template #134
- InvalidPermission.Duplicate when opening ports for TOSCA Template #136
- Error saving TOSCA data #135
INDIGO 1st release update 7
- 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/indigo-dc/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.
- Support for Understanding VPC-related Network Information.
- Support INDIGO Openstack sites as single site.
INDIGO 1st release update 4
- 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
- Add list of OIDC issuers supported
- Bugfix getting dependency level in configuration steps
INDIGO 1st release update 2
- Add single site support
- 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
INDIGO 1st release
INDIGO 1st release
IM version 1.4.5
First Version of IM with TOSCA support for the first release of INDIGO.