robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-test / templates / tennet_04.yaml
1 # valid TenantNetwork manifest with valid ipv4 and ipv6 CIDR notation, and with valid routes for both ipv4 and ipv6; no allocation_pool
2 apiVersion: danm.k8s.io/v1
3 kind: TenantNetwork
4 metadata:
5   name: tennet-04
6   namespace: default
7 spec:
8   NetworkID: tnet04
9   NetworkType: ipvlan
10   Options:
11     host_device: {{ .Values.infra_storage_if }}  
12     container_prefix: int
13     cidr: 10.240.4.0/24
14     net6: 2001:db8::/45
15     routes:
16         10.40.1.0/24: 10.240.4.254
17     routes6:
18         2001:db9::/45: 2001:db8:4::1