Set OVS local ip through OVS ODL class

OVS local IP is currently set through
puppet-tripleo's neutron ovs agent class.
Instead set it through ovs odl class.

Partial-Bug: #1789371
Depends-On: I5f6e8b76eeac75298f11d69441b9ad08a5c51005
https://review.openstack.org/#/c/597002/

Change-Id: Ia98f39c1185ff234d1d68737055cf3e6cb4a8bc4
This commit is contained in:
Janki Chhatbar 2018-08-28 13:14:33 +05:30 committed by Janki Chhatbar
parent 27fbab5a97
commit a1a30bc731
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
#
# [*tunnel_ip*]
# (Optional) IP to use for Tenant VXLAN/GRE tunneling source address
# Defaults to hiera('neutron::agents::ml2::ovs::local_ip')
# Defaults to hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::tunnel_ip')
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
@ -84,7 +84,7 @@ class tripleo::profile::base::neutron::plugins::ovs::opendaylight (
$conn_proto = 'http',
$certificate_specs = {},
$enable_internal_tls = hiera('enable_internal_tls', false),
$tunnel_ip = hiera('neutron::agents::ml2::ovs::local_ip'),
$tunnel_ip = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::tunnel_ip'),
$step = Integer(hiera('step')),
$vhostuser_socket_group = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::vhostuser_socket_group', 'qemu'),
$vhostuser_socket_user = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::vhostuser_socket_user', 'qemu'),