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
  • Summary:
  • Release Notes v. 1.1.1
  • What's new
  • Deployment Notes
  • Known Issues
  • List of Artifacts
  • Documentation
  • Support
  1. INDIGO-2 ElectricIndigo
  2. INDIGO-2 Services & Applications
  3. INDIGO Plugins

INDIGO Kepler

PreviousINDIGO PluginsNextInfrastructure Manager

Last updated 6 years ago

Summary:

  • Updates

Release Notes v. 1.1.1

What's new

  • Highlights of INDIGO Kepler & Client version in INDIGO-2 release

    • In indigo-dc/indigoclient project the main update concerns support for another FutureGateway remote function i.e. to set Runtime Data of a task. This functionality is useful in general (allows to interact with a running task) and especially it is used for live-monitoring in the ENES use case. However this new functionality required that we change the dependencies used in the project. Our Java HTTP client, which was Jersey, did not support HTTP PATCH method. We had to replace it with Apache HttpComponents. This also required that we change the testing framework into WireMock. The good thing is that only the low-level things changed (the HTTP connectivity part), but all high-level API provided for INDIGO are exactly the same and all tests prove that the high-level API works as expected.

    • As for indigo-dc/indigokepler, we have added a new Kepler actor which sets Runtime Data and therefore we also updated ENES workflows to make use of it. We have also developed a new workflow which can be run in batch mode (without user interface). And we have created a set of scripts which install a new application on the FutureGateway - for Ophidia terminal type of task and for running Kepler in batch mode. We have also fixed a bug which appeared during code refactoring - Kepler installation through Ansible role was not having the properties files in correct locations.

    • We have also worked on indigo-dc/ansible-role-kepler and indigo-dc/ansible-role-kepler-batch to be able to make Docker images for either Kepler with GUI or Kepler in batch mode. The latter is a new addition in INDIGO Release 2.

    • We are finishing the work of packaging but finally and soon all the previously mentioned components will be tagged and released as v1.1

Supported Platforms:

  • We provide the pre-packaged versions as Docker images which all inherit from Ubuntu 14.04 image.

List of RfCs

Deployment Notes

  • Installation methods

    • Docker images:

      • indigodatacloudapps/kepler:</br>

        docker run -it -p 15900:5900 indigodatacloudapps/kepler</br> (now you can connect via VNC at @localhost:15900@)

      • indigodatacloudapps/kepler-batch:</br>

        docker run indigodatacloudapps/kepler-batch</br>

      • Java projects:

        • indigo-dc/indigoclient: </br>

          mvn install</br></br>

        • indigo-dc/indigokepler: </br>

          mvn initialize</br>

          mvn install</br>

          mvn dependency:copy-dependencies -DoutputDirectory=target/indigo/lib/jar -DexcludeArtifactIds=ptolemy</br>

  • During development, a Docker image was created which prepackages everything and creates a user-friendly Kepler instance with INDIGO-Kepler modules installed.

  • Both parts can be installed via Maven:

    • indigoclient: mvn install

    • indigokepler: mvn initialize install dependency:copy-dependencies -DoutputDirectory=target/indigo/lib/jar -DexcludeArtifactIds=ptolemy

Known Issues

  • N/A

List of Artifacts

  • Ansible roles: indigo-dc.kepler and indigo-dc.kepler-batch

  • Source Tarballs:

Documentation

Support

  • Please use the [INDIGO - DataCloud CatchAll GGUS Support Unit](

    or

Ansible playbook is available in and

Docker images: and

Java projects: and

)

https://github.com/indigo-dc/indigoclient/issues/8
https://github.com/indigo-dc/indigoclient/issues/9
https://github.com/indigo-dc/indigoclient/issues/10
https://github.com/indigo-dc/indigokepler/issues/8
https://github.com/indigo-dc/indigokepler/issues/10
GitHub
Ansible Galaxy
indigodatacloudapps/kepler:indigo_2
indigodatacloudapps/kepler-batch:indigo_2
https://github.com/indigo-dc/indigoclient
https://github.com/indigo-dc/indigokepler
indigoclient-v1.1.tar.gz
indigokepler-v1.1.tar.gz
indigoclient GitBook
indigokepler GitBook
https://wiki.egi.eu/wiki/GGUS:INDIGO_DataCloud_Catch-all_FAQ
indigoclient GitHub Issues
indigokepler GitHub Issues
INDIGO Kepler v 1.2.0
INDIGO Kepler v 1.1.1
Release Notes v. 1.1
What's new
List of RfCs
Deployment Notes
Known Issues
List of Artifacts
Documentation
Support