Skip to content

Commit

Permalink
Add additional variables to WMAgent.secrets needed for the docker con…
Browse files Browse the repository at this point in the history
…tainer intialization process.
  • Loading branch information
todor-ivanov committed Sep 14, 2023
1 parent de110cc commit 3a7aee6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/WMAgent.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
MYSQL_USER=
MYSQL_PASS=
MYSQL_HOST=127.0.0.1
#ORACLE_USER=
#ORACLE_PASS=
#ORACLE_TNS=
Expand All @@ -23,3 +25,5 @@ GRAFANA_TOKEN=
RUCIO_ACCOUNT=wma_prod
RUCIO_HOST=http://cms-rucio.cern.ch
RUCIO_AUTH=https://cms-rucio-auth.cern.ch
TEAMNAME=
AGENT_NUMBER=
4 changes: 4 additions & 0 deletions deploy/WMAgent.testbed
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
MYSQL_USER=
MYSQL_PASS=
MYSQL_HOST=127.0.0.1
#ORACLE_USER=
#ORACLE_PASS=
#ORACLE_TNS=
Expand All @@ -23,3 +25,5 @@ GRAFANA_TOKEN=
RUCIO_ACCOUNT=wma_test
RUCIO_HOST=http://cms-rucio-int.cern.ch
RUCIO_AUTH=https://cms-rucio-auth-int.cern.ch
TEAMNAME=
AGENT_NUMBER=

0 comments on commit 3a7aee6

Please sign in to comment.