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.5
  • FutureGateway
  • fgAPIServer, APIServerDaemon, PortalSetup &fgSetup v. 0.0.8
  • LiferayPlugIns v. 2.0.3
  • ONEdock v. 1.2
  • TOSCA-parser v. 0.8.2
  1. INDIGO-2 ElectricIndigo
  2. Updates

Second Update of INDIGO-2

PreviousThird Update of INDIGO-2NextFirst Update of INDIGO-2

Last updated 6 years ago

The Second Update of INDIGO-2 release contains:

  • :

Infrastructure Manager v. 1.5.5

What's new

  • Add Support OTC.

  • Support "DependsOn" TOSCA relationship.

  • Enable to specify a port range in endpoint ports.

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

  • Fix error getting IP info in OCCI conn.

  • Fix error in Azure conn creating a VM with only a public net attached.

  • Fix error in contextualization nodes with private leys.

  • More bugfixes and improvements...

List of RfCs

Installation & Configuration

*The supported platforms

  • CentOS 7

  • Ubuntu 14.04

  • Ubuntu 16.04

  • To upgrade to the last version first you have to install the new version using yum or apt tool:</br> yum update IM RADL apt install python-im python-radl </br>

  • To update a container the user has to:

    • Stop the old container:</br>

      sudo docker stop im </br>

    • Remove the old container:</br>

      sudo docker rm im </br>

    • Pull the new image version:</br>

      sudo docker pull indigodatacloud/im </br>

    • Start the new version:</br>

      sudo docker run -d -p 8899:8899 -p 8800:8800 -e IM_DATA_DB=mysql://username:password@server/ </br>

Artefacts

  • CentOS 7

  • Ubuntu 14.04

  • Ubuntu 16.04

  • Docker Container:

FutureGateway

fgAPIServer, APIServerDaemon, PortalSetup &fgSetup v. 0.0.8

What's new

  • This update provides mainly fixes of several bugs discovered after the electric indigo release. Few changes have been added to the installation especially taking in mind newcomers allowing them to improve the user experience while installing and testing the environment.

    • fgAPIServer - The front-end is the most impacted component in this release. It provides the implementation of new API specs concerning Applications and Infrastructure changes. Other minor code refinements have been included as well.

    • APIServerDaemon - It only contains a fix related to LiferayPTV service handling. ToscaIDC logging has been modified during resource creation.

    • PortalSetup - Contain modified fgSetup.sh files to point the v0.0.8 release

    • fgSetup - Contain a revised ansible role which supports both Ubuntu 14.04 and 16.0x and fgcommons.yml file fixed to point the v0.0.8 release

List of RfCs

*fgAPIServer

Installation & Configuration

  • Updating existing components:

    • APIServerDaemon - Stop the APIServerDaemon stopping Tomcat or the APIServerDaemon webapp. Rename the current APIServerDaemon directory to keep a safe copy of the old version (you will also need some files from it). Extract from GitHub the new APIServerDaemon with a clone command. From the older folder, copy the whole lib/ directory. Compile the code executing 'ant all'. At the end of the compilation, copy the generated war file under dist directory into the tomcat webapps folder and wait until the new APIServerDaemon web application is successfully deployed.

    • fgAPIServer - Stop apache or any WSGI engine supporting the fgAPIServer execution; stop any other stand-alone execution instance (if any). Rename the fgAPIServer folder to keep safe the older version (you may need from it the fgapiserver.conf file as well as the apps folder). Extract from GitHub the new version cloning the fgAPIServer sources. Recover from the older version the fgapiserver.conf file and the apps folder. Restart the WSGI engine (apache for instance) and any other stand-alone instance if necessary.

    • PortalSetup - It just contain the new revised contextualization script to install FG on top of an EGI FedCloud node. The script generated by the contextualization file can be used as reference for stand-alone installations as well.

Artefacts

  • CentOS7

  • Ubuntu16.04

LiferayPlugIns v. 2.0.3

What's new

  • The new version introduces several improvements:

    • allow to search among tasks, applications and infrastructures using the FG admin portlet

    • allow to modify information associated with applications and infrastructures

    • make the customisable portlet configurareble by the domain administrator

List of RfCs

Installation \& Configuration

  • To upgrade the modules have to be installed again. All configurations will be maintained.

Artefacts

  • CentOS 7

  • Ubuntu14.04

ONEdock v. 1.2

What's new

  • Implemented first version of persistence

  • Update tests to work with opennebula 4 and opennebula 5

List of RfCs

Installation & Configuration

  • The supported platforms

    • CentOS 7

    • Ubuntu 14.04

    • Ubuntu 16.04

  • Installation methods

Artefacts

  • CentOS 7

  • Ubuntu 14.04

  • Ubuntu 16.04

TOSCA-parser v. 0.8.2

What's new

  • The updated version of TOSCA-parser addresses minor bugfixes and merged 0.8.1 upstream version.

List of RfCs

  • Merge upstream version 0.8.1

Installation & Configuration

In order to update the packages please use:

  • For CentOS 7:

    yum clean all && yum update tosca-parser

  • For Ubuntu 14:04/16.04:

    apt-get update && apt-get install python-tosca-parser

Artefacts

  • CentOS7

  • Ubuntu 14.04

    • Ubuntu 14.04

Add support for instance_type in host properties: .

Support dependson relationship getting level: .

