Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails when having empty or no ports: item for network_bridge_interfaces #22

Open
hvisage opened this issue Aug 27, 2015 · 1 comment
Open

Comments

@hvisage
Copy link

hvisage commented Aug 27, 2015

When I want to create a bridge interface, with no other port attached to it, this role fails with the follwoing error conditions:

  • ports: [] #ie. empty list
    It creates the line for bridgeprots, but since it's an empty list, the ifup command fails/complains about that empty line
  • no ports: lineitme
    The ansible role itself throws an error at the end stating "no ports: item found traversing items.

The work around is to add a dummy0 interface... not the right/nice way if I want to make multiple vmbr's

@aries1980
Copy link

I can confirm this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants