acfe366566
The OneView driver currently allows nodes to use Server Profile Templates (SPTs) that are marked to use Virtual MACs. This is an issue because the MAC the machine is going to use will only be specified at profile application. The driver only works with physical MACs in the dynamic allocation case. This should be checked in all interfaces' validations. Change-Id: I5b779ac58ce096a52876bace77702e828aaac711 Depends-On: I21a1ebfc14ec33c661a1e7c7c1dbdcdcab04f119 Closes-Bug: 1627818 Co-Authored-By: Charlle Daniel <charlledaniel@lsd.ufcg.edu.br>
10 lines
386 B
YAML
10 lines
386 B
YAML
---
|
|
upgrade:
|
|
- Minimum required version of python-oneviewclient bumped to 2.5.2
|
|
fixes:
|
|
- A validation step is added to verify that the Server Profile
|
|
Template's MAC type is set to Physical when dynamic allocation
|
|
is enabled. The OneView Driver needs this verification
|
|
because the machine is going to use a MAC that will only be
|
|
specified at the profile application.
|