Flavio Fernandes <ffernand@...>
|
|
Flavio Fernandes <ffernand@...>
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
toggle quoted message
Show quoted text
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
|
|
Flavio Fernandes <ffernand@...>
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
toggle quoted message
Show quoted text
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
|
|
Cool, I will take a look over the weekend.
toggle quoted message
Show quoted text
On Jun 12, 2015, at 2:55 AM, Flavio Fernandes < ffernand@...> wrote:
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
OK I think this sequence of commands and checks can be easily implemented in robot framework, we can discuss further next ovsdb call.
Do you also have a similar script for L2 forwarding?
BR/Luis
toggle quoted message
Show quoted text
On Jun 12, 2015, at 2:55 AM, Flavio Fernandes < ffernand@...> wrote:
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
Flavio Fernandes <ffernand@...>
On Jun 14, 2015, at 5:31 PM, Luis Gomez < ecelgp@...> wrote:
OK I think this sequence of commands and checks can be easily implemented in robot framework, we can discuss further next ovsdb call.
cool! Do you also have a similar script for L2 forwarding?
I can do that… stay tuned. ;)
BR/Luis
On Jun 12, 2015, at 2:55 AM, Flavio Fernandes < ffernand@...> wrote:
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
Mathieu Lemay <mlemay@...>
Actually someone is already on this patch coming to integration..
Cheers
On Jun 15, 2015 6:22 AM, "Flavio Fernandes" < ffernand@...> wrote:
toggle quoted message
Show quoted text
On Jun 14, 2015, at 5:31 PM, Luis Gomez < ecelgp@...> wrote:
OK I think this sequence of commands and checks can be easily implemented in robot framework, we can discuss further next ovsdb call.
cool! Do you also have a similar script for L2 forwarding?
I can do that… stay tuned. ;)
BR/Luis
On Jun 12, 2015, at 2:55 AM, Flavio Fernandes < ffernand@...> wrote:
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
Flavio Fernandes <ffernand@...>
On Jun 15, 2015, at 6:26 AM, Mathieu Lemay < mlemay@...> wrote:
Actually someone is already on this patch coming to integration..
Awesome. Thanks, Mat!
— flavio Cheers
On Jun 15, 2015 6:22 AM, "Flavio Fernandes" < ffernand@...> wrote: On Jun 14, 2015, at 5:31 PM, Luis Gomez < ecelgp@...> wrote:
OK I think this sequence of commands and checks can be easily implemented in robot framework, we can discuss further next ovsdb call.
cool! Do you also have a similar script for L2 forwarding?
I can do that… stay tuned. ;)
BR/Luis
On Jun 12, 2015, at 2:55 AM, Flavio Fernandes < ffernand@...> wrote:
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
Flavio Fernandes <ffernand@...>
Hi Eric,
As we talked in the meeting, here is the email I sent earlier on the ml [1] that refers to the script that pretends to have openstack around ODL. For more info on using it, take a look at the comments on top of the bash file.
— flavio
Begin forwarded message:
Subject: Re: [ovsdb-dev] sample [raw] output of openstack<->odl communication
Date: June 12, 2015 at 5:55:18 AM EDT
Added a bash script that will emulate Openstack and OVS, so ODL can be ran ‘standalone’, while getting events from neutron-nrothbound as well as openvswitch.
The script is located here [1] and here [2]. To work on L3 with ODL, I normally do these [3].
While the script is very much tailored to mimic the steps to create tenant … associate floatingIP, it can hopefully be useful for other tasks you may need while testing/developing ODL.
Enjoy,
— flavio
[3]: echo 'ovsdb.l3.fwd.enabled=yes' >> ./etc/custom.properties ; rm -rf ./data ; ./bin/karaf feature:install odl-ovsdb-openstack log:set debug org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter
On Jun 10, 2015, at 6:53 AM, Flavio Fernandes < ffernand@...> wrote:
Added postman collection [1] you can use to repeat these steps.
To emulate creation of ovs ports that go with these steps, look at the description of the entries [2]: - Add Neutron Port For dhcp sub1 - Add Neutron Port For vm1
— flavio
On Jun 9, 2015, at 12:24 PM, Flavio Fernandes < ffernand@...> wrote:
_______________________________________________ ovsdb-dev mailing list ovsdb-dev@...https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev
|
|
Williams, Marcus <marcus.williams@...>
|
|