Hi Michael,
I think I found a possible cause for this issue
>From the dashboard I see that we don’t have a Private network.
In the code I see:
roles['neutron/private'] = 'br-aux' if orig_roles.key?('neutron/private')
Perhaps this is the root cause that br-aux is missing? Can you guide me how to
create a private network?
Thanks,
George
From: [email protected]
[mailto:[email protected]] On Behalf Of
Paraskevopoulos Georgios
Sent: Friday, January 27, 2017 5:39 PM
To: Michael Polenchuk <[email protected]>
Cc: [email protected]; [email protected]; Veena
Lingadahalli <[email protected]>
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Ok I’ll wait a bit for a Fuel 10 patch.
Thanks for your help,
George
From: Michael Polenchuk [mailto:[email protected]]
Sent: Friday, January 27, 2017 5:34 PM
To: Paraskevopoulos Georgios <[email protected]>
Cc: Manuel Buil <[email protected]>; [email protected];
[email protected]; Veena Lingadahalli
<[email protected]>
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Hi George,
This commit is intended only for 9.0 branch of odl plugin
(i.e. for Fuel 9/mitaka).
On Fri, Jan 27, 2017 at 7:23 PM, Paraskevopoulos Georgios
<[email protected] <mailto:[email protected]> > wrote:
Hi Michael,
There is only one file, astute.yaml
Here are the contents: http://pastebin.com/pKXtCnDX
I’m using master + I cherry-picked your commit:
Here are the top 3 commits in git log: http://pastebin.com/UzFf0wNV
From: Michael Polenchuk [mailto:[email protected]
<mailto:[email protected]> ]
Sent: Friday, January 27, 2017 5:06 PM
To: Paraskevopoulos Georgios <[email protected]
<mailto:[email protected]> >
Cc: Manuel Buil <[email protected] <mailto:[email protected]> >;
[email protected] <mailto:[email protected]> ;
[email protected] <mailto:[email protected]>
; Veena Lingadahalli <[email protected]
<mailto:[email protected]> >
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Hi George,
Thanks for testing it.
Could you please share content of /etc/hiera.
Which version of the odl plugin do you use?
I believe this patch doesn't cause the error above with duplicate declaration.
On Fri, Jan 27, 2017 at 6:51 PM, Paraskevopoulos Georgios
<[email protected] <mailto:[email protected]> > wrote:
Hi Michael,
I tested your patch. Now it fails with a different error
2017-01-27 14:13:19 ERR Duplicate declaration:
L3_clear_route[default] is already declared; cannot redeclare at
/etc/puppet/modules/osnailyfacter/manifests/netconfig/netconfig.pp:27 on node
node-3.domain.tld
Can you look into it?
Thanks,
George
From: [email protected]
<mailto:[email protected]>
[mailto:[email protected]
<mailto:[email protected]> ] On Behalf Of
Paraskevopoulos Georgios
Sent: Friday, January 27, 2017 2:15 PM
To: Michael Polenchuk <[email protected] <mailto:[email protected]>
>; Manuel Buil <[email protected] <mailto:[email protected]> >
Cc: [email protected] <mailto:[email protected]> ;
[email protected] <mailto:[email protected]>
; Veena Lingadahalli <[email protected]
<mailto:[email protected]> >
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Hi Michael,
DPDK is not a requirement for SFC. NSH is. I can help you with the debugging.
I’ll try your patch now to see if it will resolve the issue and get back to you.
BR,
George
From: Michael Polenchuk [mailto:[email protected]]
Sent: Friday, January 27, 2017 12:55 PM
To: Manuel Buil <[email protected] <mailto:[email protected]> >
Cc: [email protected] <mailto:[email protected]>
; Paraskevopoulos Georgios <[email protected]
<mailto:[email protected]> >; [email protected]
<mailto:[email protected]> ; [email protected]
<mailto:[email protected]> ; Veena Lingadahalli
<[email protected] <mailto:[email protected]> >
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Hi Manuel,
Is dpdk the requirement for SFC?
I've successful deployment with https://review.openstack.org/421907, but for
now ... vms don't want to receive ip from dhcp server.
("dpdkvhostuser" interface is being added to br-int, opendaylight controller
looks fine & etc.)
I'm definitely stuck a bit with it and have no much time to research an issue.
It would be great if you could help me to debug it to get that I'm missing.
On Fri, Jan 27, 2017 at 1:22 PM, Manuel Buil <[email protected]
<mailto:[email protected]> > wrote:
Hi Michael,
How is the progress going? We are hitting today M5 in OPNFV and we cannot
report if our SFC tests work due to this bug. Can we help somehow to accelerate
this?
Thanks,
Manuel
>>> Michael Polenchuk <[email protected] <mailto:[email protected]>
>>> > 01/24/17 3:09 PM >>>
Hi George,
We're working on this now for Fuel9 support and will make the same for Fuel10
afterwards.
On Tue, Jan 24, 2017 at 6:00 PM, Paraskevopoulos Georgios
<[email protected] <mailto:[email protected]> > wrote:
Hi all,
I am encountering the same problem in Fuel 10. Do we have any news on this?
Thanks,
George
From: [email protected]
<mailto:[email protected]>
[mailto:[email protected]
<mailto:[email protected]> ] On Behalf Of Michael
Polenchuk
Sent: Monday, January 16, 2017 9:25 PM
To: Veena Lingadahalli <[email protected]
<mailto:[email protected]> >
Cc: [email protected] <mailto:[email protected]> ;
[email protected] <mailto:[email protected]>
Subject: Re: [opnfv-tech-discuss] [Fuel9.0][vlan] Fuel9.0 deployment failing
with br-aux not found
Hi,
This bug/feature could be tracked by
https://bugs.launchpad.net/fuel-plugin-opendaylight/+bug/1656924
We're going to get a support of ODL with DPDK usecase soon.
On Tue, Jan 10, 2017 at 2:18 PM, Michael Polenchuk <[email protected]
<mailto:[email protected]> > wrote:
Hi Veena,
In case of DPDK enabled the br-aux bridge ain't created on compute nodes
since physical(dpdk) interface is being connected directly to br-prv ovs bridge.
I guess this case (ODL + OVS/DPDK) ain't supported yet.
Please turn off "install dpdk" option and try it out.
On Mon, Jan 9, 2017 at 8:18 PM, Veena Lingadahalli <[email protected]
<mailto:[email protected]> > wrote:
Hi,
I'm using opnfv fuel 9.0 to deploy openstack with ODL-SFC(netvirt) +
OVS(DPDK+NSH). I have used all default plugins which are staged with the fuel
iso.
I have made the necessary configurations related to neutron VLAN IDs, DPDK
enabled interface and Hugepage configuration in compute node. Network
verification is also successful. The deployment is failing with the below error.
generate_network_config(): Endpoint 'br-aux' not found in interfaces or
transformations result. at
/etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node
node-1.domain.tld
I'm unable to check where this bridge is being created. Never faced this issue
before when neutron with tunneling is used. Am I missing any configuration
related to vlan? Attached the complete puppet log and network_scheme. Please
let me know the cause for error and how to proceed about this.
Thanks,
-Veena
_______________________________________________
opnfv-tech-discuss mailing list
[email protected] <mailto:[email protected]>
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
--
Michael Polenchuk
Private Cloud / Mirantis Inc.
_______________________________________________
opnfv-tech-discuss mailing list
[email protected]
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss