robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-test / templates / tennet_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-02
6   namespace: default
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     routes:
16       10.10.1.0/24: 10.240.2.1