robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / network-attach-test / templates / cnet_pod6.yaml
diff --git a/resources/test_charts/network-attach-test/templates/cnet_pod6.yaml b/resources/test_charts/network-attach-test/templates/cnet_pod6.yaml
new file mode 100644 (file)
index 0000000..a4bb9d6
--- /dev/null
@@ -0,0 +1,16 @@
+apiVersion: danm.k8s.io/v1
+kind: ClusterNetwork
+metadata:
+  name: cnet-pod6
+spec:
+  NetworkID: cnet-pod6
+  NetworkType: ipvlan
+  Options:
+    host_device: {{ .Values.infra_int_if }}
+    vxlan: 56
+    container_prefix: eth1
+    rt_tables: 100
+    cidr: 10.20.0.0/24
+    allocation_pool:
+      start: 10.20.0.1
+      end: 10.20.0.10
\ No newline at end of file