Merge pull request #101 from stackhpc/fix-compute-node-discovery

Fix compute-node-discovery.yml - missing register
This commit is contained in:
Mark Goddard 2017-12-20 10:26:51 +00:00 committed by GitHub
commit e9a444dec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- name: Ensure baremetal compute nodes are powered off
command: ipmitool -U {{ ipmi_username }} -P {{ ipmi_password }} -H {{ ipmi_address }} -I lanplus chassis power off
delegate_to: "{{ controller_host }}"
register: result
failed_when:
- result | failed
# Some BMCs complain if the node is already powered off.