Re: [openstack-dev] [devstack] [neutron] OpenDaylight devstack support questions

2014-02-28 Thread Salvatore Orlando
Hi Kyle, I think conceptually your approach is fine. I would have had concerns if you were trying to manage ODL life cycle through devstack (like installing/uninstalling it or configuring the ODL controller). But looking at your code it seems you're just setting up the host so that it could work

Re: [openstack-dev] [devstack] [neutron] OpenDaylight devstack support questions

2014-02-28 Thread Kyle Mestery
Thanks Salvatore. I spent some time talking with dtroyer on IRC a few days ago, and I have a path forward. One thing I wanted to point out is that eventually the goal is to manage the lifecycle of ODL inside of devstack. This is similar to what is being done with Ryu and Trema already in devstack.

[openstack-dev] [devstack] [neutron] OpenDaylight devstack support questions

2014-02-26 Thread Kyle Mestery
So, I have this review [1] which attempts to add support for OpenDaylight to devstack. What this currently does, in Patch 7, is that it uses the extras functionality of devstack to program the OVS on the host so that OpenDaylight can control it. On teardown, it does the reverse. Simple and