Skip to content

Commit

Permalink
Add enmvr045 as a dmsen machine in chooseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
renbauer-fnal committed Mar 2, 2022
1 parent 00c5738 commit 333cc4f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 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 @@ -116,16 +118,21 @@ case $node in
qualifier=d0en
;;

gccen*) [email protected],[email protected]
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 333cc4f

Please sign in to comment.