aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/playbooks/configure-nfd.yml
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/playbooks/configure-nfd.yml
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/playbooks/configure-nfd.yml')
-rw-r--r--vagrant/playbooks/configure-nfd.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/vagrant/playbooks/configure-nfd.yml b/vagrant/playbooks/configure-nfd.yml
index 26ad5497..d47a7bcc 100644
--- a/vagrant/playbooks/configure-nfd.yml
+++ b/vagrant/playbooks/configure-nfd.yml
@@ -46,10 +46,13 @@
- node-feature-discovery-daemonset.json.template
- hosts: localhost
- become: yes
+ pre_tasks:
+ - name: Load krd variables
+ include_vars:
+ file: krd-vars.yml
roles:
- role: andrewrothstein.kubectl
- kubectl_ver: "v{{ kubectl_version }}
+ kubectl_ver: "v{{ kubectl_version }}"
tasks:
- name: create service accounts
command: "/usr/local/bin/kubectl apply -f /tmp/{{ item }}"