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
  • FutureGateway
  • fgAPIServer & APIServerDaemon v0.0.6, PortalSetup v. 0.0.5
  • RepoSync v1.2.0-1
  1. INDIGO-1 MidnightBlue
  2. Updates

Fifth Update of INDIGO-1

PreviousSixth Update of INDIGO-1NextFourth Update of INDIGO-1

Last updated 6 years ago

The Fifth Update of INDIGO-1 release contains:

  • :

FutureGateway

fgAPIServer & APIServerDaemon v0.0.6, PortalSetup v. 0.0.5

What's new

  • This release introduces several fixes improving FG stability in relation with the ToscaIDC EI usage. The most important features are related to:

    • The fresh token extraction with PTV during task status check (long runnning tasks foreseeing the expiration of the token used at the creation time)

    • The possibility to download input files with accessible API' urls.

    • The possibility to delete TOSCA resources by API calls using the PATCH request on tasks endpoint.

List of RfCs

  • fgAPIServer v0.0.6

    • Downloadable input files: Once a task receives input files, next GET calls to the task will provide the "url" string to access the file

    • PTV tester service has been updated to the last PTV specs in accordance with latest changes of LiferayIAM

    • PATCH call on status change; used to instruct the ToscaIDC EI to delete the TOSCA resource

    • Tester application toscaIDC configured to use the PTV tester; this makes consistent the baseline FG installation

    • Including the incoming subject field when managing PTV: This involved a new field in database table fg_token (subject)

    • New db patch script and new baseline database setup script, aligned to schema v0.0.9

    • Aligning db schema check to v0.0.9

    • GET task call does not show tasks in PURGED status (see APIServerDaemon)

  • APIServerDaemon v0.0.6

    • New db schema check to v0.0.9

    • Including in build.xml the 'test' target using junit and mokito

    • PTV fresh token extraction in ToscaIDC EI while checking task status

    • Managing PATCH call on status change in ToscaIDC EI

    • Deleted tasks will not include record deletion in task table; a special PURGED status will be applied to task: This caused a 'dangerous' internal task_id recycling when deleting a task that is the last record in task table.

    • ToscaIDC loads its own .properties file includng PTV configuration (address, port, user and password)

    • ToscaIDC adds UUID info in runtime_data

    • ToscaIDC adds PTV subject field in runtime data if subject exists: This is important for GUIs to filter out tasks not belongin to the portal user. The FG user field currently stores the PTV mapped user.

  • PortalSetup

    • Wrong warning message while installing related to SYSCTL

    • Maven and ant installed by packages

    • Improving package installation procedure (for loop change)

    • Suggested wsgi configuration

Installation & Configuration

  • To update an existing system; it is requested to update the database with the patching mechanism as described below:

    • go to the directory $FGLOCATION/fgAPIServer/db_patches

      • execute script patch_apply.sh

      • Download from git fgAPIServer and APIServerDaemon files. The first does not need to be compiled, while the second requires the following actions:

        a1) execute "ant all"

        a2) copy the generated war file in directory $CATALINA_HOME/webapps and wait for the APIServerDaemon application replacement watching file $CATALNA_HOME/logs/catalina.out

    • During the update process it is important to do not overwrite existing configuration files or application directories

    • The update is now ready.

Artefacts

  • CentOS7

  • Ubuntu14.04

RepoSync v1.2.0-1

What's new

  • Added service support to Ubuntu 14.04 and CentOS 7. Packages are now dependent on jsvc

  • Added support for HTTPS

List of RfCs

Installation & Configuration

In order to update the packages please use:

  • Just install the new packages over the old ones. It should ask if you want to replace the existing configuration so don't do it. It should work just

Artefacts

  • CentOS7

  • Ubuntu14.04

has been updated accordingly to the introduced changes.

- Create init services

- Support HTTPS

fine with the old one. In case SSL support is needed, please configure the properties described at

FutureGateway documentation on GitBook
fgAPIServer-v0.0.6.tar.gz
APIServerDaemon-v0.0.6.tar.gz
PortalSetup-v0.0.5.tar.gz
fgAPIServer-v0.0.6.tar.gz
APIServerDaemon-v0.0.6.tar.gz
PortalSetup-v0.0.5.tar.gz
Issue #42
Issue #449
https://github.com/indigo-dc/java-reposync/blob/master/docs/configuration.md
indigo-dc-reposync-1.2.0-1.noarch.rpm
reposync_1.2.0_all.deb
Issue#15
Issue#16
Issue#17
Issue#18
Issue#19
Issue#20
Issue#21
Issue#22
Issue#13
Issue#14
Issue#15
Issue#16
Issue#17
Issue#18
Issue#19
Issue#20
Issue#3
Issue#4
Issue#5
Issue#6
FutureGateway
fgAPIServer v0.0.6
APIServerDaemon v0.0.6
PortalSetup v0.0.5
RepoSync v.1.2.0-1