-
Notifications
You must be signed in to change notification settings - Fork 63
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
error when changing default gateway to another interface #59
Comments
Hi Pablo, can you check what the default route is after the first and second runs? Has the network config been applied successfully or not? |
ups, I missed this...sorry for the late reply. I will do the requested tests tomorrow and I will reply here again |
this is the network config with a clean installation of the machine (no ansible execution yet)
after the first run I get the error in
and after second execution it works fine and this is the final network status:
thanks for looking into this issue |
I am trying to configure a machine that is working with gateway 10.10.10.1 (eth0) to use a different gateway (100.100.100.254) in eth1 . this is my config:
When I run the role I get this error:
If I rerun the role it works fine at the second try.
I could also workaround the issue by commenting out these lines
any suggestion about how to do a proper fix that could be merged upstream? I can test it and send a PR
The text was updated successfully, but these errors were encountered: