Merge "Set tuned profile for compute roles"

This commit is contained in:
Zuul 2018-06-16 01:16:54 +00:00 committed by Gerrit Code Review
commit d3fa67e6f5
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