Skip to content

Commit

Permalink
Merge pull request #385 from PanDAWMS/eddiedev
Browse files Browse the repository at this point in the history
Add support for the ATLAS testbed running on Oracle
  • Loading branch information
tkorchug authored Sep 6, 2024
2 parents 2769268 + abe9934 commit d76102d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,17 @@
IDDS_HOST = 'https://iddsserver.cern.ch:443/idds'
RUCIO_UI_URL = 'https://rucio-ui.cern.ch/'
LOGS_PROVIDER = os.environ.get('LOGS_PROVIDER', 'rucio')
elif DEPLOYMENT == 'ORACLE_ATLAS_TB':
DB_SCHEMA = 'ATLAS_PANDABIGMON_TB'
DB_SCHEMA_PANDA = 'ATLAS_PANDA_TB'
DB_SCHEMA_PANDA_META = 'ATLAS_PANDAMETA_TB'
DB_SCHEMA_PANDA_ARCH = 'ATLAS_PANDAARCH_TB'
DB_SCHEMA_IDDS = 'ATLAS_IDDS_TB'
DATABASES = dbaccess_oracle_atlas
CRIC_API_URL = 'https://atlas-cric.cern.ch/api/atlas/pandaqueue/query/?json'
IDDS_HOST = 'https://iddsserver.cern.ch:443/idds'
RUCIO_UI_URL = 'https://rucio-ui.cern.ch/'
LOGS_PROVIDER = os.environ.get('LOGS_PROVIDER', 'rucio')
elif DEPLOYMENT == 'POSTGRES':
DB_SCHEMA = 'doma_pandabigmon'
DB_SCHEMA_PANDA = 'doma_panda'
Expand Down

0 comments on commit d76102d

Please sign in to comment.