[baremetal] idf support for different board types 45/48945/2
authorGuillermo Herrero <guillermo.herrero@enea.com>
Thu, 14 Dec 2017 10:36:35 +0000 (11:36 +0100)
committerGuillermo Herrero <guillermo.herrero@enea.com>
Thu, 14 Dec 2017 10:48:35 +0000 (10:48 +0000)
commitee149500e0e6bde0152aa56140046a2d1b995eb4
tree61c229b7e5529d252e76757068a061425f01301e
parentf1f85fdbd111e3b2adea6e8a4185f3e50f92a02f
[baremetal] idf support for different board types

This modification enables having different models of target nodes
but restricts them to two groups of the same kind assuming:
 - 3 KVMs will be same model and have the same NIC names
 - 2 Compute nodes will be the same model and have same NIC names

This is an ad-hoc change for arm-pod7. Will work for all other setups
but the jinja2 logic should be evetually extended to support a per
board approach, allowing any board to be any kind

Change-Id: Ie994d661e3dbe5b9a33d290a850a6152cf320c86
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
mcp/reclass/classes/cluster/baremetal-mcp-pike-common-ha/openstack_compute_pdf.yml.j2