From: Fatih Degirmenci Date: Sun, 3 May 2020 09:41:55 +0000 (+0000) Subject: Plug provisioning into stack X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=commitdiff_plain;h=f1f8833b3395057210fbb02e8465b4c3298051d2 Plug provisioning into stack Change-Id: I3a17f290ea136253d8f46edd7e4992f57f4002d5 --- diff --git a/install.sh b/install.sh index 9d8a8b8..5156866 100755 --- a/install.sh +++ b/install.sh @@ -32,4 +32,12 @@ ansible-playbook "${ENGINE_ANSIBLE_PARAMS[@]}" \ engine/stack/kubernetes/playbooks/bootstrap-swconfig.yaml echo "-------------------------------------------------------------------------" +#------------------------------------------------------------------------------- +# Provision nodes using the selected provisioning tool +#------------------------------------------------------------------------------- +# NOTE: shellcheck SC1090 is disabled since provisioner becomes available during runtime +# shellcheck disable=SC1090 +source "${ENGINE_PATH}/engine/provisioner/provision.sh" + +exit 0 # vim: set ts=2 sw=2 expandtab: