d348ebc34e
Each OSD can only host maximum 200 PGs, in scenario004 we create 9 pools to enable MDS/Manila and RGW so we need to lower the PGs count further, compared to scenario001. Also lowers the values in low-memory-usage.yaml environment file. Change-Id: If95a0e3fe5aeef61f9712d8006e0f49c11a0c90f Closes-Bug: 1781910
28 lines
626 B
YAML
28 lines
626 B
YAML
# Lower the memory usage of overcloud.
|
|
parameter_defaults:
|
|
CinderWorkers: 1
|
|
GlanceWorkers: 1
|
|
HeatWorkers: 1
|
|
KeystoneWorkers: 1
|
|
NeutronWorkers: 1
|
|
NovaWorkers: 1
|
|
SaharaWorkers: 1
|
|
SwiftWorkers: 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
|