9e4bbe4e5e
During a deployment on lower spec systems, the "db sync" can take longer than five minutes. The solution is to increase the default value of DatabaseSyncTimeout from 300 to 900 by using the environment file "low-memory-usage.yaml". Change-Id: I6463dbdd4dfe1d6f2dd283211cc496fe3a628fb0 Closes-bug: #1689318
21 lines
428 B
YAML
21 lines
428 B
YAML
# Lower the memory usage of overcloud.
|
|
parameter_defaults:
|
|
CeilometerWorkers: 1
|
|
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
|