Install Kubernetes using Kubespray

Change-Id: Ia71990c68efc34aab0732124f6c4b1188b91bfbd
diff --git a/deploy.sh b/deploy.sh
index 98d1da6..69e7cc7 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -48,4 +48,15 @@
   -i localhost, \
   playbooks/configure-installer.yml
 
+# install Kubernetes scenario
+echo "-------------------------------------------------------------------------"
+echo "Info: Install Kubernetes Scenario"
+echo "-------------------------------------------------------------------------"
+cd ${ENGINE_CACHE}/repos/kubespray
+ansible-playbook ${ENGINE_ANSIBLE_PARAMS} \
+  --ssh-extra-args='-o StrictHostKeyChecking=no' \
+  --user root \
+  -i inventory/engine/bifrost_inventory.py \
+  cluster.yml
+
 # vim: set ts=2 sw=2 expandtab: