Feature #20688
openRemote execution interface not accessible by hammer
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1424998
Description of problem:
The webinterface of Satellite 6.2 allows the specification of the interface used for remote exection: https://satellite.example.com/hosts/$HOSTNAME/edit#network
(Hosts / All Hosts / choose a host / Edit / Interfaces / choose an Interface / Edit)
API and Hammer lacks this feature.
Version-Release number of selected component (if applicable):
Satellite 6.2.7
How reproducible:
Always
Steps to Reproduce:
1. hammer host interface info --host $HOST --id 1
Actual results:
Id: 1
Identifier: eth0
Type: interface
MAC address: 52:54:00:62:12:1c
IP address: 172.29.0.20
DNS name: sat62.localdomain
Domain: localdomain
Managed: yes
Primary: yes
Provision: yes
Virtual: no
Expected results:
Id: 1
Identifier: eth0
Type: interface
MAC address: 52:54:00:62:12:1c
IP address: 172.29.0.20
DNS name: sat62.localdomain
Domain: localdomain
Managed: yes
Primary: yes
Provision: yes
Virtual: no
Remote execution: yes
Additional info:
The lack of hammer / API access to the remote execution interface blocks any automation / bulk update in the correction of wrongly assigned interfaces.