Age | Commit message (Expand) | Author |
2016-06-21 | fix lost per-interface routes, use post-up to bring up interface aliases | Scott Moser |
2016-06-21 | sort attributes in sections, change 'mac_address' to 'hwaddress' | Scott Moser |
2016-06-21 | minor cleanup | Scott Moser |
2016-06-21 | make _render_iface return a list of sections rather than one section | Scott Moser |
2016-06-20 | merge with trunk. | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | Fix line length issues | Joshua Harlow |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-14 | fix pep8 failure introduced in recent commit. | Scott Moser |
2016-06-14 | Make the os samples easier to extend (for new samples) | Joshua Harlow |
2016-06-13 | Refactor some of sysconfig changes -> network_state module | Joshua Harlow |
2016-06-10 | Add a bunch more sample tests for sysconfig | Joshua Harlow |
2016-06-10 | Add a sysconfig rendering test | Joshua Harlow |
2016-06-10 | Add a sysconfig renderer | Joshua Harlow |
2016-06-07 | For now just remove compat.py module | Joshua Harlow |
2016-06-06 | Get cmdline working again | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-03 | fix issue with routes on subnets not getting rendered | Scott Moser |
2016-06-03 | avoid rendering 'lo' twice by not writing it in network config. | Scott Moser |
2016-06-03 | improve how 'lo' is handled when rendering network state to interfaces | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | eni parsing: support 'ether' in hwaddress, netmask and broadcast | Scott Moser |
2016-06-01 | clean up log message a bit. | Scott Moser |
2016-06-01 | support renaming and fix logic in rename_interfaces | Scott Moser |
2016-05-31 | add renaming code for renaming interfaces | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-24 | Fix up some of the net usage and restore imports and add a mini compat module | Joshua Harlow |
2016-05-24 | Fix load -> read | Joshua Harlow |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-19 | Adjust net module to be more isolated | Joshua Harlow |
2016-05-17 | Don't expose anything but 'render_network_state' | Joshua Harlow |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-05-11 | Remove stray prints leftover | Joshua Harlow |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow |
2016-05-10 | Add some basic eni rendering tests | Joshua Harlow |
2016-05-10 | Fix removal of validate_command | Joshua Harlow |
2016-05-10 | Move net/renderers -> net | Joshua Harlow |
2016-05-10 | Rename to net/renderers and klibc -> cmdline.py | Joshua Harlow |
2016-05-09 | Use the new renderer in the debian and stages files | Joshua Harlow |
2016-05-09 | Move the current rendering to a debian distro file | Joshua Harlow |
2016-05-05 | Use a decorator vs repeated key checks. | Joshua Harlow |
2016-05-05 | Add the bridge net type | Joshua Harlow |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow |
2016-04-15 | network: do not write interface as 'auto' from ip= on command line. | Scott Moser |
2016-04-15 | write 'allow-hotplug', but 'auto' for auto. | Scott Moser |
2016-04-15 | support and render control=manual on initramfs network devices | Scott Moser |
2016-04-15 | sync with curtin on render_interfaces | Scott Moser |
2016-04-14 | fallback net config: do not consider devices starting with 'veth' | Scott Moser |
2016-04-13 | skip bridges when generating fallback networking | Scott Moser |