Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1030406[details]
Configured Alias interface doesn't come up automatically after host provisioning
Description of problem:
I was trying to configure alias interface while provisioning a discovered host with rhel71. I passed eth0 mac and selected static subnet. Also checked the Virtual and Managed checkboxes.
when host was provisioned successfully, I didn't see alias interface with ifconfig -a. However configuration file of alias interface was there. and it was correctly configured. But the interface didn't come up automatically after provisioning. When I executed ifup eth0:0", interface came up with ip address.
Please note that this is the issue only on rhel71. On rhel66 I can correctly see the configured interface and it automatically come-up after provisioning.
Version-Release number of selected component (if applicable):
sat6.1 GA snap5
How reproducible:
always on rhel71
Steps to Reproduce:
1. discover a host
2. provision it with rhel71
3. add alias interface
Actual results:
Configured Alias interface doesn't come up automatically after host provisioning
Expected results:
interface should come up. no manual intervention should require.
Additional info:
After some testing it seems, that NM ignores config files with colon in name. After renaming the file (e.g. ifcfg-eth0_0), interface seems to start correctly.
Created attachment 1030406 [details] Configured Alias interface doesn't come up automatically after host provisioning Description of problem: I was trying to configure alias interface while provisioning a discovered host with rhel71. I passed eth0 mac and selected static subnet. Also checked the Virtual and Managed checkboxes. when host was provisioned successfully, I didn't see alias interface with ifconfig -a. However configuration file of alias interface was there. and it was correctly configured. But the interface didn't come up automatically after provisioning. When I executed ifup eth0:0", interface came up with ip address. Please note that this is the issue only on rhel71. On rhel66 I can correctly see the configured interface and it automatically come-up after provisioning. Version-Release number of selected component (if applicable): sat6.1 GA snap5 How reproducible: always on rhel71 Steps to Reproduce: 1. discover a host 2. provision it with rhel71 3. add alias interface Actual results: Configured Alias interface doesn't come up automatically after host provisioning Expected results: interface should come up. no manual intervention should require. Additional info: