[fuel] IDF: Add DPDK parameters support 53/52453/6
authorCristina Pauna <cristina.pauna@enea.com>
Tue, 20 Feb 2018 16:29:42 +0000 (18:29 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 23 Feb 2018 01:24:11 +0000 (02:24 +0100)
commit63e122a1d0e7e4ca402353d331f44eda63d966c3
tree64650dd1c46bc5b400cfd31699e0c4ec78b29eb8
parentffc697113c99fa1e955bdce068d67ca153898566
[fuel] IDF: Add DPDK parameters support

In order to enable DPDK for OVS scenarios in Armband, we need DPDK
specific configuration to be parameterizable.
The default DPDK configuration values will remain in Fuel repo and
will be overriden with the values defined in IDF (only if present).
Since hugepage config and CPU pinning also apply to non-DPDK
scenarios, handle them together for 'common', respectively 'dpdk'.

To keep things simple, we will reuse the format expected by Fuel's
reclass model, so we can pass the whole config block as-is.

- IDF schema: fuel: Add strict checking of new block's structure,
  while allowing the rvalues to be more or less freestyle;
- arm-pod6 IDF: Add initial config block implementation;

JIRA: ARMBAND-342

Change-Id: I9224f06bb6b9fb2387414eb2a1be35461c27fb99
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
config/pdf/idf-pod1.schema.yaml
labs/arm/idf-pod6.yaml