> I am able to build openvswitch (1.7.1) on my system and
> "make check" passes all the tests. I have it installed
> under /usr/local/ovs. The trouble with this build is
> that when I try to configure openvswitch agent I get
> the following error:
> $ quantum-server-setup --plugin openvswitch
> Quantum plugin: openvswitch
> Please install openvswitch
> I believe that the reason for this is quantum is looking
> for openvswitch package via:
> rpm -q openvswitch
>
> I tried to make a rpm build and using instructions at:
> https://github.com/homework/openvswitch/blob/master/INSTALL.RHEL
>
> If I use git clone, then I am having following autconf
> errors:
> configure.ac:15: error: Autoconf version 2.64
> or higher is required
> configure.ac:15: the top level
> autom4te: /usr/bin/m4 failed with exit status: 63
> aclocal: autom4te failed with exit status: 63
> autoreconf: aclocal failed with exit status: 63
>
> If I download openvswitch-1.7.1.tar.gz and try to do rpm
> build then, I am failing on step 5b:
> rpmbuild -bb -D "kversion 2.6.32-279.9.1.el6.x86_64" \
> -D "kflavors default debug kdump" \
> rhel/openvswitch-kmod-rhel6.spec
>
> 1. Any suggestions on how I can have a build of openvswitch
> on
> centos 6.3 that will help me move forward with quantum
> agent
> setup?
>
> 2. Do I really need step 5b? Can use the rpm package
> generated in step 4 and use it with Quantum?
Following up on my own mail.
Using the suggestions in the following mail:
http://openvswitch.org/pipermail/discuss/2012-July/007760.html
I am able to continue, provided I dropped "kdump"
from the following:
rpmbuild -bb -D "kversion 2.6.32-279.9.1.el6.x86_64" \
-D "kflavors default debug kdump" \
rhel/openvswitch-kmod-rhel6.spec
Using the latest git, I am able to rpm build the following
packages on centos 6.3:
kmod-openvswitch-1.8.90-1.el6.x86_64.rpm
kmod-openvswitch-debug-1.8.90-1.el6.x86_64.rpm
openvswitch-1.8.90-1.x86_64.rpm
openvswitch-debuginfo-1.8.90-1.x86_64.rpm
Can someone help me understand where are the following
packages used:
kmod-openvswitch-1.8.90-1.el6.x86_64.rpm
kmod-openvswitch-debug-1.8.90-1.el6.x86_64.rpm
openvswitch-debuginfo-1.8.90-1.x86_64.rpm
Do I need anyone of these to work with openstack-quantum?
Thanks
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss