robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantconfig-test / templates / tconf_07.yaml
1 # TenantConfig with multiple hostDevices with/without vniType & vniRange, and no networkType: networkId mapping for networkIds
2 apiVersion: danm.k8s.io/v1
3 kind: TenantConfig
4 metadata:
5   name: tconf-07
6 hostDevices:
7 - name: {{ .Values.infra_int_if }}  
8   vniType: vlan
9   vniRange: 1000-1100
10 - name: {{ .Values.infra_ext_if }}  
11   vniType: vxlan
12   vniRange: 1000-2000
13 - name: {{ .Values.infra_storage_if }}  
14   vniType: vlan
15   vniRange: 2000-3000