Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
WIP: More resilient bridge creation script for MAAS #3539
Conversation
dimitern
referenced this pull request
Oct 21, 2015
Closed
Juju messing up preseed network after MAAS install #2433
|
Closing this, as @frobware took it over and will propose it when done. |
dimitern
closed this
Nov 18, 2015
dimitern
deleted the
dimitern:maas-1.25-better-bridge-script
branch
Nov 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dimitern commentedOct 19, 2015
Improved juju-br0 creation script for MAAS to work with bonds, aliases,
and IPv6 config. It became almost 200 lines of bash, which I'm not happy
about, that's why it's WIP (and there are no tests yet).
We might need to do the whole thing in python and properly test it in
isolation. So far I've manually tested this on MAAS 1.9alpha4 with many
different network setups for nodes: 1 NIC, 2 NICs, aliases, bonds, bonds
and aliases, IPv6 on one NIC, etc. As long as the node networking is
done properly (i.e. when deploying via MAAS without Juju the node is
accessible), the bridge is created fine and both KVM and LXC machines
are deployed fine with the expected addresses and are accessible.
(Review request: http://reviews.vapour.ws/r/2937/)