Eighth Update of INDIGO-1
Last updated
Last updated
The Eight Update of INDIGO-1 release contains: *
The updated version of the IM provides several bugfixes and improvements like:
Fix Error saving TOSCA data
Improve load data.
Fix Bug in IM in HA mode getting old data.
Bootstrap ansible master VM with python if it does not have it installed.
Fix Error configuring VMs with sudo with password.
Fix errors in EC2, GCE and OCCI connectors.
Update OpenNebula to new TTS API
To upgrade to the last version first you have to install the new version using yum or apt tool:
# yum update IM
# apt install python-im
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.
To update the container the user has to:
Stop the old container:
# sudo docker stop im
Remove the old container:
# sudo docker rm im
Pull the new image version:
# sudo docker pull indigodatacloud/im
Start the new version:
# sudo docker run -d -p 8899:8899 -p 8800:8800 -e IM_DATA_DB=mysql://username:password@server/db_name --name im indigodatacloud/im
CentOS7
Ubuntu14.04
Container
The new version provides better jsut a repackage for Mitaka CMF
CentOS7
Ubuntu14.04
This is a maintenance release for the 4.3.x series. It introduces, among others:
Added support for actions returning mixin(s)
Added support for resizing via partial updates, e.g. `--action update --resource /compute/XYZ --mixin resource_tpl#small`
support for actions returning mixins
support for resizing via partial updates
CentOS7
Ubuntu14.04
Error in GCE connector in case of multiples nodes:
OCCI conn must provide ID of the storage and storagelinks:
Add new timeout config value for SSH access:
Error getting provider_id in case that is not specified in the first net:
Check REST API compatibility with new versions of CherryPy:
Update EC2 instance types to new ones:
Improve Error Message for InvalidParameterCombination:
Error in OCCI connection getting VM ID in some OpenStack sites:
Error in OCCI connector on start or stop VMs:
Issue in GCE that removes last line in authorized_keys:
SSL Error in OCCI conector:
Improve load data:
Bug in IM in HA mode getting old data:
Incorrect error message in case of error deleting a SG in EC2 conn:
Error configuring VMs with sudo with password:
InvalidPermission.Duplicate when opening ports for TOSCA Template:
Bootstrap ansible master VM with python if it does not have it installed:
Merge correctly local /etc/hosts with IM generated data enhancement:
Weird error when not specifying image information to an IM in single-site mode:
Enable to use TOSCA functions in all sections:
Error trying to decode OIDC auth token:
Update OpenNebula to new TTS API:
Add Ctxt log attribute for INDIGO Compute node:
DependencyViolation when deploying the Mesos TOSCA Template:
InvalidPermission.Duplicate when opening ports for TOSCA Template:
Error saving TOSCA data:
As there is a change in the DB format. Old 1.5.0 data must be updated. Use the script: to update the DB format (if you have installed 1.5.0 version) or (if you have installed 1.4.X version):
Please follow the instructions provided at the link -
Details are available at