Skip to content

Commit

Permalink
Merge pull request #46 from Enstore-org/enmvr045-config-chooser
Browse files Browse the repository at this point in the history
Enmvr045 config chooser
  • Loading branch information
renbauer-fnal authored Mar 2, 2022
2 parents 9af7b14 + e515adb commit 86686e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpm_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EVersion=6.3.4
ERelease=16
ECommit=14
ECommit=16
export EVersion
export ERelease
export ECommit
13 changes: 10 additions & 3 deletions ups/chooseConfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ get_logname()
[email protected]
if [ `get_logname`x = 'dcache'x ]; then [email protected]; fi

# TODO(renbauer): maintain this elsewhere or
# check enstore-config instead of duplicating here
case $node in

stkenscan*)
Expand Down Expand Up @@ -115,17 +117,22 @@ case $node in
ENSTORE_CONFIG_FILE=sam.conf
qualifier=d0en
;;

gccen*) [email protected],[email protected]
# TODO(renbauer) I think gccen machines are all dmsen hosts now
gccen*) [email protected],[email protected],[email protected]
ENSTORE_CONFIG_HOST=$gccen
ENSTORE_CONFIG_FILE=gccen.conf
complain=0
;;
dmsen*) [email protected],[email protected]
dmsen*) [email protected],[email protected],[email protected]
ENSTORE_CONFIG_HOST=$dmsen
ENSTORE_CONFIG_FILE=dmsen.conf
complain=0
;;
enmvr045) [email protected],[email protected],[email protected]
ENSTORE_CONFIG_HOST=$dmsen
ENSTORE_CONFIG_FILE=dmsen.conf
complain=0
;;

*) ENSTORE_CONFIG_HOST=$stken
ENSTORE_CONFIG_FILE=stk.conf
Expand Down

0 comments on commit 86686e2

Please sign in to comment.