X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=resources%2Ftest_charts%2Ftenantconfig-test%2Ftemplates%2Ftconf_07.yaml;fp=resources%2Ftest_charts%2Ftenantconfig-test%2Ftemplates%2Ftconf_07.yaml;h=9d840baca11d58931962caed220db28845ef1f6e;hp=0000000000000000000000000000000000000000;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=025a45508d009db84c34076fb4a668f712628d6d diff --git a/resources/test_charts/tenantconfig-test/templates/tconf_07.yaml b/resources/test_charts/tenantconfig-test/templates/tconf_07.yaml new file mode 100644 index 0000000..9d840ba --- /dev/null +++ b/resources/test_charts/tenantconfig-test/templates/tconf_07.yaml @@ -0,0 +1,15 @@ +# TenantConfig with multiple hostDevices with/without vniType & vniRange, and no networkType: networkId mapping for networkIds +apiVersion: danm.k8s.io/v1 +kind: TenantConfig +metadata: + name: tconf-07 +hostDevices: +- name: {{ .Values.infra_int_if }} + vniType: vlan + vniRange: 1000-1100 +- name: {{ .Values.infra_ext_if }} + vniType: vxlan + vniRange: 1000-2000 +- name: {{ .Values.infra_storage_if }} + vniType: vlan + vniRange: 2000-3000