tripleo-heat-templates/environments/low-memory-usage.yaml
John Fulton fa026d6440 Add non-production ceph defaults to low-memory-usage.yaml
Ceph Luminous does not create a pool if the pg_number,
pool size, and mon_max_pg_per_osd are outside of Ceph
recomended practice for production clusters. TripleO
development environments which use low-memory-usage.yaml
may not meet this criteria and fail a deployment with
Luminous unless the defaults for these values are overriden
as in this change.

Change-Id: I12ee495b780f29fc098c5c3bd57c46fd946146ae
Closes-Bug: #1749544
2018-02-15 22:59:56 +00:00

24 lines
527 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: 32