Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL7 2nd Network Adapter Attached, but Not Getting an IP #175

Open
jellyBeanz2019 opened this issue Aug 29, 2023 · 0 comments
Open

RHEL7 2nd Network Adapter Attached, but Not Getting an IP #175

jellyBeanz2019 opened this issue Aug 29, 2023 · 0 comments
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.

Comments

@jellyBeanz2019
Copy link

jellyBeanz2019 commented Aug 29, 2023

Versions:

  • Version of kitchen-vcenter: 2.12.0
  • Version of test-kitchen: 3.2.2
  • Version of chef: 17.10.0

Platform Details

  • Version of vCenter: 7.0.3.1500
  • Version of ESXi: 7.0.3

Scenario:

I am trying to understand why my RedHat 7.9 only receives an IP address for the first adapter and my Redhat 8.8 and CentOS 7.9.2009 VMs get both adapters assigned an IP address. We use Packer to build both RedHat images using similar configurations, only differing where required by the OS. The components used by the VMs are similar across the networks, datastore, datacenter, cluster, etc).

Steps to Reproduce:

Running kitchen create redhat-7 creates a virtual machine with 2 network adapters, but only one gets an IP address.
Running kitchen create redhat-8, using the same specs in the kitchen.yml file, results in a virtual machine with 2 network adapters with both getting an IP address.
Running kitchen create centos-7, using the same specs in the kitchen.yml file, results in a virtual machine with 2 network adapters with both getting an IP address.

Expected Result:

Running kitchen create redhat-7 should result in both attached network adapters receiving an IP address.

Actual Result:

Running kitchen create redhat-7 results in only the first network adapting receiving an IP address. I have to run login to the VM and runsudo dhclient in order for the second network adapter to receive an IP address.

@jellyBeanz2019 jellyBeanz2019 added Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected. labels Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

1 participant