Add OVS-DPDK parameter as part of roles file
Adding mandatory OVS-DPDK parameter to the roles file instead of environment file, as it requires to be added for each custom role. Change-Id: I33fa198228e3e3adcb8e93146d9a9caa46a28895
This commit is contained in:
parent
7f146a1e46
commit
e7d39847bc
@ -1,3 +1,7 @@
|
|||||||
|
# DEPRECATED, this parameter is added as part of the roles/ComputeOvsDpdk.yaml
|
||||||
|
# to include it by default for all OvS-DPDK roles. This environment file is
|
||||||
|
# obsolete and will be removed in S release.
|
||||||
|
#
|
||||||
# This permission changes should be applied only on the fresh deployment of
|
# This permission changes should be applied only on the fresh deployment of
|
||||||
# queens, minor updates in queens (and future) and then upgrades from queens
|
# queens, minor updates in queens (and future) and then upgrades from queens
|
||||||
# to future versions.
|
# to future versions.
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Environment file ``ovs-dpdk-permissions.yaml`` is deprecated and the
|
||||||
|
mandatory parameter ``VhostuserSocketGroup`` is added to the roles data
|
||||||
|
file of the missing OvS-DPDK role. Using this environment file is
|
||||||
|
redundant and it will be removed in S-release.
|
@ -12,6 +12,7 @@
|
|||||||
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
|
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
|
||||||
deprecated_nic_config_name: 'compute-dpdk.yaml'
|
deprecated_nic_config_name: 'compute-dpdk.yaml'
|
||||||
RoleParametersDefault:
|
RoleParametersDefault:
|
||||||
|
VhostuserSocketGroup: "hugetlbfs"
|
||||||
TunedProfileName: "cpu-partitioning"
|
TunedProfileName: "cpu-partitioning"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
|
Loading…
x
Reference in New Issue
Block a user