Rucio - Scientific Data Management (DB Init Container, For Public Use)
10K+
Rucio is a software framework that provides functionality to organize, manage, and access large volumes of scientific data using customisable policies. The data can be spread across globally distributed locations and across heterogeneous data centers, uniting different storage and network technologies as a single federated entity. Rucio offers advanced features such as distributed data recovery or adaptive replication, and is highly scalable, modular, and extensible. Rucio has been originally developed to meet the requirements of the high-energy physics experiment ATLAS, and is continuously extended to support LHC experiments and other diverse scientific communities.
General information and latest documentation about Rucio can be found at readthedocs or on our webpage.
For information on how to contribute to Rucio, please refer and follow our CONTRIBUTING guidelines.
This image provides the tools needed to bootstrap the database. It creates the necessary tables and adds a root account with the configured identities. To initialize a MySQL DB running at mysql.db with a root account with userpass authentication you could use something like this:
docker run --rm \
-e RUCIO_CFG_DATABASE_DEFAULT="mysql://rucio:[email protected]/rucio" \
-e RUCIO_CFG_BOOTSTRAP_USERPASS_IDENTITY="ddmlab" \
-e RUCIO_CFG_BOOTSTRAP_USERPASS_PWD="secret" \
rucio/rucio-init
Environment variables can be used to set values for the auto-generated rucio.cfg. The names are derived from the actual names in the configuration file prefixed by RUCIO_CFG, e.g., the default value in the database section becomes RUCIO_CFG_DATABASE_DEFAULT.
The available environment variables are:
RUCIO_CFG_BOOTSTRAP_GSS_IDENTITYRUCIO_CFG_BOOTSTRAP_SAML_EMAILRUCIO_CFG_BOOTSTRAP_SAML_IDRUCIO_CFG_BOOTSTRAP_SSH_IDENTITYRUCIO_CFG_BOOTSTRAP_USERPASS_EMAILRUCIO_CFG_BOOTSTRAP_USERPASS_IDENTITYRUCIO_CFG_BOOTSTRAP_USERPASS_PWDRUCIO_CFG_BOOTSTRAP_X509_EMAILRUCIO_CFG_BOOTSTRAP_X509_IDENTITYRUCIO_CFG_DATABASE_DEFAULTRUCIO_CFG_DATABASE_ECHORUCIO_CFG_DATABASE_POOL_RECYCLERUCIO_CFG_DATABASE_POOL_RESET_ON_RETURNRUCIO_CFG_DATABASE_SCHEMARUCIO_CFG_GSS_BOOTSTRAP_EMAILIf you are looking for support, please contact our mailing list [email protected] or join us on our slack support channel.
Content type
Image
Digest
sha256:0ef1c8b7e…
Size
458.7 MB
Last updated
5 days ago
docker pull rucio/rucio-initPulls:
670
Last week