Actions
Feature #11236
closedAllow hammer hostgroup to set/update the root password field
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
-
Difficulty:
Triaged:
Bugzilla link:
Team Backlog:
Description
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
- Project changed from Foreman to Hammer CLI
- Subject changed from Allow hammer hostgroup to set/update the password field to Allow hammer hostgroup to set/update the root password field
- Category set to Foreman commands (obsolete)
Updated by Dominic Cleal over 9 years ago
- Copied to Feature #11240: Document root_pass parameter on hostgroups API added
Updated by Tomáš Strachota over 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- 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 hammer-cli-foreman|344dde29c6356f9fe3817c872f8b221b20c0fcbe.
Updated by Tomáš Strachota over 9 years ago
- Has duplicate Feature #7209: Unable to set password for hostgroup added
Actions