-
Notifications
You must be signed in to change notification settings - Fork 49
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
Network Data should not depend on system naming of interfaces #285
Comments
Please assign to me |
I believe this falls also under the umbrella of the Host Profile diffused into the document set. Either this MAC approach or been able to declarative define the names for interfaces for the machines as part of the declarative that the HostTemplate Generator uses, |
@jingvar assigned! |
Related Change #739132Subject: Add usage MAC for Ephemeral VM deploy ApprovalsCode-Review
+2 Dmitry Ukov
+2 Stas Egorov
Verified
+2 Zuul
Workflow
+1 Stas Egorov Last Updated: 2020-08-05 11:30:09 CDT |
We should use interface naming independent on OS, type, speed, slot etc. This CR takes an approach that is already used for the target node. To define VMs, their script uses MAC addresses from manifests. Relates-To: #285 Change-Id: Iafffd23bc584d2daf3fed5ee301491f447498193
A [Related Change](https://review.opendev.org/739132 was merged. This issue may be ready to close. |
@airshipbot indeed it has. Thanks! |
Problem description (if applicable)
We have hardcoded naming of interfaces.
manifests/site/test-site/shared/baremetalhost/node02/networkData
" ...
name: enp0s3"
...
"
This works for Debian, but some distributions may use different naming.
If we try to use real bare metal for gating tests, we must take care of the names for the environment.
My expectation is an user just have to change redfish urls and credentials.
Proposed change
Update networkdata for gate test with using MAC for interface naming.
VM creation script should use MAC from networkdata.
Potential impacts
None
The text was updated successfully, but these errors were encountered: