Skip to content

Commit

Permalink
[data] replace SK1 subnet
Browse files Browse the repository at this point in the history
This datacenter is still running for a few days.
  • Loading branch information
vincentbernat committed May 18, 2021
1 parent 857b9d4 commit 356b26b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ IPv6 address from an IPv4 address:
```yaml
addresses:
loopback:
- 103.153.6.2/24
- 198.51.100.2/24
- ~^ip6
```
Expand All @@ -405,8 +405,8 @@ This will be translated to:
```yaml
addresses:
loopback:
- 103.153.6.2/24
- 2406:3bc0:100:b1:a:de:103.153.6.2/120
- 198.51.100.2/24
- 2406:3bc0:100:b1:a:de:198.51.100.2/120
```
This requires `base-public-6` to be defined in `topology.yaml`.
Expand Down
2 changes: 1 addition & 1 deletion data/groups/edge-sk1/bgp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
supernets:
103.153.6.0/24:
198.51.100.0/24:
country: KR
2406:3bc0::/40:
2406:3bc0:100::/40:
Expand Down
2 changes: 1 addition & 1 deletion data/groups/edge-sk1/topology.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
subnets:
interco: 103.153.6.8/31
interco: 198.51.100.8/31
2 changes: 1 addition & 1 deletion data/groups/sk1/topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ patchpanels:
port: GigabitEthernet0/0/0/0

base: 172.29.0.0/16
base-public: 103.153.6.0/24
base-public: 198.51.100.0/24
base-provisioning: 10.142.0.0/15
vlans:
public: 100
Expand Down
2 changes: 1 addition & 1 deletion data/host/none/bgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ irr:
2a0a:e800::/29:
netname: FR-BLADE-20160812
apnic:
- 103.153.6.0/23
- 198.51.100.0/23
- 2406:3bc0::/32
arin:
- 162.213.48.0/21
Expand Down
2 changes: 1 addition & 1 deletion data/host/sk1/edge1/topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ interfaces:
connectivity: 10G
addresses:
loopback:
- 103.153.6.1
- 198.51.100.1
- ~^ip6
main: 172.29.15.28/21
2 changes: 1 addition & 1 deletion data/host/sk1/edge2/topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ interfaces:
connectivity: 10G
addresses:
loopback:
- 103.153.6.2
- 198.51.100.2
- ~^ip6
main: 172.29.15.29/21
2 changes: 1 addition & 1 deletion data/host/sk1/gateway1/topology.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addresses:
oob: 172.29.15.253/21
public: 103.153.6.4
public: 198.51.100.4
rescue: 121.78.242.10/29
2 changes: 1 addition & 1 deletion data/host/sk1/gateway2/topology.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addresses:
oob: 172.29.15.252/21
public: 103.153.6.5
public: 198.51.100.5
rescue: 121.78.242.11/29

0 comments on commit 356b26b

Please sign in to comment.