lp:~harmw/cloud-init/growfs-gpart-fixes_for_fbsd
- Get this branch:
- bzr branch lp:~harmw/cloud-init/growfs-gpart-fixes_for_fbsd
Branch merges
- Bert JW Regeer (community): Approve
- Scott Moser: Pending requested
-
Diff: 24 lines (+1/-2)2 files modifiedcloudinit/config/cc_resizefs.py (+1/-1)
tools/build-on-freebsd (+0/-1)
Related bugs
Bug #1404745: cloud-init's growfs/resize fails with gpart dependency on FreeBSD | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1050. By Harm Weites
-
fix: How did gpart from ports end up in the requirements list given there
is a gpart available from BASE...?
The real fix for this will need to be done upstream where a change to the
port is required to reflect this dependency change. - 1048. By Scott Moser
-
Enable user-data encoding support for GCE.
Enable user-data encoding support for GCE. Extended and updated tests to
support checking the user-data encoding.User can now pass in user-data encoded in base64 and indicate they've
done so by adding a tag 'user-data-encoding' with value 'base64'. - 1047. By Scott Moser
-
tools/run-pep8: remove leading ',' fed to --ignore
--ignore was being called with ',E121,E...' rather than
'E121,E...'.that resulted in odd behavior, missing the pep8 errors that are fixed
here. - 1046. By Scott Moser
-
tools/ccfg-
merge-debug: fix for updated user-data/ vendor- data this was broken previously when user-data and vender-data were
brought together. - 1045. By Joshua Harlow
-
Cleanups for netinfo.py
- Handle ipv6 route information not existing
gracefully (for systems that don't have it)
- Fix the getgateway function (broken due to
ipv4/ipv6 keys now existing in route info)
- Separate the centering of the route info ipv4
information from the centering of the ipv6 information
so that this looks prettier...
- Use try: except: else instead of settings value to
None and then later checking for None (more pythonic
this way) - 1044. By Joshua Harlow
-
Fixes rpm spec file build issues (its not currently building).
Currently the rpm building process that cloud-init provides is
not working correctly. This adjusts the spec file, the setup.py
file and the distro files to ensure that it continues to work
as expected. - 1043. By Joshua Harlow
-
Use assertNotEqual which exists on python2.6
Instead of using assertGreater which is new on
python2.7 just use assertNotEqual which does exist
on python2.6 to perform the same/similar operation.This makes the unittest not break on python2.6
- 1042. By Joshua Harlow
-
IPv6 support for rhel distro
When the ubuntu networking info file has ipv6 addresses inside
it we need to make sure that we parse that information out and
place it (at least) in the rhel network configuration writing.In later patches the other distros that use this parsed network
configuration will likely also need to be updated (ubuntu and
debian already should function as expected with regard to ipv6
support). - 1041. By Joshua Harlow
-
Update to use a newer and better OMNIBUS_URL
This is minor change which uses the new Chef (company) top
level domain for grabbing the Omnibus installation shell script.
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