Adjust modules for librarian

This commit is contained in:
Łukasz Oleś 2015-10-19 23:28:42 +02:00
parent e077a15726
commit 332a77e6a9
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
id: cinder_puppet
handler: puppet
puppet_module: cinder
version: 1.0.0
input:
database_connection:
@ -174,9 +173,9 @@ input:
schema: int!
value: 8776
git:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-cinder', branch: '5.1.0'}
module:
schema: {name: str!, type: str, url: str, ref: str}
value: {name: 'cinder', type: 'git', url: 'https://github.com/openstack/puppet-cinder', ref: '5.1.0'}
keystone_host:
schema: str!

View File

@ -124,9 +124,9 @@ input:
schema: str
value:
git:
module:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-glance', branch: '5.1.0'}
value: {name: 'glance', type: 'git', url: 'https://github.com/openstack/puppet-glance', ref: '5.1.0'}
ip:
schema: str!

View File

@ -233,9 +233,9 @@ input:
schema: int!
value: 8774
git:
module:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-nova', branch: '5.1.0'}
value: {name: 'nova', type: 'git', url: 'https://github.com/openstack/puppet-nova', ref: '5.1.0'}
ip:
schema: str!