robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / network-attach-test / templates / cnet_pod1.yaml
1 apiVersion: danm.k8s.io/v1
2 kind: ClusterNetwork
3 metadata:
4   name: cnet-pod1
5 spec:
6   NetworkID: cnet-pod1
7   NetworkType: ipvlan
8   Options:
9     host_device: {{ .Values.infra_int_if }}
10     vxlan: 51
11     container_prefix: ext
12     rt_tables: 100
13     routes:
14       10.0.0.0/32: 10.5.1.1
15     cidr: 10.5.1.0/16
16     allocation_pool:
17       start: 10.5.1.11
18       end: 10.5.1.20