ovs_neutron_plugin.ini is not updated with details provided in attributes

42 views
Skip to first unread message

gvar...@aqorn.com

unread,
Dec 8, 2014, 3:54:12 AM12/8/14
to opscode-che...@googlegroups.com
Hi team,

ovs_neutron_plugin.ini  is not updated with details provided in attributes list of openstack-network/attributes/default.rb

Any one please help me to fix this issue?

is nay specific attribute to enable it?

JJ Asghar

unread,
Dec 8, 2014, 12:21:50 PM12/8/14
to opscode-che...@googlegroups.com
Hi!

Yeah this seem like a bug. We discussed it in our weekly hangout: https://www.youtube.com/watch?v=GM0WEzc_G-A

Its on our radar; but i'm not sure what our next step is.

Hopefully Mark and Elliott will chime in here and we can figure out what we need to do :)

Geo Varghese

unread,
Dec 9, 2014, 1:31:19 AM12/9/14
to opscode-che...@googlegroups.com
Hi JJ,

Thanks for information. Currently i just fixed it by following quick fix.

Edited following template

openstack-network/templates/default/plugins/ml2/ml2_conf.ini.erb

Added folowing secton to it

####################################################
[ovs]
local_ip = <%= node['ipaddress'] %>
tunnel_type = <%= node['openstack']['network']['ml2']['type_drivers'] %>
enable_tunneling = True
bridge_mappings = <%= node['openstack']['network']['ml2']['bridge_mappings'] %>
#########################################################

It seems working.

Can I add like this?

Thanks for your help.

--
You received this message because you are subscribed to a topic in the Google Groups "opscode-chef-openstack" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opscode-chef-openstack/_ZNLeG_a32Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opscode-chef-open...@googlegroups.com.
To post to this group, send email to opscode-che...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opscode-chef-openstack/5cf876b4-992e-4636-8701-9ac325b1f125%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
--
Regards,
Geo Varghese

Geo Varghese

unread,
Dec 9, 2014, 3:53:54 AM12/9/14
to opscode-che...@googlegroups.com
Hi JJ,

adding more optimized lines below

openstack-network/templates/default/plugins/ml2/ml2_conf.ini.erb

####################################################
[ovs]
local_ip = <%= node['ipaddress'] %>
tunnel_type = <%= node['openstack']['network']['openvswitch']['tunnel_type'] %>
enable_tunneling = <%= node['openstack']['network']['openvswitch']['enable_tunneling'] %>
bridge_mappings = <%= node['openstack']['network']['openvswitch']['bridge_mappings'] %>
#########################################################

Elliott Davis

unread,
Dec 9, 2014, 12:00:51 PM12/9/14
to opscode-che...@googlegroups.com
Hey Geo,

I think you're right.  From what I can gather, in the juno release, openvswitch was completely removed.  If you look at the upstart script provided by Ubuntu, it no longer includes the ovs_neutron_plugin.ini.


I am not sure if it would be more appropriate to put those options in neutron.conf or in ml2_conf.ini.  Maybe I can get JJ or Mark to weigh in.

Elliott Davis

Geo Varghese

unread,
Dec 9, 2014, 1:38:46 PM12/9/14
to opscode-che...@googlegroups.com
Hi Elliot,

Thanks for the information and link.

Last time I installed openstack icehouse with out chef. At that time I got [ovs] section in ml2_conf.ini

Thanks for your support.

--
You received this message because you are subscribed to a topic in the Google Groups "opscode-chef-openstack" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opscode-chef-openstack/_ZNLeG_a32Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opscode-chef-open...@googlegroups.com.
To post to this group, send email to opscode-che...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages