diff options
author | Konrad Bańka <k.banka@samsung.com> | 2020-06-23 08:07:46 +0200 |
---|---|---|
committer | Konrad Bańka <k.banka@samsung.com> | 2020-06-23 08:07:46 +0200 |
commit | 267a730f840d0ef5aceef9a66d4997ef91c053b7 (patch) | |
tree | 87294f84eeaedda15500b92e0de32a005fed4554 /kud/hosting_providers | |
parent | 7b860ae60bf9686b449ab2fe3f18c33944bdd71c (diff) |
Update single-node KUD installation variables
Single host installation requires some kubespray variables defined
differently from what is currently defined by default. All-in-one
installation script has been updated to provide these differences.
CI-building script has been updated and removed applying variables
there, as it's not specific just for CI, but for every single-node
installation.
Issue-ID: MULTICLOUD-1093
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I26c1835d87df41c087b8dfff9f52095083b6c160
Diffstat (limited to 'kud/hosting_providers')
-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 |