Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm | |
This has been a recurring ask and we had initially just made the change to the cloud-init 2.0 codebase. As the current thinking is we'll just continue to enhance the current codebase, its desirable to relicense to match what we'd intended as part of the 2.0 plan here. - put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - tox: ignore H102 (Apache License Header check) Add license header to files that ship. Reformat headers, make sure everything has vi: at end of file. Non-shipping files do not need the copyright header, but at the moment tests/ have it. | |||
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-07 | For now just remove compat.py module | Joshua Harlow | |
Let's reduce the size of this change for now. | |||
2016-06-06 | Rebase against master | Joshua Harlow | |
2016-05-24 | Fix up some of the net usage and restore imports and add a mini compat module | 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 | Fix up a ton of flake8 issues | 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-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-03-23 | configdata: parse and convert openstack network_data json to network_config | Ryan Harper | |
2016-03-10 | adjust net to fit with cloudinit | Scott Moser | |
at this point, this works: python -m cloudinit.net.network_state examples/network-all.yaml | |||
2016-03-10 | initial copy of curtin net | Scott Moser | |
just add curtin/net as cloudinit/net and then copy curtin/udev.py as cloudinit/net/udev.py |