322e1bb8a0
- use correct role name - use correct rabbitmq user/password - set vhost name
57 lines
918 B
YAML
57 lines
918 B
YAML
handler: puppet
|
|
id: 'neutron'
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value: ''
|
|
ssh_key:
|
|
schema: str!
|
|
value: ''
|
|
ssh_user:
|
|
schema: str!
|
|
value: ''
|
|
|
|
# TODO: add vhost!
|
|
rabbitmq_host:
|
|
schema: str!
|
|
value: ''
|
|
rabbitmq_port:
|
|
schema: int!
|
|
value: ''
|
|
rabbitmq_user:
|
|
schema: str!
|
|
value: ''
|
|
rabbitmq_password:
|
|
schema: str!
|
|
value: ''
|
|
rabbitmq_virtual_host:
|
|
schema: str!
|
|
value: ''
|
|
|
|
git:
|
|
schema: {repository: str!, branch: str!}
|
|
value: {repository: 'https://github.com/openstack/puppet-neutron', branch: 'stable/juno'}
|
|
|
|
port:
|
|
schema: int!
|
|
value: 9696
|
|
|
|
keystone_host:
|
|
schema: str!
|
|
value: ''
|
|
keystone_port:
|
|
schema: int!
|
|
value: ''
|
|
keystone_user:
|
|
schema: str!
|
|
value: ''
|
|
keystone_password:
|
|
schema: str!
|
|
value: ''
|
|
keystone_tenant:
|
|
schema: str!
|
|
value: ''
|
|
puppet_module: 'neutron'
|
|
tags: []
|
|
version: 1.0.0
|