555178160b
This change introduces an optional extracted version of the Placement service into TripleO. This extracted version will only be required once the Placement service is fully removed from Nova during the T cycle (previously S but delayed) at which point the corresponding NovaPlacement service will also be removed from TripleO. The majority of this change is code motion between the original NovaPlacement service and the new PlacementAPI service. Upgrades from the original NovaPlacement service to the extracted PlacementAPI service are not currently supported by this change and will be worked on independently during the Train cycle. Co-authored-by: mschuppert@redhat.com Depends-On: https://review.openstack.org/#/c/624335/ Change-Id: I9e3287bcbe9d317f32bf6b468c6ee17f04b6fff9
30 lines
674 B
YAML
30 lines
674 B
YAML
# Lower the memory usage of overcloud.
|
|
parameter_defaults:
|
|
CinderWorkers: 1
|
|
GlanceWorkers: 1
|
|
HeatWorkers: 1
|
|
KeystoneWorkers: 1
|
|
NeutronWorkers: 1
|
|
NovaWorkers: 1
|
|
NovaSchedulerWorkers: 1
|
|
SaharaWorkers: 1
|
|
SwiftWorkers: 1
|
|
PlacementWorkers: 1
|
|
GnocchiMetricdWorkers: 1
|
|
|
|
ApacheMaxRequestWorkers: 100
|
|
ApacheServerLimit: 100
|
|
|
|
ControllerExtraConfig:
|
|
'nova::network::neutron::neutron_url_timeout': '60'
|
|
|
|
DatabaseSyncTimeout: 900
|
|
|
|
# Override defaults to get HEALTH_OK with 1 OSD (for testing only)
|
|
CephPoolDefaultSize: 1
|
|
CephPoolDefaultPgNum: 16
|
|
ManilaCephFSDataPoolPGNum: 16
|
|
ManilaCephFSMetadataPoolPGNum: 16
|
|
|
|
NovaReservedHostMemory: 512
|