Giter VIP home page Giter VIP logo

rucio-docker-compose's Introduction

Rucio docker-compose development setup (cluster + client)

"Rucio is a software framework that provides functionality to organize, manage, and access large volumes of scientific data using customisable policies." -Rucio website (hyperlink in quote)

Rucio is a data management tool that comes from the high-energy physics community at CERN and was part of the ATLAS experiment.

This repository containers the following:

  • The certificates for SSL between the Rucio cluster services and Rucio client to API
  • The Rucio cluster setup via docker-compose (in rucio-cluster directory)
  • The Rucio client setup via Docker (in rucio-client directory)

Each of the sub-directories have README that explain further details of that component.

โš ๏ธ WARNING: NOT IN A WORKING STATE!!!

This repo is to reproduce my errors while setting up a docker-compose Rucio setup for development.

Following the "Quickstart" steps below, the current error is during file upload in the rucio-client/test/k8s-tutorial-test-script.sh:

  • Commands:
rucio upload --rse XRD1 --scope test file1
rucio upload --rse XRD1 --scope test file2
rucio upload --rse XRD2 --scope test file3
rucio upload --rse XRD2 --scope test file4
  • Output:
2021-06-08 15:59:20,424	ERROR	The requested service is not available at the moment.
Details: An unknown exception occurred.
Details: Failed to stat file (No route to host)
2021-06-08 15:59:22,275	ERROR	The requested service is not available at the moment.
Details: An unknown exception occurred.
Details: Failed to stat file (No route to host)
2021-06-08 15:59:23,805	ERROR	The requested service is not available at the moment.
Details: An unknown exception occurred.
Details: Failed to stat file (No route to host)
2021-06-08 15:59:25,443	ERROR	The requested service is not available at the moment.
Details: An unknown exception occurred.
Details: Failed to stat file (No route to host)

Quickstart

  1. Generate the self-signed certificates:
cd certs/
SSL_SUBJECT=localhost bash generate.sh
cd ../
  1. Spin up the Rucio cluster via docker-compose
cd rucio-cluster
X509_CERT_DIR=../certs docker-compose up
cd ../
  1. Spin up a Rucio client container
cd rucio-client
X509_CERT_DIR=../certs ./rucio-client-docker https://localhost:8443
  1. Then, from inside the Rucio client container, run the test script:
cd /test
bash k8s-tutorial-test-script.sh

rucio-docker-compose's People

Contributors

marshallmcdonnell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.