Enable to open different set of ports per VM: .

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

Enable to specify a port range in endpoint ports: .

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

Improve IAM token local validation enhancement: .

Fix error getting IP info in OCCI conn: .

Enable to reset the add_public_ip_count in the OCCI/OST conns: .

Improve Azure instance_type selection: .

Improve GCE instance type selection: .

Manage DNS records in EC2, Azure and GCE connectors: .

Fix error in Azure conn creating a VM with only a public net attached: .

Fix error in contextualization nodes with private keys: .

Improve OpenNebula conn with new ver. 5 functions as SGs: .

Improve error mesage in case of invalid proxy in OCCI conn: .

Fix errors in Azure connector : , .

Fix errors with python3 ,

Fix error in some SFTP functions in SSH class.

Change default value of REMOTE_CONF_DIR to /var/tmp.

Enable to specify a port range in outports.

Add functions to create VM snapshots.

Fix error in OCCI conn setting public key.

Improve SG management in connectors EC2 and OpenStack.

Add support to OTC.

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

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

Detach volumes before removing it in OCCI conn.

Support OpenStack calls with VOMS proxies.

Empty authorization token causes error 500 instead of 401

Wrong parameter in Applications

Missed links

Not displaying properly tasks/ when specifying user=? filter

- Implement filtering in the admin portlet

- Update FutureGateway value

- Customisable portlet configuration in configuration panel

More information can be found in the "Upgrade to a new release" section of the

Implemented first version of persistence

Update OneDock documentation

Update tests to work with one4 and one 5

Fix typo in onedock-master.spec for one 5

To install onedock it's recommended to use the install scripts available here:

If you plan to use the packages, please, read the manual first:

Fix error getting relationshps in case of custom_def capability:

Fix _find_host_containing_property does not search for properties in capabilities:

https://github.com/indigo-dc/im/issues/182
https://github.com/indigo-dc/im/issues/179
https://github.com/indigo-dc/im/issues/176
https://github.com/indigo-dc/im/issues/174
https://github.com/indigo-dc/im/issues/172
https://github.com/indigo-dc/im/issues/170
https://github.com/indigo-dc/im/issues/148
https://github.com/grycap/im/issues/331
https://github.com/grycap/im/issues/334
https://github.com/grycap/im/issues/335
https://github.com/grycap/im/issues/336
https://github.com/grycap/im/issues/340
https://github.com/grycap/im/issues/342
https://github.com/grycap/im/issues/313
https://github.com/grycap/im/issues/319
https://github.com/grycap/im/issues/317
https://github.com/grycap/im/issues/323
https://github.com/grycap/im/issues/324
https://github.com/grycap/im/issues/278
https://github.com/grycap/im/issues/284
https://github.com/grycap/im/issues/280
https://github.com/grycap/im/issues/283
https://github.com/grycap/im/issues/285
https://github.com/grycap/im/issues/152
https://github.com/grycap/im/issues/292
https://github.com/grycap/im/issues/296
https://github.com/grycap/im/issues/302
https://github.com/grycap/im/issues/288
https://github.com/grycap/im/issues/306
https://github.com/grycap/im/issues/305
https://github.com/grycap/im/issues/310
IM-1.5.5-1.el7.noarch.rpm
python-im_1.5.5-1_all.deb
python-im_1.5.5-1_all.deb
indigodatacloud/im:indigo_2
https://github.com/indigo-dc/fgAPIServer/issues/51
https://github.com/indigo-dc/fgAPIServer/issues/50
https://github.com/indigo-dc/fgAPIServer/issues/31
https://github.com/indigo-dc/fgAPIServer/issues/49
fgAPIServer-v0.0.8.tar.gz
APIServerDaemon-v0.0.8.tar.gz
PortalSetup-v0.0.8.tar.gz
fgAPIServer-v0.0.8.tar.gz
APIServerDaemon-v0.0.8.tar.gz
PortalSetup-v0.0.8.tar.gz
Issue-13
Issue-14
Issue-17
Administration Guide
LiferayPlugIns-binary-v2.0.3.tgz
LiferayPlugIns-binary-v2.0.3.tgz
https://github.com/indigo-dc/onedock/pull/66
https://github.com/indigo-dc/onedock/pull/70
https://github.com/indigo-dc/onedock/pull/76
https://github.com/indigo-dc/onedock/pull/77
https://github.com/indigo-dc/onedock/tree/master/install
https://indigo-dc.gitbooks.io/onedock/content/doc/install.html
onedock-master-1.2-1.noarch.rpm
onedock-node-1.2-1.noarch.rpm
onedock_1.2-1_master_all.deb
onedock_1.2-1_node_all.deb
onedock_1.2-1_master_all.deb
onedock_1.2-1_node_all.deb
https://bugs.launchpad.net/tosca-parser/+bug/1687598
https://bugs.launchpad.net/tosca-parser/+bug/1675764
tosca-parser-0.8.2-.el7.noarch.rpm
python-tosca-parser_0.8.2-1_all.deb
python-tosca-parser_0.8.2-1_all.deb
IM v. 1.5.5
FutureGateway
fgAPIServer v0.0.8
APIServerDaemon v0.0.8
PortalSetup v0.0.8
fgSetup v0.0.8
LiferayPlugins v. 2.0.3
ONEdock v. 1.2
TOSCA-parser v. 0.8.2