robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / network-attach-test / templates / cnet_pod3.yaml
1 apiVersion: danm.k8s.io/v1
2 kind: ClusterNetwork
3 metadata:
4   name: cnet-pod3
5 spec:
6   NetworkID: cnet-pod3
7   NetworkType: ipvlan
8   Options:
9     host_device: {{ .Values.infra_int_if }}
10     vxlan: 53
11     container_prefix: eth1
12     rt_tables: 100
13     cidr: 10.0.0.0/24
14     allocation_pool:
15       start: 10.0.0.1
16       end: 10.0.0.10