File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " rda_python_common"
7- version = " 1.0.29 "
7+ version = " 1.0.30 "
88authors = [
99 { name =" Zaihua Ji" , email =" zji@ucar.edu" },
1010]
Original file line number Diff line number Diff line change @@ -1325,8 +1325,8 @@ def set_common_pglog():
13251325 SETPGLOG ("SLMHOSTS" , "cheyenne:casper" ) # host names for SLURM server
13261326 SETPGLOG ("PBSHOSTS" , "cheyenne:casper" ) # host names for PBS server
13271327 SETPGLOG ("CHKHOSTS" , "" ) # host names for dscheck daemon
1328- SETPGLOG ("PVIEWHOST" , "rda-pgdb-02 .ucar.edu" ) # host name for view only postgresql server
1329- SETPGLOG ("PMISCHOST" , "rda-pgdb-03 .ucar.edu" ) # host name for misc postgresql server
1328+ SETPGLOG ("PVIEWHOST" , "pgdb02.k8s .ucar.edu" ) # host name for view only postgresql server
1329+ SETPGLOG ("PMISCHOST" , "pgdb03.k8s .ucar.edu" ) # host name for misc postgresql server
13301330 SETPGLOG ("FTPUPLD" , PGLOG ['TRANSFER' ]+ "/rossby" ) # ftp upload path
13311331 PGLOG ['GPFSROOTS' ] = "{}|{}|{}" .format (PGLOG ['DSDHOME' ], PGLOG ['UPDTWKP' ], PGLOG ['RQSTHOME' ])
13321332
You can’t perform that action at this time.
0 commit comments