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