puppet-mistral/manifests
Emilien Macchi 9f19d11c16 Refactor puppet-mistral
The module was written in a way that was not consistent with other
Puppet OpenStack modules, the interface was very different.

This patch:
* add db.pp
* update logging.pp with usual parameters
* drop useless parameters in keystone/auth.pp
* cleanup params.pp
* drop services.pp, which is useless
* Update unit tests
* Add coordination support in init.pp
* Some alignment issues
* Add more doc in README
* Stop including ::mistral in all classes
* Include mistral::policy in mistral::api

This is a non-backward compatible change, but since the module has no
release and no stable branch, also very new, this is not something we
need to care at this stage.
People using this module at this stage will have to update their
manifests otherwise their Puppet catalog will fail.

Change-Id: I979e21caa71ee35337dc01b225878701868e966a
2016-02-09 07:34:50 -05:00
..
db Update typo 2016-01-04 14:54:26 +05:30
keystone Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
api.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
client.pp puppet-mistral: initial commit 2015-08-09 10:00:45 +00:00
config.pp puppet-mistral: initial commit 2015-08-09 10:00:45 +00:00
db.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
engine.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
executor.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
init.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
logging.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
params.pp Refactor puppet-mistral 2016-02-09 07:34:50 -05:00
policy.pp puppet-mistral: initial commit 2015-08-09 10:00:45 +00:00