First Update of INDIGO-1

The First Update of INDIGO-1 release contains:

CDMI v. 0.2

What's new

  • Improving the CDMI specification compliance, fixing authentication and file-system issues

List of RfCs

Installation & Configuration

Artefacts

CloudInfoProvider v. 0.9.3

What's new

  • Implement cleaning of obsolete images from CMDB, fix OpenStack provider deprecation warnings and vebose output, fix and improve LDIF output, python3 support, testing and documentation.

List of RfCs

  • send-to-cmdb can now delete obsolete images from the CMDB

  • Re-enable and fix support of LDIF output using Mako templates

  • Fix OpenStack deprecation warning

  • Improve python 3 support and testing

  • Improved and Updated documentation

Installation & Configuration

  • A complete update of the node hosting the service can to be done using the system package manager, no manual intervention needed:

    • For CentOS 7:

      yum clean all && yum update

    • For Ubuntu 14:04:

      apt-get update && apt-get upgrade

  • In order to update just the cloud-info-provider:

    • For CentOS 7:

      yum clean all && yum update cloud-info-provider-indigo

    • For Ubuntu 14:04:

      apt-get update && apt-get install -V python-cloud-info-provider-indigo

Artefacts

FutureGateway

fgAPIServer v0.0.4

What's new

  • Aligned LiferayIAM answers to the latest version

  • Fixed little bug DELETE task

  • Fix when using default user (No mapping in PTV)

Installation & Configuration

  • To update fgAPIServer, just extract its code from the tarball placing it into $FGLOCATION, paying attention to do not overwrite any configuration file. Once new files are available, restart fgapiserver.py scipt in the screen section or restart the web server in case the front-end uses wsgi to execute.

Artefacts

APIServerDaemon v0.0.4

What's new

  • Fix on WAITING tasks

  • Including runtime_data while deleting task

  • Adding resource info in ToscaIDC executor interface (token)

Installation & Configuration

  • To update APIServerDaemon, rename the existing $FGLOCATION/APIServerDaemon directory, extract its new code from the tarball make a full copy of the direcrtory web/WEB-INF/lib to the new APIServerDaemon dir. Execute and all and generate the new war file. Copy the war file into $CATALINA_HOME/webapps and check the log file $CATALINA_HOME/logs/catalina.log for successful deployment.

Artefacts

PortalSetup v0.0.3

What's new

  • fgSetup.sh can be configured to extract a fixed release

  • Included fgSetup.sh script pointing to the latest available release

Installation & Configuration

  • Just extract new files from the tarball

Artefacts

LiferayIAM v. 1.1

What's new

  • This release improve the token validation. With this release the validation is not limited to the token obtained during the login and/or the refresh but also to token obtained by different applications. The change simplify the integration with mobile applications which can get the token from IAM.

List of RfCs

Installation & Configuration

  • To upgrade a Liferay the package has to be installed as the first time. The only difference is that custom values will not be overwritten.

  • More information can be found in the Administration Guidearrow-up-right

Artefacts

TTS v. 0.4.0

What's new

  • Several new features like new plugins (basic x509 & info), configurable OpenID Connect scopes per provider, updated documentation, several minor improvements and bug fixes

List of RfCs

Installation & Configuration

Upgrading the TTS from version 0.2.2 to 0.4.0 is straight forward. As the configuration files are compatible the only actions to do are:

  • stop the TTS: tts stop

  • install the new package

  • start the newly installed TTS: tts start

Artefacts

Last updated