tripleo-heat-templates/environments
Yanis Guenane e0ed4b315a Allow a user to disable MongoDB journaling
By default MongoDB enables a journaling system that prevents loss of
data in case of an unexpected shut-down. When journaling is enabled,
MongoDB will create the journal files before actually starting the
daemon[1].

The journaling feature is useful in production environment, but not
really on a CI-like system, where we only want to make sure MongoDB is
setup correctly and running, hence here we allow a user to
enable/disable MongoDB journaling.

[1] http://docs.mongodb.org/manual/core/journaling/

Change-Id: I0e4e65af9f650c10fdf5155ff709b4eb984cf4e1
Closes-bug: #1468246
2015-07-13 10:29:38 +02:00
..
README.md Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
cinder-netapp-config.yaml Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
mongodb-nojournal.yaml Allow a user to disable MongoDB journaling 2015-07-13 10:29:38 +02:00
net-bond-with-vlans.yaml Add NeutronExternalNetworkBridge parameter 2015-07-06 13:50:55 -04:00
net-single-nic-with-vlans.yaml Add NeutronExternalNetworkBridge parameter 2015-07-06 13:50:55 -04:00
network-isolation.yaml Include Redis VIP in example environment 2015-06-25 12:03:02 -07:00
overcloud-steps.yaml overcloud stepped deployment environment 2015-05-22 21:30:57 +01:00
puppet-ceph-devel.yaml Add a directory for overcloud heat environments 2015-05-15 12:28:00 +02:00
puppet-pacemaker.yaml Enable loadbalancing of the Redis VIP, defaults to False 2015-06-18 14:31:52 +02:00
puppet-tenant-vlan.yaml Wire Neutron VLAN ranges param as array to puppet 2015-06-05 09:27:42 -04:00

README.md

This directory contains Heat environment file snippets which can be used to enable features in the Overcloud.

Configuration

These can be enabled using the -e [path to environment yaml] option with heatclient.

Below is an example of how to enable the Ceph template using devtest_overcloud.sh:

export OVERCLOUD\_CUSTOM\_HEAT\_ENV=$TRIPLEO\_ROOT/tripleo-heat-templates/environments/ceph_devel.yaml