Remove glusterfs states execution from k8s templates

* According to [1], there is no glusterfs states in k8s
  clusters anymore.
* Fix IP address for vsrx in juniper.conf
  10.70.0.90 -> 10.70.0.91 (10.70.0.90 is used by cfg01 now)

[1] https://gerrit.mcp.mirantis.net/#/c/10093/

Change-Id: I1231f95dbc15eb850058708565c9dcef736da349
Reviewed-on: https://review.gerrithub.io/378272
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-contrail/juniper.conf b/tcp_tests/templates/virtual-mcp11-k8s-contrail/juniper.conf
index af91728..398a257 100644
--- a/tcp_tests/templates/virtual-mcp11-k8s-contrail/juniper.conf
+++ b/tcp_tests/templates/virtual-mcp11-k8s-contrail/juniper.conf
@@ -51,7 +51,7 @@
     ge-0/0/2 {
         unit 0 {
             family inet {
-                address 10.70.0.90/24;
+                address 10.70.0.91/24;
             }
         }
     }