Skip to content

Commit

Permalink
Undo three more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Dec 30, 2024
1 parent e03e4b2 commit 17f527e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The Rucio setup relies on a number of secrets being created before flux is boots
This relies on three pieces of information not supplied by any repository:
- `$HOSTP12`: The certificate for a node in the Rucio cluster which also has entries for the node aliases like `cms-rucio.cern.ch`
- `$ROBOTP12`: The Robot certificate used for all FTS/gfal operations. This also gets used to authenticate as `root` to Rucio.
- `${INSTANCE}-secrets.cfg`: A file providing the true secrets of the Rucio install (database connection strings, passwords and tokens for various services)
- `${INSTANCE}-secrets.yaml` (not a YAML file): A file providing the true secrets of the Rucio install (database connection strings, passwords and tokens for various services)

The format of this file is

Expand Down
2 changes: 1 addition & 1 deletion apps/base/rucio-authserver/cms-rucio-authserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ingress:
hosts:
- cms-rucio-auth.cern.ch
tls:
- secretName: host-tls-secret
- secretName: rucio-server.tls-secret

useSSL: true

Expand Down
17 changes: 5 additions & 12 deletions apps/production/prod-consistency-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ consistency:
T2_DE_RWTH:
server: grid-cms-xrootd.physik.rwth-aachen.de:1094
interval: 7
T2_FR_GRIF_IRFU:
server: node12.datagrid.cea.fr
server_root: /cms/trivcat
interval: 7
#T2_HU_Budapest_Test:
# server: grid143.kfki.hu:11000
# interval: 1
Expand All @@ -78,9 +74,6 @@ consistency:
T2_IT_Bari:
server: ss-01.recas.ba.infn.it:8080
interval: 7
T2_FR_GRIF_LLR:
server: polgrid4.in2p3.fr:11001
interval: 7
T2_RU_JINR:
server: lcgsexrd.jinr.ru:1095
interval: 7
Expand All @@ -104,8 +97,8 @@ consistency:
server: se.cis.gov.pl:11000
interval: 7
#T2_EE_Estonia_Test:
#server: [2001:bb8:4004:ff:d::3]:1094
#interval: 1
#server: [2001:bb8:4004:ff:d::3]:1094
#interval: 1
T2_UK_SGrid_RALPP:
server: heplnx228.pp.rl.ac.uk:1094
interval: 7
Expand Down Expand Up @@ -228,9 +221,6 @@ consistency:
T2_EE_Estonia:
server: xrootd.hep.kbfi.ee:1094
interval: 7
T2_GR_Ioannina:
server: grid02.physics.uoi.gr
interval: 7
T2_HU_Budapest:
server: grid143.kfki.hu:11000
interval: 7
Expand Down Expand Up @@ -299,3 +289,6 @@ consistency:
server: gfe02.grid.hep.ph.ic.ac.uk:1094
server_root: /pnfs/hep.ph.ic.ac.uk/data/cms
interval: 7
T3_KR_UOS:
server: cms.sscc.uos.ac.kr:1094
interval: 7

0 comments on commit 17f527e

Please sign in to comment.