diff options
author | 2020-06-24 21:29:53 +0000 | |
---|---|---|
committer | 2020-06-24 21:29:53 +0000 | |
commit | 672d736a054ddffaecd2910a8171844fddc38bdd (patch) | |
tree | f180e9e8c250ba8c2a13b27c2f6730522b10c33a /kud/hosting_providers/baremetal | |
parent | 819a687195ef9d6c8dd9753d366c0120886d7736 (diff) | |
parent | 267a730f840d0ef5aceef9a66d4997ef91c053b7 (diff) |
Merge "Update single-node KUD installation variables"
Diffstat (limited to 'kud/hosting_providers/baremetal')
-rwxr-xr-x | kud/hosting_providers/baremetal/aio.sh | 2 |
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 |