Add Swarm cluster to mcp11-k8s-calico model

The change also fixes the network configuration of the infra node and
adds scripts to deploy Kubnernetes environments.

Change-Id: Ib8b3f01210be9180d9c8eaf8dfe885a4475fd82b
diff --git a/scripts/bootstrap_k8s.sh b/scripts/bootstrap_k8s.sh
new file mode 100755
index 0000000..b9c4aac
--- /dev/null
+++ b/scripts/bootstrap_k8s.sh
@@ -0,0 +1,8 @@
+#!/bin/bash -x
+
+CWD="$(dirname "$(readlink -f "$0")")"
+
+"$CWD"/fuel_config_verify.sh
+"$CWD"/fuel_infra_install.sh
+"$CWD"/docker_swarm.sh
+"$CWD"/k8s.sh