Re: [openstack-dev] [nova] Adding a new feature in Kilo. Is it possible?

2015-11-09 Thread Michał Dubiel
Hi John, Thanks for doing that. Regards, Michal On 9 November 2015 at 11:16, John Garbutt <j...@johngarbutt.com> wrote: > On 4 November 2015 at 15:38, Michał Dubiel <m...@semihalf.com> wrote: > > Hi John, > > > > Just to let you know, I have just filled i

Re: [openstack-dev] [nova] Adding a new feature in Kilo. Is it possible?

2015-11-04 Thread Michał Dubiel
or a spec-less > blueprint in Nova. > > Reach out to me on IRC if I can help you through the process. > > Thanks, > johnthetubaguy > > PS > We are working on making this easier in the future, by using OS VIF Lib. > > On 4 November 2015 at 08:56, Michał Dubiel <m.

Re: [openstack-dev] [nova] Adding a new feature in Kilo. Is it possible?

2015-11-04 Thread Michał Dubiel
Ok, I see. Thanks for all the answers. Regards, Michal On 3 November 2015 at 22:50, Matt Riedemann <mrie...@linux.vnet.ibm.com> wrote: > > > On 11/3/2015 11:57 AM, Michał Dubiel wrote: > >> Hi all, >> >> We have a simple patch allowing to use OpenContrail's

[openstack-dev] [nova] Adding a new feature in Kilo. Is it possible?

2015-11-03 Thread Michał Dubiel
Hi all, We have a simple patch allowing to use OpenContrail's vrouter with vhostuser vif types (currently only OVS has support for that). We would like to contribute it. However, We would like this change to land in the next maintenance release of Kilo. Is it possible? What should be the process

Re: [openstack-dev] FreeBSD host support

2014-11-12 Thread Michał Dubiel
Hi, As for the Devstack it requires some rebasing work (not necessarily straightforward) in order to push the changes upstream. As for the neutron, it should not be difficult to port FreeBSD networking support (we have some code in our forked repos) from nova-network to neutron plugin. Regards,

Re: [openstack-dev] Floating IPs and vgw

2014-04-25 Thread Michał Dubiel
is not supported in Icehouse release. You may want to contact Juniper people directly. Edgar From: Michał Dubiel m...@semihalf.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: Thursday, April 24, 2014 at 2:44 PM To: OpenStack

[openstack-dev] Floating IPs and vgw

2014-04-24 Thread Michał Dubiel
Hi, I've got problems with setting up floating ips using vgw. I did all steps from: https://github.com/Juniper/contrail-controller/wiki/How-to-setup-floating-ip-with-Neutron but can not ping or ssh into the VM. floating ip shows: +-+--+ |

Re: [openstack-dev] FreeBSD/bhyve support for nova with libvirt

2014-04-01 Thread Michał Dubiel
interested in making progress in bringing support for the FreeBSD to push their changes incrementally and eventually cover all the necessary features? Regards, Michal On 31 March 2014 19:17, Russell Bryant rbry...@redhat.com wrote: On 03/31/2014 01:01 PM, Michał Dubiel wrote: Hi All, I have

Re: [openstack-dev] FreeBSD/bhyve support for nova with libvirt

2014-04-01 Thread Michał Dubiel
, unfortunately, it also needs a slightly modified version of either libvirt or nova as some host related functions like getting list of PCI passthrough devices doesn't work on FreeBSD hosts yet. Regards, Michal On 31 March 2014 19:19, Roman Bogorodskiy rbogorods...@mirantis.com wrote: Michał Dubiel

Re: [openstack-dev] FreeBSD/bhyve support for nova with libvirt

2014-04-01 Thread Michał Dubiel
We've already started requiring CI for compute drivers. I expect that in the Juno cycle we will formalize a base set of features required for any compute driver in the tree. While we haven't decided on that set yet, it sounds like it may be too soon for this platform to meet those

Re: [openstack-dev] FreeBSD/bhyve support for nova with libvirt

2014-04-01 Thread Michał Dubiel
until all features are finished and it's accepted to be reviewed in Nova repo? Regards, Michal On 1 April 2014 17:31, Russell Bryant rbry...@redhat.com wrote: On 04/01/2014 09:39 AM, Michał Dubiel wrote: We've already started requiring CI for compute drivers. I expect

[openstack-dev] FreeBSD/bhyve support for nova with libvirt

2014-03-31 Thread Michał Dubiel
Hi All, I have prepared commits I would like to have it reviewed and eventually merged that add initial, limited support for FreeBSD as a host to nova. It includes basic networking via freebsd_net driver (similar to the linux_net) and few addons to libvirt compute driver in order to support the