Skip to content

Commit 2a088b6

Browse files
authored
update vnet subnet in samples (#70)
1 parent 8cbfd7a commit 2a088b6

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

samples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
description: My First Inventory Profile # [1] optional
173173
timezone: America/Los_Angeles # [2] optional
174174
allowSshFromIpv4: # [3]
175-
- 172.28.51.1/24
175+
- 100.71.56.1/24
176176
- 203.0.113.0/24
177177
allowSshFromIpv6: # [4] optional
178178
- 2001:db8:acad::/64
@@ -371,7 +371,7 @@ spec:
371371
srcPort: 1-65535 # [7]
372372
dstAddress: 203.0.113.193/32 # [8]
373373
dstPort: "8080" # [9]
374-
dnatToIp: 172.28.51.150/32 # [10]
374+
dnatToIp: 100.71.56.150/32 # [10]
375375
dnatToPort: 80 # [11]
376376
# snatToIp: 203.0.113.192 # [12]
377377
# snatToPool: 203.0.113.192/26 # [13]

samples/allocation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kind: Allocation
2727
metadata:
2828
name: my-allocation-vnet
2929
spec:
30-
prefix: 172.28.51.0/24
30+
prefix: 100.71.56.0/24
3131
tenant: Admin
3232
---
3333
apiVersion: k8s.netris.ai/v1alpha1

samples/inventoryprofile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
description: My First Inventory Profile
77
timezone: America/Los_Angeles
88
allowSshFromIpv4:
9-
- 172.28.51.1/24
9+
- 100.71.56.1/24
1010
- 203.0.113.0/24
1111
allowSshFromIpv6:
1212
- 2001:db8:acad::/64

samples/l4lb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ spec:
1111
port: 8443
1212
ip: 203.0.113.150
1313
backend:
14-
- 172.28.51.100:443
15-
- 172.28.51.101:443
14+
- 100.71.56.100:443
15+
- 100.71.56.101:443
1616
check:
1717
type: http
1818
timeout: 3000

samples/nat.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
site: santa-clara
99
action: snat
1010
protocol: all
11-
srcAddress: 172.28.51.0/24
11+
srcAddress: 100.71.56.0/24
1212
dstAddress: 0.0.0.0/0
1313
snatToIp: 203.0.113.192
1414
# snatToPool: 203.0.113.192/26
@@ -27,7 +27,7 @@ spec:
2727
srcPort: 1-65535
2828
dstAddress: 203.0.113.193/32
2929
dstPort: "8080"
30-
dnatToIp: 172.28.51.150/32
30+
dnatToIp: 100.71.56.150/32
3131
dnatToPort: 80
3232
---
3333
apiVersion: k8s.netris.ai/v1alpha1
@@ -40,5 +40,5 @@ spec:
4040
site: santa-clara
4141
action: accept_snat
4242
protocol: all
43-
srcAddress: 172.28.51.0/24
43+
srcAddress: 100.71.56.0/24
4444
dstAddress: 10.10.0.0/16

samples/subnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kind: Subnet
5959
metadata:
6060
name: my-subnet-vnet
6161
spec:
62-
prefix: 172.28.51.0/24
62+
prefix: 100.71.56.0/24
6363
tenant: Admin
6464
purpose: common
6565
sites:

samples/vnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
sites:
99
- name: santa-clara
1010
gateways:
11-
- 172.28.51.1/24
11+
- 100.71.56.1/24
1212
- 2001:db8:acad::fffe/64
1313
switchPorts:
1414
- name: swp5@my-sw01

0 commit comments

Comments
 (0)