aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/inventory/group_vars/k8s-cluster.yml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-12-07 18:29:04 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-07 18:29:04 +0000
commit8485e82b9c447024ae0eca1899fde5bffafc9f41 (patch)
treeb10a2f9b69c24fe9b7c27c49430eba0ec1c71b8b /vagrant/inventory/group_vars/k8s-cluster.yml
parentd0a939c51e813a32a0a6ba66dfd4572dded3de27 (diff)
parent830141329068683777ffcb0abb36415168c2ac20 (diff)
Merge "Enable downloading binaries and containers"
Diffstat (limited to 'vagrant/inventory/group_vars/k8s-cluster.yml')
-rw-r--r--vagrant/inventory/group_vars/k8s-cluster.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vagrant/inventory/group_vars/k8s-cluster.yml b/vagrant/inventory/group_vars/k8s-cluster.yml
index ab0c89ec..4de3a276 100644
--- a/vagrant/inventory/group_vars/k8s-cluster.yml
+++ b/vagrant/inventory/group_vars/k8s-cluster.yml
@@ -67,3 +67,16 @@ helm_enabled: true
# works in the kernel space
# https://kubernetes.io/docs/concepts/services-networking/service/#proxy-mode-ipvs
#kube_proxy_mode: ipvs
+
+# Download container images only once then push to cluster nodes in batches
+download_run_once: true
+
+# Where the binaries will be downloaded.
+# Note: ensure that you've enough disk space (about 1G)
+local_release_dir: "/tmp/releases"
+
+# Makes the installer node a delegate for pushing images while running
+# the deployment with ansible. This maybe the case if cluster nodes
+# cannot access each over via ssh or you want to use local docker
+# images as a cache for multiple clusters.
+download_localhost: true