Skip to content

Commit

Permalink
Merge pull request #31 from spacetelescope/oit_add_sb
Browse files Browse the repository at this point in the history
Add sandbox Elastic IPs
  • Loading branch information
oiintam authored Apr 10, 2023
2 parents 32b872d + cf8b849 commit 895b763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssph_server/confirm.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
from dateutil import parser, tz

# this file contains the list of subnet (private / public / DMZ) IPv4 CIDRs
# for each mission and envrionment type (say JWST DEV, JWST OPS, HST DEV)
# for each mission and envrionment type (say JWST SB, DEV, OPS and HST DEV, OPS)
# for JWST SB, we use Elastic IPs instead of CIDRs (b/c SB was built based on Legacy)
urlfile = '/internal/data1/other/pylibs/ssph/ssph_server/urllist.json'

with open(urlfile,'r') as servicefile:
Expand Down
3 changes: 3 additions & 0 deletions ssph_server/urllist.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"sb_jwst_vpc_4": "172.31.0.0/20",
"sb_jwst_vpc_5": "172.31.16.0/20",
"sb_jwst_vpc_6": "172.31.32.0/20",
"sb_jwst_eip_1": "23.21.113.178",
"sb_jwst_eip_2": "3.218.214.116",
"sb_jwst_eip_3": "52.203.87.220",
"dev_jwst_vpc_1": "10.142.249.0/26",
"dev_jwst_vpc_2": "10.143.153.0/26",
"dev_jwst_vpc_3": "10.143.20.128/25",
Expand Down

0 comments on commit 895b763

Please sign in to comment.