generated from phoenix-oss/tenant-tpl
Add test-connectivity
This commit is contained in:
parent
fb1c82659f
commit
c84c1fcd78
5 changed files with 220 additions and 0 deletions
20
firewall-s3/test-connectivity/network-definitions/lan.yaml
Normal file
20
firewall-s3/test-connectivity/network-definitions/lan.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# apiVersion: "k8s.cni.cncf.io/v1"
|
||||
# kind: NetworkAttachmentDefinition
|
||||
# metadata:
|
||||
# name: lan-net
|
||||
# namespace: ${TENANT_NAMESPACE}
|
||||
# spec:
|
||||
# config: '{
|
||||
# "cniVersion": "0.3.1",
|
||||
# "type": "bridge",
|
||||
# "bridge": "br-lan",
|
||||
# "ipam": {
|
||||
# "type": "static",
|
||||
# "addresses": [
|
||||
# {
|
||||
# "address": "172.168.100.2/24",
|
||||
# "gateway": "172.168.100.1"
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# }'
|
20
firewall-s3/test-connectivity/network-definitions/mgmt.yaml
Normal file
20
firewall-s3/test-connectivity/network-definitions/mgmt.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# apiVersion: "k8s.cni.cncf.io/v1"
|
||||
# kind: NetworkAttachmentDefinition
|
||||
# metadata:
|
||||
# name: mgmt-net
|
||||
# namespace: ${TENANT_NAMESPACE}
|
||||
# spec:
|
||||
# config: '{
|
||||
# "cniVersion": "0.3.1",
|
||||
# "type": "bridge",
|
||||
# "bridge": "br-mgmt",
|
||||
# "ipam": {
|
||||
# "type": "static",
|
||||
# "addresses": [
|
||||
# {
|
||||
# "address": "192.168.10.100/24",
|
||||
# "gateway": "192.168.10.1"
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# }'
|
Loading…
Add table
Add a link
Reference in a new issue