Skip to content

Commit e796edf

Browse files
authored
Merge pull request #35 from NCAR/hua-work-common
use pgdb02 instead of rda-pgdb-02
2 parents 443f1e5 + 2893abd commit e796edf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.29"
7+
version = "1.0.30"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/PgLOG.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)