X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=compass%2Fdeploy%2Fhost_baremetal.sh;fp=compass%2Fdeploy%2Fhost_baremetal.sh;h=0000000000000000000000000000000000000000;hb=7243b9793ea87c3070a032b69c01d779a7c8cbfd;hp=26238e04e1bb62dafbda11ecc1af7f095c13fc82;hpb=6f816a8546224dcce14fd6dddeb0c9252f69a1c7;p=genesis.git diff --git a/compass/deploy/host_baremetal.sh b/compass/deploy/host_baremetal.sh deleted file mode 100644 index 26238e0..0000000 --- a/compass/deploy/host_baremetal.sh +++ /dev/null @@ -1,9 +0,0 @@ -function get_host_macs() { - local config_file=$WORK_DIR/installer/compass-install/install/group_vars/all - local machines=`echo $HOST_MACS|sed 's/ /,/g'` - - echo "test: true" >> $config_file - echo "pxe_boot_macs: [${machines}]" >> $config_file - - echo $machines -}