-
Notifications
You must be signed in to change notification settings - Fork 1
Elisa microservice
Pawel Plesniak edited this page Sep 10, 2024
·
1 revision
To use this service, you need to define a .drunc.json
file in your home (not work dir) directory containing
{
"run_registry_configuration":{
"socket": "http://np04-srv-017.cern.ch:30015/",
"user": "fooUsr",
"password": "barPass"
},
"run_number_configuration":{
"socket": "http://np04-srv-017.cern.ch:30016/",
"user": "fooUsr",
"password": "barPass"
},
"elisa_configuration": {
"socket": "http://np04-srv-017.cern.ch:31900/",
"user": "fooUsr",
"password": "barPass"
}
}
You can then run this as
drunc-unified-shell > <transition_command> elisa_post "<message>"
- Home
- Release notes
- Roadmap
- Check before merging
- Setup
- Operation
- Developers
- Testing