robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-attach-test / templates / tennet_attach_01.yaml
1 # valid TenantNetwork manifest with valid ipv4 CIDR notation, no routes, no allocation_pool
2 apiVersion: danm.k8s.io/v1
3 kind: TenantNetwork
4 metadata:
5   name: tennet-attach-01
6   namespace: default
7 spec:
8   NetworkID: tnet01
9   NetworkType: ipvlan
10   Options:
11     host_device: {{ .Values.infra_int_if }}
12     container_prefix: tnet_
13     rt_tables: 100
14     cidr: 10.240.1.0/24
15     routes:
16       10.10.1.0/24: 10.240.1.100
17     allocation_pool:
18       start: 10.240.1.1
19       end: 10.240.1.9