Fix undef inputs for neutron
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
190beffd6c
commit
4c179a5a05
@ -3,35 +3,35 @@ id: 'neutron_plugins_ovs_puppet'
|
|||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
|
|
||||||
package_ensure:
|
package_ensure:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'present'
|
value: 'present'
|
||||||
sql_connection:
|
sql_connection:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_max_retries:
|
sql_max_retries:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_idle_timeout:
|
sql_idle_timeout:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
reconnect_interval:
|
reconnect_interval:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
tenant_network_type:
|
tenant_network_type:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'vlan'
|
value: 'vlan'
|
||||||
network_vlan_ranges:
|
network_vlan_ranges:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
tunnel_id_ranges:
|
tunnel_id_ranges:
|
||||||
schema: str
|
schema: str
|
||||||
value: '1:1000'
|
value: '1:1000'
|
||||||
|
@ -31,7 +31,7 @@ input:
|
|||||||
value: 'openvswitch'
|
value: 'openvswitch'
|
||||||
service_plugins:
|
service_plugins:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
auth_strategy:
|
auth_strategy:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'keystone'
|
value: 'keystone'
|
||||||
@ -103,7 +103,7 @@ input:
|
|||||||
value: false
|
value: false
|
||||||
kombu_ssl_ca_certs:
|
kombu_ssl_ca_certs:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
kombu_ssl_certfile:
|
kombu_ssl_certfile:
|
||||||
schema: str
|
schema: str
|
||||||
value:
|
value:
|
||||||
@ -175,7 +175,7 @@ input:
|
|||||||
value: 'LOG_USER'
|
value: 'LOG_USER'
|
||||||
log_file:
|
log_file:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
log_dir:
|
log_dir:
|
||||||
schema: str
|
schema: str
|
||||||
value: '/var/log/neutron'
|
value: '/var/log/neutron'
|
||||||
|
@ -3,13 +3,13 @@ id: 'neutron_server_puppet'
|
|||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
|
|
||||||
db_user:
|
db_user:
|
||||||
schema: str!
|
schema: str!
|
||||||
@ -29,7 +29,7 @@ input:
|
|||||||
value: 'present'
|
value: 'present'
|
||||||
auth_password:
|
auth_password:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value:
|
||||||
auth_type:
|
auth_type:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'keystone'
|
value: 'keystone'
|
||||||
@ -41,7 +41,7 @@ input:
|
|||||||
value: 35357
|
value: 35357
|
||||||
auth_admin_prefix:
|
auth_admin_prefix:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
auth_tenant:
|
auth_tenant:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'services'
|
value: 'services'
|
||||||
@ -53,7 +53,7 @@ input:
|
|||||||
value: 'http'
|
value: 'http'
|
||||||
auth_uri:
|
auth_uri:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
database_connection:
|
database_connection:
|
||||||
schema: str
|
schema: str
|
||||||
value: 'sqlite:////var/lib/neutron/ovs.sqlite'
|
value: 'sqlite:////var/lib/neutron/ovs.sqlite'
|
||||||
@ -107,40 +107,40 @@ input:
|
|||||||
value: '169.254.192.0/18'
|
value: '169.254.192.0/18'
|
||||||
mysql_module:
|
mysql_module:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_connection:
|
sql_connection:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
connection:
|
connection:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_max_retries:
|
sql_max_retries:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
max_retries:
|
max_retries:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_idle_timeout:
|
sql_idle_timeout:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
idle_timeout:
|
idle_timeout:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
sql_reconnect_interval:
|
sql_reconnect_interval:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
retry_interval:
|
retry_interval:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
log_dir:
|
log_dir:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
log_file:
|
log_file:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
report_interval:
|
report_interval:
|
||||||
schema: str
|
schema: str
|
||||||
value: ''
|
value:
|
||||||
|
|
||||||
git:
|
git:
|
||||||
schema: {repository: str!, branch: str!}
|
schema: {repository: str!, branch: str!}
|
||||||
|
Loading…
Reference in New Issue
Block a user