Enable Virtlet Addon for Kubernetes

Enable virtlet addon for kubernetes deployment.

Change-Id: Ifd0cb2e01d46d21689ce7afb247b2614271731ac
Initiative: PROD-10135
Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
index 6f41bc4..a2c98fd 100644
--- a/tests/pillar/master_cluster.sls
+++ b/tests/pillar/master_cluster.sls
@@ -34,6 +34,13 @@
         enabled: true
         namespace: kube-system
         image: image
+      virtlet:
+        enabled: true
+        namespace: kube-system
+        hosts:
+        - cmp01
+        - cmp02
+        image: mirantis/virtlet:latest
     admin:
       password: password
       username: admin
diff --git a/tests/pillar/master_contrail4_0.sls b/tests/pillar/master_contrail4_0.sls
index 7ff0e50..b687840 100644
--- a/tests/pillar/master_contrail4_0.sls
+++ b/tests/pillar/master_contrail4_0.sls
@@ -31,6 +31,9 @@
         server_image: image
         agent_image: image
         agent_probeurls: "http://ipinfo.io"
+      kube_network_manager:
+        enabled: true
+        namespace: kube-system
     admin:
       password: password
       username: admin
@@ -53,8 +56,9 @@
     kubelet:
       allow_privileged: true
     network:
-      version: 4.0
       engine: opencontrail
+      version: 4.0
+      private_ip_range: 10.150.0.0/16
       config:
         api:
           host: 127.0.0.1