lp:~harlowja/cloud-init/cloud-init-net-sysconfig
Created by
Joshua Harlow
on
2016-06-10
and last modified on
2016-06-15
- Get this branch:
- bzr branch lp:~harlowja/cloud-init/cloud-init-net-sysconfig
Only
Joshua Harlow
can upload to this branch. If you are
Joshua Harlow
please log in for upload directions.
Branch merges
- cloud-init commiters: Pending requested 2016-06-10
-
Diff: 1119 lines (+731/-103) (has conflicts)8 files modifiedcloudinit/distros/debian.py (+10/-2)
cloudinit/distros/rhel.py (+8/-0)
cloudinit/net/__init__.py (+0/-1)
cloudinit/net/eni.py (+30/-39)
cloudinit/net/network_state.py (+75/-29)
cloudinit/net/renderer.py (+48/-0)
cloudinit/net/sysconfig.py (+400/-0)
tests/unittests/test_net.py (+160/-32)
Branch information
Recent revisions
- 1232. By Joshua Harlow on 2016-06-10
-
Refactor a large part of the networking code.
Splits off distro specific code into specific files so that
other kinds of networking configuration can be written by the
various distro(s) that cloud-init supports.It also isolates some of the cloudinit.net code so that it can
be more easily used on its own (and incorporated into other
projects such as curtin).During this process it adds tests so that the net process can
be tested (to some level) so that the format conversion processes
can be tested going forward. - 1231. By Scott Moser on 2016-06-10
-
clean up temp files made in tests
After a 'tox' run, now there are no tmpdirs left in /tmp.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~cloud-init-dev/cloud-init/trunk

