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:
parent
7028d4fbe8
commit
ea9360b52d
@ -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.
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -11,6 +11,8 @@
|
||||
- Storage
|
||||
- External
|
||||
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
|
||||
RoleParametersDefault:
|
||||
TunedProfileName: "virtual-host"
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AuditD
|
||||
|
@ -9,6 +9,8 @@
|
||||
- Tenant
|
||||
- Storage
|
||||
- StorageMgmt
|
||||
RoleParametersDefault:
|
||||
TunedProfileName: "throughput-performance"
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AuditD
|
||||
|
@ -10,6 +10,8 @@
|
||||
- Tenant
|
||||
- Storage
|
||||
HostnameFormatDefault: '%stackname%-novacomputeiha-%index%'
|
||||
RoleParametersDefault:
|
||||
TunedProfileName: "virtual-host"
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AuditD
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,8 @@
|
||||
- Tenant
|
||||
- Storage
|
||||
HostnameFormatDefault: '%stackname%-computesriov-%index%'
|
||||
RoleParametersDefault:
|
||||
TunedProfileName: "cpu-partitioning"
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AuditD
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user