Update manifests to reduce Puppet warnings
Update some parameters deprecations: * neutron tunneling is now activated by default. * zaqar has new parameters for keystone authtoken. Change-Id: Ie18c1f5f600d014f61b6474ea7029cf86461e554
This commit is contained in:
parent
528a35cf10
commit
b8bb5827f9
@ -68,11 +68,10 @@ class openstack_integration::neutron (
|
||||
refreshonly => true,
|
||||
}
|
||||
class { '::neutron::agents::ml2::ovs':
|
||||
enable_tunneling => true,
|
||||
local_ip => '127.0.0.1',
|
||||
tunnel_types => ['vxlan'],
|
||||
bridge_mappings => ['external:br-ex'],
|
||||
manage_vswitch => false,
|
||||
local_ip => '127.0.0.1',
|
||||
tunnel_types => ['vxlan'],
|
||||
bridge_mappings => ['external:br-ex'],
|
||||
manage_vswitch => false,
|
||||
}
|
||||
$firewall_driver = 'neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver'
|
||||
}
|
||||
|
@ -14,11 +14,13 @@ class openstack_integration::zaqar {
|
||||
class {'::zaqar::messaging::mongodb':
|
||||
uri => $zaqar_mongodb_conn_string
|
||||
}
|
||||
class {'::zaqar::keystone::authtoken':
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
auth_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class {'::zaqar':
|
||||
admin_password => 'a_big_secret',
|
||||
unreliable => true,
|
||||
identity_uri => $::openstack_integration::config::keystone_admin_uri,
|
||||
auth_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||
unreliable => true,
|
||||
}
|
||||
Mongodb_replset['openstack'] -> Package['zaqar-common']
|
||||
include ::zaqar::server
|
||||
|
Loading…
x
Reference in New Issue
Block a user