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/ci/kud-installer.sh | |
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/ci/kud-installer.sh')
-rwxr-xr-x | kud/ci/kud-installer.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh index 956a15a6..73c1628b 100755 --- a/kud/ci/kud-installer.sh +++ b/kud/ci/kud-installer.sh @@ -9,6 +9,5 @@ set -x -e -o pipefail curr_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")" -cp ${curr_dir}/k8s-cluster.yml ${curr_dir}/../hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml cd ${curr_dir}/../hosting_providers/baremetal ./aio.sh |