Set tuned profile for compute roles

Computes should have virtual-host tuned profile set per default in
roles definition. HCI compute as recommended before keep
throughput-performance.

Fixes bug 1667524

Change-Id: I26426e1dd0a2e81ad7549c11fb984ef5470d0561
This commit is contained in:
Martin Schuppert 2018-06-14 11:16:16 +02:00
parent 7028d4fbe8
commit ea9360b52d
14 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Previously the default throughput-performance was set on the computes.
Now virtual-host is set as default for the Compute roles. For compute
NFV use case cpu-partitioning, RT realtime-virtual-host and HCI
throughput-performance.

View File

@ -10,6 +10,8 @@
- Tenant
- Storage
HostnameFormatDefault: '%stackname%-novacompute-%index%'
RoleParametersDefault:
TunedProfileName: "virtual-host"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -11,6 +11,8 @@
- Storage
HostnameFormatDefault: '%stackname%-novacomputealt-%index%'
disable_constraints: True
RoleParametersDefault:
TunedProfileName: "virtual-host"
ServicesDefault:
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::CACerts

View File

@ -11,6 +11,8 @@
- Storage
- External
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
RoleParametersDefault:
TunedProfileName: "virtual-host"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -9,6 +9,8 @@
- Tenant
- Storage
- StorageMgmt
RoleParametersDefault:
TunedProfileName: "throughput-performance"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Tenant
- Storage
HostnameFormatDefault: '%stackname%-novacomputeiha-%index%'
RoleParametersDefault:
TunedProfileName: "virtual-host"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -12,6 +12,8 @@
networks_skip_config:
- Tenant
HostnameFormatDefault: '%stackname%-lionovacompute-%index%'
RoleParametersDefault:
TunedProfileName: "virtual-host"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -11,6 +11,8 @@
- Storage
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
deprecated_nic_config_name: 'compute-dpdk.yaml'
RoleParametersDefault:
TunedProfileName: "cpu-partitioning"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Tenant
- Storage
HostnameFormatDefault: '%stackname%-computesriov-%index%'
RoleParametersDefault:
TunedProfileName: "cpu-partitioning"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Storage
- StorageMgmt
HostnameFormatDefault: '%stackname%-hci-ceph-all-%index%'
RoleParametersDefault:
TunedProfileName: "throughput-performance"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Storage
- StorageMgmt
HostnameFormatDefault: '%stackname%-hci-ceph-file-%index%'
RoleParametersDefault:
TunedProfileName: "throughput-performance"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Storage
- StorageMgmt
HostnameFormatDefault: '%stackname%-hci-ceph-mon-%index%'
RoleParametersDefault:
TunedProfileName: "throughput-performance"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -10,6 +10,8 @@
- Storage
- StorageMgmt
HostnameFormatDefault: '%stackname%-hci-ceph-object-%index%'
RoleParametersDefault:
TunedProfileName: "throughput-performance"
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -193,6 +193,8 @@
- Tenant
- Storage
HostnameFormatDefault: '%stackname%-novacompute-%index%'
RoleParametersDefault:
TunedProfileName: "virtual-host"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True