29a4ab3c12f56a13ae70e463537b54b04eca9257
[icn.git] / deploy / metal3-vm / Makefile
1 all: bmh_install bmh_configure bmh_launch bmh_verify
2
3 bmh: bmh_configure bmh_launch bmh_verify
4
5 bmh_install:
6         ./01_install_requirements.sh
7
8 bmh_configure:
9         ./02_configure_host.sh
10
11 bmh_launch:
12         ./03_launch_mgmt_cluster.sh
13
14 bmh_verify:
15         ./04_verify.sh
16
17 bmh_clean:
18         ./05_host_cleanup.sh
19
20 .PHONY: all bmh bmh_install bmh_configure bmh_launch bmh_verify bmh_clean