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