summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/baremetal
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-06-24 21:29:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-24 21:29:53 +0000
commit672d736a054ddffaecd2910a8171844fddc38bdd (patch)
treef180e9e8c250ba8c2a13b27c2f6730522b10c33a /kud/hosting_providers/baremetal
parent819a687195ef9d6c8dd9753d366c0120886d7736 (diff)
parent267a730f840d0ef5aceef9a66d4997ef91c053b7 (diff)
Merge "Update single-node KUD installation variables"
Diffstat (limited to 'kud/hosting_providers/baremetal')
-rwxr-xr-xkud/hosting_providers/baremetal/aio.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/baremetal/aio.sh b/kud/hosting_providers/baremetal/aio.sh
index 6a304141..e16a082b 100755
--- a/kud/hosting_providers/baremetal/aio.sh
+++ b/kud/hosting_providers/baremetal/aio.sh
@@ -21,7 +21,7 @@ OVN_CENTRAL_IP_ADDRESS=${OVN_CENTRAL_IP_ADDRESS:-$(hostname -I | cut -d ' ' -f 1
echo "Preparing inventory for ansible"
cat <<EOL > inventory/hosts.ini
[all]
-localhost ansible_ssh_host=${OVN_CENTRAL_IP_ADDRESS} ansible_ssh_port=22
+localhost ansible_ssh_host=${OVN_CENTRAL_IP_ADDRESS} ansible_ssh_port=22 download_run_once=False download_localhost=False download_cache_dir=/tmp/kubespray_cache retry_stagger=10
[kube-master]
localhost