1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
27 lines
553 B
YAML
27 lines
553 B
YAML
handler: puppet
|
|
puppet_module: cinder
|
|
version: 1.0.0
|
|
input:
|
|
scheduler_driver:
|
|
schema: str
|
|
value:
|
|
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_scheduler_service, resources/cinder_scheduler, resources/cinder]
|