Feature #15674
Implement host disassociation command
Difficulty:
Triaged:
No
Bugzilla link:
Description
We are missing this bit completely from CLI.
From our mailing list:
Anyone know of a command line option in hammer to disassociate a host from
its compute resource? It's easily done through the GUI however I am
attempting to do this as a part of a larger workflow built in something
like Ansible and need to be able to disassociate via CLI.
Related issues
Associated revisions
History
#1
Updated by Martin Bacovsky over 3 years ago
- Related to Bug #13596: hammer: unable to remove association between hostgroup and environment added
#2
Updated by Dominic Cleal over 3 years ago
Compute resource disassociation is different to the case in #13596. Environments are a single attribute on a host/host group and it should be possible to set them to null, while compute resource disassociation is performed by a specific action (PUT /api/v2/hosts/:id/disassociate).
#3
Updated by Bryan Kearney over 3 years ago
- Bugzilla link set to 1356126
#4
Updated by Tomáš Strachota over 1 year ago
- Category changed from Foreman commands (obsolete) to Hosts
#5
Updated by Shira Maximov over 1 year ago
- Triaged set to No
- Assignee set to Shira Maximov
#6
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/373 added
#7
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|3c5d39446046e0bbd87d93c98850be71284dee8f.
#8
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases hammer-cli-foreman-0.14.0 added
Fixes #15674 - add disassociate command to host