INDIGO - DataCloud Releases
  • Introduction
  • Data Center Solutions
  • Data Solutions
  • Automated Solutions
  • High-level user oriented service
  • Common Solutions
  • INDIGO-2 ElectricIndigo
    • Generic Installation and Configuration Guide - INDIGO-2
    • INDIGO-2 Services & Applications
      • Analytics Portlets
      • CDMI Server
      • CDMI S3 QoS Interface
      • CDMI STORM Plugin
      • CloudInfoProvider
      • CloudProviderRanker
      • CLUES
      • CMDB
      • Core PaaS
        • Accounting
        • Kubernetes
        • Mesos Cluster
        • Monitoring - Zabbix Probes
      • dCache
      • Partition Director(DynPart)
      • Extended OpenStack and OpenNebula Functionalities
        • OpenStack Preemptible Instances Extensions
          • OpenStack Client for OPIE
        • OpenStack Identity Authentication Library
        • Keystone AAI support
        • Heat-Translator
        • Nova-Docker
        • Docker support for OpenNebula (ONEdock)
        • RepoSync
      • FutureGateway
      • Identity Harmonization Service
      • INDIGO IAM
      • INDIGO OMT
      • INDIGO OMT iOS
      • INDIGO Plugins
        • INDIGO Kepler
      • Infrastructure Manager
      • Infrastructure Manager Java API
      • Liferay Plugins
      • OIDC-Agent
      • ONEDATA
      • ONE-FaSS
      • OCCI support for OpenStack and OpenNebula
        • OpenStack OCCI Interface
        • pOCCI
        • jOCCI
      • Ophidia
      • Orchestrator
        • Orchent
      • QoS/SLA Management Service
      • Network Orchestrator Wrapper (NOW)
      • Synergy
      • TOSCA Parser & Types
      • Token Translation Service (WaTTS)
        • Token Translation Service Client (WaTTSon)
      • udocker
    • Updates
      • Sixth Update of INDIGO-2
      • Fifth Update of INDIGO-2
      • Fourth Update of INDIGO-2
      • Third Update of INDIGO-2
      • Second Update of INDIGO-2
      • First Update of INDIGO-2
  • INDIGO-1 MidnightBlue
    • Generic Installation and Configuration Guide - INDIGO-1
    • INDIGO-1 Services & Applications
      • CDMI Server
      • CloudInfoProvider
      • CloudProviderRanker
      • CLUES
      • Core PaaS
        • Accounting
        • Kubernetes
        • Mesos Cluster
        • Monitoring - Zabbix Probes
      • dCache
      • Partition Director(DynPart)
      • Extended OpenStack and OpenNebula Functionalities
        • OpenStack Preemptible Instances Extensions
        • OpenStack Identity Authentication Library
        • Keystone AAI support
        • Heat-Translator
        • Nova-Docker
        • Docker support for OpenNebula (ONEdock)
        • OpenStack Client
        • OpenStack NOVA Client
        • RepoSync
      • FutureGateway
        • FutureGateway API Server
        • FutureGateway API Server Daemon
        • FutureGateway jSAGA Adaptors
        • FutureGateway Portal Setup
        • fgTools
      • Identity Harmonization Service
      • INDIGO IAM
      • INDIGO OMT
      • INDIGO Plugins
        • INDIGO Kepler
      • Infrastructure Manager
      • Infrastructure Manager Java API
      • jSAGA ResourceManager API
      • Liferay IAM
      • ONEDATA
      • OCCI support for OpenStack and OpenNebula
        • OpenStack OCCI Interface
        • pOCCI
        • rOCCI
        • jOCCI
      • Ophidia
      • Orchestrator
      • QoS/SLA Management Service
      • Synergy
      • TOSCA Parser & Types
      • Token Translation Service
      • udocker
    • Updates
      • Nineth Update of INDIGO-1
      • Eighth Update of INDIGO-1
      • Seventh Update of INDIGO-1
      • Sixth Update of INDIGO-1
      • Fifth Update of INDIGO-1
      • Fourth Update of INDIGO-1
      • Third Update of INDIGO-1
      • Second Update of INDIGO-1
      • First Update of INDIGO-1
    • Service template
Powered by GitBook
On this page
  • Infrastructure Manager v 1.5.1
  • What's new
  • List of RfCs
  • Installation & Configuration
  • Artefacts
  • Nova-Docker v. 13.0.0
  • What's new
  • Installation & Configuration
  • Artefacts
  • rOCCI-cli v. 3.4.9
  • What's new
  • List of RfCs
  • Installation & Configuration
  • Artefacts
  1. INDIGO-1 MidnightBlue
  2. Updates

Eighth Update of INDIGO-1

PreviousNineth Update of INDIGO-1NextSeventh Update of INDIGO-1

Last updated 6 years ago

The Eight Update of INDIGO-1 release contains: *

Infrastructure Manager v 1.5.1

What's new

  • 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

List of RfCs

Installation & Configuration

  • 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

Artefacts

  • CentOS7

  • Ubuntu14.04

  • Container

Nova-Docker v. 13.0.0

What's new

  • The new version provides better jsut a repackage for Mitaka CMF

Installation & Configuration

Artefacts

  • CentOS7

  • Ubuntu14.04

rOCCI-cli v. 3.4.9

What's new

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`

List of RfCs

  • support for actions returning mixins

  • support for resizing via partial updates

Installation & Configuration

Artefacts

  • 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

https://github.com/grycap/im/issues/161
https://github.com/grycap/im/issues/249
https://github.com/grycap/im/issues/244
https://github.com/grycap/im/issues/240
https://github.com/grycap/im/issues/219
https://github.com/grycap/im/issues/226
https://github.com/grycap/im/issues/228
https://github.com/grycap/im/issues/236
https://github.com/grycap/im/issues/234
https://github.com/grycap/im/issues/229
https://github.com/grycap/im/issues/223
https://github.com/grycap/im/issues/200
https://github.com/grycap/im/issues/210
https://github.com/grycap/im/issues/208
https://github.com/grycap/im/issues/204
https://github.com/grycap/im/issues/203
https://github.com/grycap/im/issues/201
https://github.com/grycap/im/issues/199
https://github.com/indigo-dc/im/issues/157
https://github.com/indigo-dc/im/issues/149
https://github.com/indigo-dc/im/issues/154
https://github.com/indigo-dc/im/issues/145
https://github.com/indigo-dc/im/issues/144
https://github.com/indigo-dc/im/issues/134
https://github.com/indigo-dc/im/issues/136
https://github.com/indigo-dc/im/issues/135
db_1_5_0_to_1_5_1.py
db_1_4_to_1_5.py
IM-1.5.1-1.el7.noarch.rpm
python-im_1.5.1-1_all.deb
indigodatacloud/im:indigo_1
https://indigo-dc.gitbooks.io/openstack-nova-docker/content/docs/install.html`
python-nova-docker-13.0.4_indigo-1.el7.local.noarch.rpm
nova-compute-docker_13.0.0_indigo-1_all.deb
python-nova-docker_13.0.0_indigo-1_all.deb
rOCCI on GitBOOK
occi-cli-4.3.9+20170214132548-1.el7.x86_64.rpm
occi-cli_4.3.9+20170214125535-1_amd64.deb
Infrastructure Manager v1.5.1
Nova-Docker v. 13.0.0
rOCCI_cli v. 3.4.9