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 v1.4.8
  • What's new
  • List of RfCs
  • Installation & Configuration
  • Artefacts
  • Indigo-Kepler v1.0.2
  • What's new
  • List of RfCs
  • Installation & Configuration
  • Artefacts
  1. INDIGO-1 MidnightBlue
  2. Updates

Fourth Update of INDIGO-1

PreviousFifth Update of INDIGO-1NextThird Update of INDIGO-1

Last updated 6 years ago

The Fourth Update of INDIGO-1 release contains:

Infrastructure Manager v1.4.8

What's new

  • The updated version of the IM provides several bugfixes and adds the list of OIDC issuers supported

List of RfCs

  • - Bugfix setting step num in case if using contextualizes

  • - Bugfix mapping IPs to RADL networks in OpenStack and OpenNebula connectors

  • - Bugfixes in OpenStack connector

  • - Bugfixes in REST API not multithreaded

  • - Bugfixes Error installing IM using pip in Ubuntu 16

  • - Set restrictive permissions in the master VM data dir

  • - Add list of OIDC issuers supported

  • - Bugfix getting dependency level in configuration steps

Installation & Configuration

In order to update the packages please use:

  • For CentOS 7:

    yum clean all && yum update IM

  • For Ubuntu 14:04:

    apt-get update && apt-get install python-im

  • For containers

    • 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

Indigo-Kepler v1.0.2

What's new

  • The updated version of the INDIGO plugins provide:

    • A new Kepler actor ShowSVG which allows to display Scalable Vector Graphics (SVG). The builtin actors allow only to display bitmaps.

    • A new workflow for ENES use case which makes use of ShowSVG actor and runtime data capability of FutureGateway. It displays a live monitoring of the Ophidia computations to a user on every stage of workflow execution

    • The Ansible role for Kepler works for both VMs and Docker images at the same time. The Ansible role has been updated to fix issue #24 (see below)

List of RfCs

Installation & Configuration

In order to update the packages please use:

  • The Ansible role is deployed in Ansible Galaxy as indigo-dc/kepler and so the usual steps are required:

    ansible-galaxy install indigo-dc.kepler

    ansible-playbook /etc/ansible/roles/indigo-dc.kepler/tests/kepler.yml

  • The Docker image is available in Docker Hub as indigodatacloudapps/kepler so the usual steps are required:

    docker pull indigodatacloudapps/kepler

    docker run -it -p 5900:5900 indigodatacloudapps/kepler

Artefacts

  • CentOS7 source tarballs

  • Ubuntu14.04 source tarballs

  • Container

- Including init.sh in the execution of the role

IM-1.4.8-1.el7.noarch.rpm
python-im_1.4.8-1_all.deb
indigodatacloud/im:indigo_1
Issue #24
indigoclient-1.0.2.tar.gz
indigokepler-1.0.2.tar.gz
indigoclient-1.0.2.tar.gz
indigokepler-1.0.2.tar.gz
indigodatacloudapps/kepler:indigo_1
Issue #115
Issue #115
Issue #115
Issue #115
Issue #115
Issue #115
Issue #115
Issue #115
Infrastructure Manager v1.4.8
Indigo-Kepler v.1.0.2