-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First round on migrations from standalone VMs to MIGs (#319)
* Retires first round of sites migrated to MIGs m-lab/ops-tracker#1905 (comment) * Adds new MIG sites * Adds MIG site iad09 This is replacing the older, standalone VM site iad07
- Loading branch information
Showing
15 changed files
with
285 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-09-08', | ||
retired: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'del05', | ||
annotations+: { | ||
provider: 'gcp', | ||
}, | ||
machines+: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.131.115.191/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1900:41b0:a72:8000::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'AS', | ||
country_code: 'IN', | ||
metro: 'del', | ||
city: 'New Delhi', | ||
state: '', | ||
latitude: 28.5562, | ||
longitude: 77.1000, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,5 +62,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-09-08', | ||
retired: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'hnd07', | ||
annotations+: { | ||
provider: 'gcp', | ||
}, | ||
machines+: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.84.179.201/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1900:4050:46:8000::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'AS', | ||
country_code: 'JP', | ||
metro: 'hnd', | ||
city: 'Tokyo', | ||
state: '', | ||
latitude: 35.5522, | ||
longitude: 139.78, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,5 +48,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-03-02', | ||
retired: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'iad09', | ||
annotations+: { | ||
provider: 'gcp', | ||
}, | ||
machines+: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.150.246.35/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1900:4090:5709:8000:1::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'NA', | ||
country_code: 'US', | ||
metro: 'iad', | ||
city: 'Washington', | ||
state: 'DC', | ||
latitude: 38.9444, | ||
longitude: -77.4558, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-08', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'jnb02', | ||
annotations+: { | ||
provider: 'gcp', | ||
}, | ||
machines+: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.35.31.99/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1900:8000:6b8:8000::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'AF', | ||
country_code: 'ZA', | ||
metro: 'jnb', | ||
city: 'Johannesburg', | ||
state: '', | ||
latitude: -26.2035, | ||
longitude: 28.1335, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-03-02', | ||
retired: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'lhr10', | ||
annotations+: { | ||
type: 'virtual', | ||
provider: 'gcp', | ||
}, | ||
machines: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.147.202.50/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1900:40c0:f08e:8000::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'EU', | ||
country_code: 'GB', | ||
metro: 'lhr', | ||
city: 'London', | ||
state: '', | ||
latitude: 51.4697, | ||
longitude: -0.4514, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-09-08', | ||
retired: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
local sitesDefault = import 'sites/_default_virtual.jsonnet'; | ||
|
||
sitesDefault { | ||
name: 'scl06', | ||
annotations+: { | ||
provider: 'gcp', | ||
}, | ||
machines+: { | ||
mlab1+: { | ||
network+: { | ||
ipv4+: { | ||
address: '34.176.183.137/32', | ||
}, | ||
ipv6+: { | ||
address: '2600:1901:4010:c39:8000::/128', | ||
}, | ||
}, | ||
project: 'mlab-oti', | ||
}, | ||
}, | ||
transit+: { | ||
provider: 'Google LLC', | ||
uplink: '1g', | ||
asn: 'AS396982', | ||
}, | ||
location+: { | ||
continent_code: 'SA', | ||
country_code: 'CL', | ||
metro: 'scl', | ||
city: 'Santiago', | ||
state: '', | ||
latitude: -33.3928, | ||
longitude: -70.7856, | ||
}, | ||
lifecycle+: { | ||
created: '2024-02-07', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,6 @@ sitesDefault { | |
}, | ||
lifecycle+: { | ||
created: '2022-09-08', | ||
retired: '2024-02-07', | ||
}, | ||
} |
Oops, something went wrong.