diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-26 15:51:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-26 15:51:30 +0000 |
commit | 7243b9793ea87c3070a032b69c01d779a7c8cbfd (patch) | |
tree | 83010e3673acec7fc9c9839a7136069f127261f2 /compass/deploy/host_baremetal.sh | |
parent | 6f816a8546224dcce14fd6dddeb0c9252f69a1c7 (diff) | |
parent | de3139313cb7e3087e3328d1b37cdc88510ca5db (diff) |
Merge "Remove Compass from genesis."
Diffstat (limited to 'compass/deploy/host_baremetal.sh')
-rw-r--r-- | compass/deploy/host_baremetal.sh | 9 |
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 -} |