Project

General

Profile

Actions

Bug #34404

closed

hammer host interface update does not update remote execution setting

Added by Adam Ruzicka almost 3 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
CLI
Target version:
-
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2009398

Description of problem:

hammer host interface update --host myhost.example.com --execution false --interface-id 17

does not change remote execution setting

Version-Release number of selected component (if applicable):

6.9.6.1

How reproducible:

100%

Steps to Reproduce:
1.

#hammer p RedHat1! host interface list --host myhost.example.com
--
|------------|-------------------------------------------|-------------------|--------------|-----------------------------
ID | IDENTIFIER | TYPE | MAC ADDRESS | IP ADDRESS | DNS NAME
---|------------|-------------------------------------------|-------------------|--------------|-----------------------------
18 | | interface | 52:54:00:20:2d:1e | 172.16.0.231 |
17 | ens3 | interface (primary, provision, execution) | 52:54:00:7a:e0:22 | 172.16.0.139 | myhost.example.com
20 | | base | | |
21 | | base | | |
---|------------|-------------------------------------------|-------------------|--------------|-----------------------------

2.

#hammer host interface update --host myhost.example.com --execution false --interface-id 17
Interface updated.

3.
#hammer p RedHat1! host interface list --host myhost.example.com
--
|------------|-------------------------------------------|-------------------|--------------|-----------------------------
ID | IDENTIFIER | TYPE | MAC ADDRESS | IP ADDRESS | DNS NAME
---|------------|-------------------------------------------|-------------------|--------------|-----------------------------
18 | | interface | 52:54:00:20:2d:1e | 172.16.0.231 |
17 | ens3 | interface (primary, provision, execution) | 52:54:00:7a:e0:22 | 172.16.0.139 | myhost.example.com
20 | | base | | |
21 | | base | | |
---|------------|-------------------------------------------|-------------------|--------------|-----------------------------

Actual results:

interface not updated

Expected results:

interface setting updated

Additional info:


Related issues 1 (0 open1 closed)

Related to Foreman Remote Execution - Bug #34452: Allow host not having an execution interfaceClosedAdam RuzickaActions
Actions

Also available in: Atom PDF