-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
6.7.0
-
False
-
-
False
-
CLOSED
-
1,400
-
Rocket
-
-
-
Important
-
To Do
-
None
Description of problem:
Unable to change the Host Group with hammer command, but it can be changed via the web page. It appears to be trying to create a VM that already exists on the VMware rather than just updating the Host Group information.
Version-Release number of selected component (if applicable):
Satellite-6.7.1
How reproducible:
Steps to Reproduce:
1. Update the hostgroup of host via hammer command:
- hammer host update --name "Host_name" --hostgroup <Hostgroup_name> --subnet <subnet>
2. Above command updating host group but also create a VM that already exists on VMware.
NOTE: Successfully able to update hostgroup of the host with Satellite web UI.
Actual results: While updating hostgroup of host via hammer command, it creating new virtual server (duplicate server) with the same name on VMware
- hammer host update --name "Host_name" --hostgroup <Hostgroup_name> --subnet <subnet>
Expected results: Should be able to change the hostgoup with hammer command for automation. Is there a switch that will turn off the “create” command, so that it acts the same way that it does on the web page where you select the Host Group and simply submit.
Additional info:
- external trackers