robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-attach-test / templates / tennet_attach_02.yaml
1 # valid TenantNetwork manifest with valid ipv4 CIDR notation, valid route, and no allocation_pool
2 apiVersion: danm.k8s.io/v1
3 kind: TenantNetwork
4 metadata:
5   name: tennet-attach-02
6   namespace: kube-system
7 spec:
8   NetworkID: tnet02
9   NetworkType: ipvlan
10   Options:
11     host_device: {{ .Values.infra_int_if }}
12     container_prefix: int
13     rt_tables: 200
14     cidr: 10.240.2.0/24
15     allocation_pool:
16       start: 10.240.2.2
17       end: 10.240.2.6
18     routes:
19       10.10.2.0/24: 10.240.2.1