Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | fix lost per-interface routes, use post-up to bring up interface aliases | Scott Moser | |
Fix the lack of per-interface routes, and add an example to yaml. in revno 394 in curtin, we added post-up for interface aliases. bring that commit here. | |||
2016-06-21 | commit test changes | Scott Moser | |
cleaned up tests a bit. still they raise exception, but print out the files rendered and all use the _render_and_read helper. | |||
2016-06-20 | merge with trunk. | Scott Moser | |
test runs to the point where it did, think I got most of the changes incorporated. | |||
2016-06-15 | Fixup code review comments | Joshua Harlow | |
2016-06-14 | Make the os samples easier to extend (for new samples) | 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-03 | improve how 'lo' is handled when rendering network state to interfaces | Scott Moser | |
if you provide network state with a proper 'lo' entry, then when you render network interfaces you would get 2 entries. the additional one was because we add an 'lo' always and also because we had to put global 'dns' entries there. this fixes that duplicatation by handling lo specifically. | |||
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 | |
This allows it to be used outside of cloudinit more easily in the future. | |||
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser | |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow | |
2016-05-10 | Use lstrip for easier viewing of test expected result | Joshua Harlow | |
2016-05-10 | Add some basic eni rendering tests | Joshua Harlow | |
2016-05-10 | Fix up tests and debian distro | Joshua Harlow | |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow | |
2016-04-15 | support and render control=manual on initramfs network devices | Scott Moser | |
when reading the initramfs configurewd devices and turning them into network config, we change to not have 'auto' control (or allow=auto). The reason for this is that if the device was still up: a.) it would try to bring it up again (due to bug 1570142) b.) it would be brought down. 'b' is problematic if there is an iscsi or network root filesystem. Note, that ifupdown does now support 'no-auto-down' which means that the nic should not be brought down on 'ifdown -a'. LP: #1568637 | |||
2016-03-24 | add comments and improve error messages | Scott Moser | |
2016-03-24 | add suport for base64 encoded gzipped text on command line | Scott Moser | |
add tests to show this functional. | |||
2016-03-23 | one more tox | Scott Moser | |
2016-03-23 | add unit test | Scott Moser | |