- fix "typo" the rhel_util module is imported as rhutil, use the
proper name when accessing (modifies suseIntegratedHandler.patch)
- add rsyslog filter rule to send cloud-init messages to
/var/log/cloud-init.log
- initialize variable in method setting the instance hostname (BNC #884392)
modifies: suseIntegratedHandler.patch
- add the python magic for package build on SLE 11
- add more dependencies to ensure commands used by the scripts are present
- add dynamicInitCmd.diff
+ support diffirent init systems across distribution versions for
service restart
- add suseSetInitCmd.patch
+ properly setup the init command to support proper service restart
- integrate openSUSE and SLE handler code
+ remove openSUSEHandler.diff
+ add suseIntegratedHandler.patch
OBS-URL: https://build.opensuse.org/request/show/239820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=12
- open 0.7.5
- Add a debug log message around import failures
- add a 'debug' module for easily printing out some information about
datasource and cloud-init [Shraddha Pandhe]
- support running apt with 'eatmydata' via configuration token
apt_get_wrapper (LP: #1236531).
- convert paths provided in config-drive 'files' to string before writing
(LP: #1260072).
- Azure: minor changes in logging output. ensure filenames are strings (not
unicode).
- config/cloud.cfg.d/05_logging.cfg: provide a default 'output' setting, to
redirect cloud-init stderr and stdout /var/log/cloud-init-output.log.
- drop support for resizing partitions with parted entirely (LP: #1212492).
This was broken as it was anyway.
- add support for vendordata in SmartOS and NoCloud datasources.
- drop dependency on boto for crawling ec2 metadata service.
- add 'Requires' on sudo (for OpenNebula datasource) in rpm specs, and
'Recommends' in the debian/control.in [Vlastimil Holer]
- if mount_info reports /dev/root is a device path for /, then convert
that to a device via help of kernel cmdline.
- configdrive: consider partitions as possible datasources if they have
theh correct filesystem label. [Paul Querna]
- initial freebsd support [Harm Weites]
- fix in is_ipv4 to accept IP addresses with a '0' in them.
- Azure: fix issue when stale data in /var/lib/waagent (LP: #1269626)
- skip config_modules that declare themselves only verified on a set of
distros. Add them to 'unverified_modules' list to run anyway.
- Add CloudSigma datasource [Kiril Vladimiroff]
- Add initial support for Gentoo and Arch distributions [Nate House]
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=12
- fix implementation of the openSUSE handler, properly read the configuration
from sysconfig
- do not package any none SUSE/openSUSE templates bnc#839707
- add patch openSUSEhostsTemplate.diff to add an openSUSE hosts template
- enable growing of root partition by default bnc#861473
- include the LICENSE
- include in SLE 12 (FATE #315990, #315991, and 316167)
- add patch azure_1269626.diff, fix for upstream bug 1269626
+ Azure instance do not boot properly after a capture operation
- add dependency on growpart to support root partition expansion
OBS-URL: https://build.opensuse.org/request/show/228217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=10
+ fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.
(LP: #1236594)
+ fix DataSourceAzure incompatibility with 2.6 (LP: #1232175)
+ fix power_state_change config module so that example works. Improve
its documentation and add reference to 'timeout'
+ support apt-add-archive with 'cloud-archive:' format. (LP: #1244355)
+ Change SmartOS verb for availability zone (LP: #1249124)
+ documentation fix for boothooks to use 'cloud-init-per'
+ fix resizefs module by supporting kernels that do not have
/proc/PID/mountinfo. (LP: #1248625) [Tim Daly Jr.]
+ fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834)
+ fix omnibus chef installer (LP: #1182265) [Chris Wing]
+ small fix for OVF datasource for iso transport on non-iso9660 filesystem
+ determine if upstart version is suitable for
'initctl reload-configuration' (LP: #1124384). If so, then invoke it.
supports setting up instance-store disk with partition table and filesystem.
+ add Azure datasource.
+ add support for SuSE / SLES [Juerg Haefliger]
+ add a trailing carriage return to chpasswd input, which reportedly
caused a problem on rhel5 if missing.
+ support individual MIME segments to be gzip compressed (LP: #1203203)
+ always finalize handlers even if processing failed (LP: #1203368)
+ support merging into cloud-config via jsonp. (LP: #1200476)
+ add datasource 'SmartOS' for Joyent Cloud. Adds a dependency on serial.
+ add 'log_time' helper to util for timing how long things take
which also reads from uptime. uptime is useful as clock may change during
boot due to ntp.
+ prefer growpart resizer to 'parted resizepart' (LP: #1212492)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=4