solar/resources/nova_conductor_puppet/meta.yaml
2015-09-25 10:22:15 +02:00

28 lines
555 B
YAML

id: nova_conductor
handler: puppet
puppet_module: nova
version: 1.0.0
input:
ensure_package:
schema: str
value: 'present'
workers:
schema: int
value: 1
git:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-nova', branch: '5.1.0'}
ip:
schema: str!
value:
# ssh_key:
# schema: str!
# value:
# ssh_user:
# schema: str!
# value:
tags: [resource/nova_conductor_service, resources/nova_conductor, resources/nova]