X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Makefile;h=3a875ca4e128de49fa5b57a216125bdbdd02905c;hb=15ef8c87177cf951066f5925d51675b8eb42aef2;hp=2173c83da123891ed18259c0e9f2af872ca0dd06;hpb=97aec506decb655c865452acb5b5fcef72bb8673;p=icn.git diff --git a/Makefile b/Makefile index 2173c83..3a875ca 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ kud_bm_deploy_mini: pushd $(KUD_PATH) && ./kud_bm_launch.sh minimal && popd kud_bm_deploy: - pushd $(KUD_PATH) && ./kud_bm_launch.sh virtlet && popd + pushd $(KUD_PATH) && ./kud_bm_launch.sh all && popd metal3_prerequisite: pushd $(METAL3VMDIR) && make bmh_install && popd @@ -66,4 +66,7 @@ verify_all: prerequisite \ verifier: verify_all +verify_nestedk8s: prerequisite \ + kud_bm_deploy + .PHONY: all bm_preinstall bm_install bashate