Merge "Set tuned profile for compute roles"
This commit is contained in:
@@ -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
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-novacompute-%index%'
|
HostnameFormatDefault: '%stackname%-novacompute-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
||||||
# Set uses_deprecated_params to True if any deprecated params are used.
|
# Set uses_deprecated_params to True if any deprecated params are used.
|
||||||
uses_deprecated_params: True
|
uses_deprecated_params: True
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-novacomputealt-%index%'
|
HostnameFormatDefault: '%stackname%-novacomputealt-%index%'
|
||||||
disable_constraints: True
|
disable_constraints: True
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
- OS::TripleO::Services::CACerts
|
- OS::TripleO::Services::CACerts
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
- External
|
- External
|
||||||
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
|
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
- Tenant
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
- StorageMgmt
|
- StorageMgmt
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "throughput-performance"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Tenant
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-novacomputeiha-%index%'
|
HostnameFormatDefault: '%stackname%-novacomputeiha-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
networks_skip_config:
|
networks_skip_config:
|
||||||
- Tenant
|
- Tenant
|
||||||
HostnameFormatDefault: '%stackname%-lionovacompute-%index%'
|
HostnameFormatDefault: '%stackname%-lionovacompute-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
|
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
|
||||||
deprecated_nic_config_name: 'compute-dpdk.yaml'
|
deprecated_nic_config_name: 'compute-dpdk.yaml'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "cpu-partitioning"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Tenant
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-computesriov-%index%'
|
HostnameFormatDefault: '%stackname%-computesriov-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "cpu-partitioning"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
- StorageMgmt
|
- StorageMgmt
|
||||||
HostnameFormatDefault: '%stackname%-hci-ceph-all-%index%'
|
HostnameFormatDefault: '%stackname%-hci-ceph-all-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "throughput-performance"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
- StorageMgmt
|
- StorageMgmt
|
||||||
HostnameFormatDefault: '%stackname%-hci-ceph-file-%index%'
|
HostnameFormatDefault: '%stackname%-hci-ceph-file-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "throughput-performance"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
- StorageMgmt
|
- StorageMgmt
|
||||||
HostnameFormatDefault: '%stackname%-hci-ceph-mon-%index%'
|
HostnameFormatDefault: '%stackname%-hci-ceph-mon-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "throughput-performance"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
- Storage
|
- Storage
|
||||||
- StorageMgmt
|
- StorageMgmt
|
||||||
HostnameFormatDefault: '%stackname%-hci-ceph-object-%index%'
|
HostnameFormatDefault: '%stackname%-hci-ceph-object-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "throughput-performance"
|
||||||
ServicesDefault:
|
ServicesDefault:
|
||||||
- OS::TripleO::Services::Aide
|
- OS::TripleO::Services::Aide
|
||||||
- OS::TripleO::Services::AuditD
|
- OS::TripleO::Services::AuditD
|
||||||
|
|||||||
@@ -193,6 +193,8 @@
|
|||||||
- Tenant
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
HostnameFormatDefault: '%stackname%-novacompute-%index%'
|
HostnameFormatDefault: '%stackname%-novacompute-%index%'
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "virtual-host"
|
||||||
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
||||||
# Set uses_deprecated_params to True if any deprecated params are used.
|
# Set uses_deprecated_params to True if any deprecated params are used.
|
||||||
uses_deprecated_params: True
|
uses_deprecated_params: True
|
||||||
|
|||||||
Reference in New Issue
Block a user