X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=genesis.git;a=blobdiff_plain;f=compass%2Fdeploy%2Fhost_baremetal.sh;fp=compass%2Fdeploy%2Fhost_baremetal.sh;h=0000000000000000000000000000000000000000;hp=26238e04e1bb62dafbda11ecc1af7f095c13fc82;hb=de3139313cb7e3087e3328d1b37cdc88510ca5db;hpb=e94d5484ecdf8021245d961479dae07ea2f8321f 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 -}