Actions
Feature #11240
closedDocument root_pass parameter on hostgroups API
Difficulty:
trivial
Triaged:
Pull request:
Description
The root_pass parameter needs documenting for host groups in the API.
When you create a host group and associate it with an operating system, it is often useful to set the password (root) so that when you provision a system associated to this host group, you know what password to use when trying to ssh into the system. Currently one cannot use hammer hostgroup command to do that.
I'd like to request an improvement to hammer hostgroup so that one can set/update the password field. Perhaps something like:
hammer hostgroup update --name=<name of existing host group> --password=<new value>
or
hammer hostgroup update --id=<id for existing host group> --password=<new value>
This would be useful for automating provisioning scenarios via hammer.
Updated by Dominic Cleal over 9 years ago
- Copied from Feature #11236: Allow hammer hostgroup to set/update the root password field added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/189 added
- Pull request deleted (
)
Updated by Shlomi Zadok over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8caf49dbe303f791b8bde3065aae535601d959f0.
Updated by Dominic Cleal over 9 years ago
- Assignee set to Shlomi Zadok
- Translation missing: en.field_release set to 63
Updated by Tomáš Strachota over 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/2608 added
- Pull request deleted (
https://github.com/theforeman/hammer-cli-foreman/pull/189)
Changing the PR to the correct one. There was a link to a hammer PR by mistake.
Actions