summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@est.tech>2020-08-21 16:09:59 +0200
committerGeorg Kunz <georg.kunz@est.tech>2020-09-08 18:48:28 +0000
commit85c03eea36273b89427e8466f12274e69918dee6 (patch)
treeddbb2e6c4b6d9ca77efbf0600be713d772e3a15e /deploy.sh
parentfbedab22a44e54ef1d5bab53f8a220c1c6517997 (diff)
Adding checks for installation prerequisites
This patch adds a few preliminary checks for installation prerequisites, currently covering software dependencies and runtime prerequisites. More checks need to be added over time. Signed-off-by: Georg Kunz <georg.kunz@est.tech> Change-Id: Ic59b99873983511b74ebdce06d3aeb2ade318a76 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/70841 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Victor Morales <chipahuac@hotmail.com> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 34f13e4..78e2978 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -25,6 +25,11 @@ source "$CURRENTPATH/deploy.env"
# shellcheck source=./functions.sh
source "$CURRENTPATH/functions.sh"
+# ---------------------------------------------------------------------
+# check installation and runtime prerequisites
+# ---------------------------------------------------------------------
+check_prerequisites
+
# Clean up leftovers
clean_up