From: r.kuralamudhan Date: Mon, 28 Oct 2019 21:12:32 +0000 (+0000) Subject: adding virtlet changes in Makefile X-Git-Tag: v0.4.0~71 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F1864%2F1;p=icn.git adding virtlet changes in Makefile Signed-off-by: r.kuralamudhan Change-Id: I493d4fabced629f542f6c2d6363e440f44781c73 --- diff --git a/Makefile b/Makefile index 2173c83..c070124 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,7 @@ verify_all: prerequisite \ verifier: verify_all +verify_nestedk8s: prerequisite \ + kud_bm_deploy + .PHONY: all bm_preinstall bm_install bashate diff --git a/deploy/kud/kud_bm_launch.sh b/deploy/kud/kud_bm_launch.sh index fe50a6d..562142e 100755 --- a/deploy/kud/kud_bm_launch.sh +++ b/deploy/kud/kud_bm_launch.sh @@ -32,7 +32,7 @@ function set_ssh_key { function set_bm_kud { pushd $DOWNLOAD_PATH/multicloud-k8s/kud/hosting_providers/vagrant/inventory HOST_IP=${HOST_IP:-$(hostname -I | cut -d ' ' -f 1)} - if [ "$1" == "virlet" ] ; then + if [ "$1" == "virtlet" ] ; then cat < hosts.ini [all] $HOSTNAME ansible_ssh_host=${HOST_IP} ansible_ssh_port=22