f06977a027
* Move Fuel fork for corosync as pacemaker module * cs_resource, cs_rsc_location now belong to Pacemaker class and provider * Sync puppetlabs-corosync v0.7.0 08c1fd87e57baaa60e57693a15f0329c76603291 * Add corosync1,2 tempates as is for corosync module (TODO merge them to generic upstream corosync templates and contribute) Fuel-ci: disable related blueprint corosync-2 Change-Id: I1f2238e758b93ef28f440fabea2ddea44c6acea7 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
17 lines
571 B
JSON
17 lines
571 B
JSON
{
|
|
"name": "puppetlabs-corosync",
|
|
"version": "0.7.0",
|
|
"author": "Puppet Labs",
|
|
"summary": "This module is a set of manifests and types/providers for quickly setting up highly available clusters using Corosync",
|
|
"license": "Apache License, Version 2.0",
|
|
"source": "https://github.com/puppetlabs/puppetlabs-corosync",
|
|
"project_page": "https://github.com/puppetlabs/puppetlabs-corosync",
|
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
|
"types": [
|
|
|
|
],
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":"4.x"}
|
|
]
|
|
}
|