Bogdan Dobrelya 73f87c03c0 Remove enabled and manage_services params for c-volume
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-07-24 10:27:50 +02:00

25 lines
514 B
YAML

id: cinder_volume_puppet
handler: puppet
puppet_module: cinder_volume
version: 1.0.0
input:
package_ensure:
schema: str
value: 'present'
git:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-cinder', branch: '5.1.0'}
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
tags: [resource/cinder_volume_service, resources/cinder_volume, resources/cinder]