Bug 1258616 - RFE: add an option to skip the validation that baremetal nodes are turned off
Summary: RFE: add an option to skip the validation that baremetal nodes are turned off
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: khaleesi
Classification: Community
Component: rdo-manager
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: wes hayutin
QA Contact: Attila Darazs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-31 18:58 UTC by wes hayutin
Modified: 2018-04-16 16:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-02 18:16:23 UTC
Embargoed:


Attachments (Terms of Use)

Description wes hayutin 2015-08-31 18:58:53 UTC
Description of problem:


RFE: add an option to skip the validation that baremetal nodes are turned off

 - name: power off ironic nodes (workaround for bz 1246641)
      shell: >
        source {{ instack_user_home }}/stackrc;
        ironic node-set-power-state {{item}} 'off'
      with_items: ironic_node_ids.stdout_lines
      when: workarounds.enabled is defined and workarounds.enabled|bool


Note You need to log in before you can comment on or make changes to this bug.