summaryrefslogtreecommitdiffstats
path: root/vagrant/main.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-12-06 06:17:34 -0800
committerVictor Morales <victor.morales@intel.com>2018-12-07 00:50:18 -0800
commit830141329068683777ffcb0abb36415168c2ac20 (patch)
treeae745f344c07f68d3c3fdcd249489524b92d23bb /vagrant/main.sh
parentf19da653ff0b1e7a45e8ba66c1a8458390566b1b (diff)
Enable downloading binaries and containers
The *download_run_once* kubespray config option allows to download container images only once then push to cluster nodes and the *download_localhost* option makes the installer node a delegate for pushing images while running the deployment with ansible. These two options pretends to reduce the amount of traffic during the deployment time of the Kubernetes cluster. Change-Id: I8239cebbf5c322ed52ae0a0bc8774e5e33aada3c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-425
Diffstat (limited to 'vagrant/main.sh')
-rwxr-xr-xvagrant/main.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/main.sh b/vagrant/main.sh
deleted file mode 100755
index 993ca78a..00000000
--- a/vagrant/main.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-# SPDX-license-identifier: Apache-2.0
-##############################################################################
-# Copyright (c) 2018
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-set -o nounset
-set -o pipefail
-
-cd ~/go/src/k8-plugin-multicloud/vagrant
-sudo -H -E bash ./installer.sh | tee krd_installer.log