From 93f5673a4212cdc60dfdf820794683baabcb0e04 Mon Sep 17 00:00:00 2001 From: dchitti-stsci <83288241+dchitti-stsci@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:13:56 -0400 Subject: [PATCH] include the roman ops VPC subnet ranges --- ssph_server/urllist.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ssph_server/urllist.json b/ssph_server/urllist.json index 2828458..0925fae 100644 --- a/ssph_server/urllist.json +++ b/ssph_server/urllist.json @@ -31,5 +31,14 @@ "dev_roman_vpc_3": "10.143.153.96/27", "dev_roman_vpc_4": "10.143.20.64/26", "dev_roman_vpc_5": "10.142.21.128/26", - "dev_roman_vpc_6": "10.143.21.0/26" + "dev_roman_vpc_6": "10.143.21.0/26", + "ops_roman_vpc_1": "10.145.250.128/28", + "ops_roman_vpc_2": "10.145.250.112/28", + "ops_roman_vpc_3": "10.144.250.128/28", + "ops_roman_vpc_4": "10.144.48.0/22", + "ops_roman_vpc_5": "10.145.28.0/22", + "ops_roman_vpc_6": "10.144.28.0/22", + "ops_roman_vpc_7": "10.145.153.64/27", + "ops_roman_vpc_8": "10.145.153.32/27", + "ops_roman_vpc_9": "10.144.153.64/27", }