robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / clusternetwork-test / templates / cnet_07.yaml
1 apiVersion: danm.k8s.io/v1
2 kind: ClusterNetwork
3 metadata:
4   name: cnet-07
5 spec:
6   NetworkID: cnet07
7   NetworkType: ipvlan
8   AllowedTenants:
9     - kube-system
10     - kube-public
11   Options:
12     host_device: {{ .Values.infra_int_if }}  
13     container_prefix: ext
14     rt_tables: 100
15     cidr: 10.7.1.0/24
16     net6: 2001:db8::/43
17     allocation_pool:
18       start: 10.7.1.1
19       end: 10.7.1.200
20     routes:
21       10.7.1.0/24: 10.7.1.1
22     routes6:
23       2001:db8::/44: 2001:db8:1::1