robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-test / templates / tennet_06.yaml
1 # valid TenantNetwork manifest with valid ipv4 and ipv6 notation, and with allocation_pool; with ipv4 and ipv6 routes
2 apiVersion: danm.k8s.io/v1
3 kind: TenantNetwork
4 metadata:
5   name: tennet-06
6   namespace: default
7 spec:
8   NetworkID: tnet06
9   NetworkType: ipvlan
10   Options:
11     host_device: {{ .Values.infra_int_if }}  
12     container_prefix: int
13     rt_tables: 200
14     cidr: 10.240.6.0/24
15     allocation_pool:
16       start: 10.240.6.100
17       end: 10.240.6.200
18     net6: 2001:db8::/45
19     routes:
20         10.60.1.0/24: 10.240.6.254
21     routes6:
22         2001:db8::/45: 2001:db8:1::1