-
Notifications
You must be signed in to change notification settings - Fork 498
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
Custom attributes for network section (NIC) in VM template #959
Comments
Original Redmine Comment You can actually add any attribute inside the NIC. Furthermore, you can even configure in oned.conf if any attribute should be restricted to be used only by oneadmin: Or set the attributes in the vnet template, and copy it to the NICs using that vnet: Can you give it a try to see if your request is already covered? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. The OpenNebula Dev Team |
Seems this issue was implemented. Closing... |
Signed-off-by: Jorge Lobo <[email protected]>
Author Name: Stefan Kooman (Stefan Kooman)
Original Redmine Issue: 4066, https://dev.opennebula.org/issues/4066
Original Date: 2015-10-16
In some cases you want to perform some special action in a VM or on the frontend / hypervisor based on some property of a network adapter. As far as I know it's currently not possible to add a custom attribute to the "NIC=[]" section. It would make life easy if a custom attribute could be added. Example use case: configure a special source based route for the specific nic if LB=TRUE is configured. Or setup special openflow rules on the vnet if OPENFLOW_SPECIAL=TRUE.
The text was updated successfully, but these errors were encountered: