VOL-642: Installation of VOLT-HA in a Kubernetes cluster

- Changed existing installer to support swarm and kubernetes
- Using kubespray as the base framework to deploy kubernetes
- Implemented config/deploy/teardown tasks for voltha

Amendments:

- Changed from python to python3 when running the inventory builder

Change-Id: I059fd348b9a749397b373e333b5602944c817745
diff --git a/k8s/kafka.yml b/k8s/kafka.yml
index 00f8441..a75bbeb 100644
--- a/k8s/kafka.yml
+++ b/k8s/kafka.yml
@@ -20,6 +20,8 @@
 spec:
   serviceName: kafka
   replicas: 3
+  updateStrategy:
+    type: RollingUpdate
   selector:
     matchLabels:
       app: kafka