summaryrefslogtreecommitdiffstats
path: root/compass/deploy/host_baremetal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/host_baremetal.sh')
-rw-r--r--compass/deploy/host_baremetal.sh9
1 files changed, 0 insertions, 9 deletions
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
-}