Fixes clustering to use template instead of exec 93/59493/7
authorTim Rozet <trozet@redhat.com>
Fri, 23 Jun 2017 21:35:09 +0000 (17:35 -0400)
committerTimothy Rozet <trozet@redhat.com>
Thu, 13 Jul 2017 14:04:04 +0000 (14:04 +0000)
commit3c3ff2992b52aab697528c03b95f57686efd9597
tree9273f1493e0fffd76bb49d8a7e7398996c8386e7
parent4f8ca3b6697d69bf864b780ab293373a6166214a
Fixes clustering to use template instead of exec

Adds ability to specify modules to use when breaking up the datastore
into shards.  By default we just use the 'default' module which contains
all of the datastore, but a user is able to pass a hash of modules and
namespaces if they desire to break up the datastore into separate
shards.

Deprecates any need to use ha_node_index param.

Change-Id: I05c88741c16c433baa11fe4cbc43bc04fc8c2625
Signed-off-by: Tim Rozet <trozet@redhat.com>
README.markdown
manifests/config.pp
manifests/init.pp
manifests/params.pp
spec/acceptance/class_spec.rb
spec/classes/opendaylight_spec.rb
spec/spec_helper.rb
spec/spec_helper_acceptance.rb
templates/akka.conf.erb [new file with mode: 0644]
templates/module-shards.conf.erb [new file with mode: 0644]
templates/modules.conf.erb [new file with mode: 0644]