speed up the installation of compass
[genesis.git] / compass / deploy / host_baremetal.sh
diff --git a/compass/deploy/host_baremetal.sh b/compass/deploy/host_baremetal.sh
new file mode 100644 (file)
index 0000000..26238e0
--- /dev/null
@@ -0,0 +1,9 @@
+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
+}