From 999c2adc3d38570cac79e63a396e8f4340492961 Mon Sep 17 00:00:00 2001 From: "r.kuralamudhan" Date: Mon, 28 Oct 2019 21:12:32 +0000 Subject: [PATCH] adding virtlet changes in Makefile Signed-off-by: r.kuralamudhan Change-Id: I493d4fabced629f542f6c2d6363e440f44781c73 --- Makefile | 3 +++ deploy/kud/kud_bm_launch.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.16.6