Skip to content

Cloud-Registry

Synopsis

GA4GH Service Registry API implementation for the ELIXIR Cloud.

Service entries comply with the external service schema defined in the GA4GH Service Registry API

Developers can find the API documentation here

Installation

You can find a Helm chart in the GitHub repository of Cloud-registry

Follow these instructions

  • Install Helm
  • Clone the Cloud-registry repository

    git clone https://github.com/elixir-cloud-aai/cloud-registry.git
    
  • Browse to deployment to find the Chart.yaml and the values.yaml files

Usage

First you must create a namespace in Kubernetes in which to deploy Cloud-registry. The commands below assume that everything is created in the context of this namespace. How the namespace is created depends on the cluster, so we won't document it here.

You need to edit the values.yaml file

After this you can deploy Cloud-registry using helm:

helm install cloud-registry . -f values.yaml

Updates

If you want to edit any of the Deployments, you can update them with helm and the values.yaml file. Once edited, you can run this command:

helm upgrade cloud-registry . -f values.yaml

Technical details

MongoDB

The MongoDB database is deployed using:

  • templates/mongo-deploy.yaml

Cloud-registry

TRS-Filer is deployed using:

  • templates/cloud-registry-deploy.yaml

Destroy

Simply run:

helm uninstall cloud-registry