Skip to content

Commit

Permalink
Merge pull request #11717 from todor-ivanov/feature_WMAgent_NewSecret…
Browse files Browse the repository at this point in the history
…sVariables_rel-11627

Add additional variables to WMAgent.secrets needed for the docker container intialization process
  • Loading branch information
amaltaro authored Sep 26, 2023
2 parents 1ef7d67 + 3a7aee6 commit a73021b
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 a73021b

Please sign in to comment.