26238e04e1bb62dafbda11ecc1af7f095c13fc82
[genesis.git] / compass / deploy / host_baremetal.sh
1 function get_host_macs() {
2     local config_file=$WORK_DIR/installer/compass-install/install/group_vars/all
3     local machines=`echo $HOST_MACS|sed 's/ /,/g'`
4
5     echo "test: true" >> $config_file
6     echo "pxe_boot_macs: [${machines}]" >> $config_file
7     
8     echo $machines
9 }