From 267a730f840d0ef5aceef9a66d4997ef91c053b7 Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Tue, 23 Jun 2020 08:07:46 +0200 Subject: Update single-node KUD installation variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I26c1835d87df41c087b8dfff9f52095083b6c160 --- kud/hosting_providers/baremetal/aio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/hosting_providers') 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 < 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 -- cgit 1.2.3-korg