SHA256
1
0
forked from pool/cloud-init
Commit Graph

214 Commits

Author SHA256 Message Date
613771aca9 - fix implementation of the openSUSE handler, properly read the configuration
from sysconfig

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=11
2014-03-29 21:40:50 +00:00
56a9174e6f - do not package any none SUSE/openSUSE templates bnc#839707
- add patch openSUSEhostsTemplate.diff to add an openSUSE hosts template

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=10
2014-03-19 21:38:02 +00:00
9066aef710 - enable growing of root partition by default bnc#861473
- add dependency on growpart to support root partition expansion

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=9
2014-03-19 21:08:48 +00:00
7582cf4365 - include the LICENSE
- add dependency on growpart to aupport root partition expansion

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=8
2014-03-18 19:43:58 +00:00
b363ee2095 - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=7
2014-03-17 18:40:51 +00:00
2f5d8a6a77 - add dependency n growpart to aupport root partition expansion
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=6
2014-03-17 17:58:53 +00:00
06810e76db - add python-jsonpatch, python-pyserial, python-PyYAML requires,
otherwise it immediately traces on startup

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=5
2014-01-20 17:51:58 +00:00
c6ec6841cd - update to version 0.7.4
+ 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
2014-01-04 17:43:26 +00:00
ddcfa56afe - remove the "nofail" option for the ephemeral storage
+ when using nofail an attempt is made to mount the filesystem twice
    once via udev and once through localfs, this results in a hanging
    system if fsck needs to run on the device

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=3
2013-08-02 06:59:54 +00:00
Stephan Kulow
3e26e9102c Accepting request 183655 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/183655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=5
2013-07-19 14:51:15 +00:00
Stephan Kulow
977266dbf5 Accepting request 179625 from Base:System
- integrate changes from HP
  + update the sles handler, do not modify the util code integrate
    routines directky into the sles handler
    ~ add patch slesHandler.patch
    ~ remove patch openSUSEHandler.diff
  + add python dependencies
    ~ python-argparse
    ~ python-configobj
    ~ python-oauth
  + update the cloud-init config file (forwarded request 179612 from rjschwei)

OBS-URL: https://build.opensuse.org/request/show/179625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=4
2013-06-19 12:42:19 +00:00
Stephan Kulow
5ee9623a83 Accepting request 179244 from Base:System
- add the distro specific handler for openSUSE
  + patch openSUSEHandler.diff
- fix syntax in SLE handler
  + dict access uses [] not {}, duh (forwarded request 179074 from rjschwei)

OBS-URL: https://build.opensuse.org/request/show/179244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=3
2013-06-18 08:29:23 +00:00
Stephan Kulow
04e3dd1a0d Accepting request 174647 from Base:System
support relative path for authorized_keys file, backport fix from upstream version 0.7.1 (bnc#818306)

OBS-URL: https://build.opensuse.org/request/show/174647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=2
2013-05-07 13:10:36 +00:00
Stephan Kulow
83245c4ac8 Accepting request 172828 from Base:System
initial package

OBS-URL: https://build.opensuse.org/request/show/172828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=1
2013-04-26 05:12:13 +00:00