9ef5d09e98
- Drop the generator (bsc#1089824, boo#1093501) + The generator spawns a script called ds-identify which in turn calls blkid. When the generator executes the environment may or may not be ready. The generator speeds up the boot process in cases where cloud-init is enabled but we are not in an environment where cloud-init should run -> Don't do that.
Robert Schweikert2018-05-16 15:27:17 +00:00
9eb10721c4
- Update to version 18.1 (bsc#1085787, bsc#1084749) + Forward port cloud-init-python2-sigpipe.patch + Forward port 0003-Distro-dependent-chrony-config-file.patch partial integration into 0001-Support-chrony-configuration-lp-1731619.patch + Forward port cloud-init-no-python-linux-dist.patch + Remove 0002-Disable-method-deprecation-warning-for-pylint.patch use new cloud-init internal distro detection code + Remove cloud-init-resize-ro-btrfs.patch included upstream + Remove 0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch included upstream + OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi] + ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980) + SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert] + ds-identify: check /writable/system-data/ for nocloud seed. (LP: #1747070) + tests: run nosetests in cloudinit/ directory, fix py26 fallout. + tools: run-centos: git clone rather than tar. + tests: add support for logs with lxd from snap and future lxd 3. (LP: #1745663) + EC2: Fix get_instance_id called against cached datasource pickle. (LP: #1748354) + cli: fix cloud-init status to report running when before result.json (LP: #1747965) + net: accept network-config in netplan format for renaming interfaces (LP: #1709715) + Fix ssh keys validation in ssh_util [Tatiana Kholkina] + docs: Update RTD content for cloud-init subcommands. + OVF: Extend well-known labels to include OVFENV. (LP: #1698669) + Fix potential cases of uninitialized variables. (LP: #1744796) + tests: Collect script output as binary, collect systemd journal, fix lxd.
Robert Schweikert2018-03-25 17:01:07 +00:00
ed9aa9f0d8
- update cloud-init-sysconfig-netpathfix.patch: * skip checking for files in /etc/sysconfig that never exist on a wickedd based system
Dirk Mueller2018-02-16 13:24:07 +00:00
7c005924d3
- drop dependency on boto (only used in examples, and should really be ported to botocore/boto3 instead)
Dirk Mueller2018-01-30 13:21:16 +00:00
fb31094f97
- Update to version 17.2 (boo#1069635, bsc#1072811) + Add cloud-init-skip-ovf-tests.patch + Add cloud-init-no-python-linux-dist.patch + Add 0001-switch-to-using-iproute2-tools.patch + Add 0001-Support-chrony-configuration-lp-1731619.patch + Add 0002-Disable-method-deprecation-warning-for-pylint.patch + Add 0003-Distro-dependent-chrony-config-file.patch + removed cloud-init-add-variant-cloudcfg.patch replaced by cloud-init-no-python-linux-dist.patch + removed zypp_add_repos.diff included upstream + removed zypp_add_repo_test.patch included upstream + removed cloud-init-hosts-template.patch included upstream + removed cloud-init-more-tasks.patch included upstream + removed cloud-init-final-no-apt.patch included upstream + removed cloud-init-ntp-conf-suse.patch included upstream + removed cloud-init-break-cycle-local-service.patch included upstream + removed cloud-init-reproduce-build.patch included upstream + For the complete changelog see https://launchpad.net/cloud-init/trunk/17.2Robert Schweikert2018-01-29 21:11:23 +00:00
cc9a47a4b7
- Add cloud-init-translate-netconf-ipv4-keep-gw.patch (boo#1064854)
Robert Schweikert2017-11-19 21:10:16 +00:00
100e3dffbf
- Add cloud-init-break-cycle-local-service.patch + Let systemd pull in the default targets. This breaks a cycle
Robert Schweikert2017-11-19 20:45:04 +00:00
fa9ea3d43e
- Fix variable name in cloud-init-translate-netconf-ipv4-keep-gw.patch
Robert Schweikert2017-11-17 17:10:35 +00:00
56e2c9145a
- Add cloud-init-translate-netconf-ipv4-keep-gw.patch (bsc#1064854) + Properly insert the gateway information for v1 json network config data
Robert Schweikert2017-11-16 22:51:16 +00:00
e03ed2d736
- Add cloud-init-ntp-conf-suse.patch + ntp configuration was broken on sles and opensuse lp#1726572
Robert Schweikert2017-11-11 12:33:43 +00:00
6927c014db
- Add cloud-init-hosts-template.patch (bsc#1064594) + Properly expand the /etc/hosst file when manage_etc_hosts is set
Robert Schweikert2017-11-08 21:31:54 +00:00
f65f28891b
- Fix sed expression to set distro properly (boo#1063716) + Remove suseSysVInit.diff, included upstream
Robert Schweikert2017-11-02 13:34:18 +00:00
606be11fa1
- add skip-argparse-on-python3.patch: don't depend on argparse for python3, it is builtin there (as of python 3.2, so the patch should be good enough)
Dirk Mueller2017-09-20 10:15:01 +00:00
dc611ddc9e
- Drop argparse as dependency for Py3 build + argparse is built into Python
Robert Schweikert2017-09-11 18:25:17 +00:00
520d9897a2
- Drop python-cheetah as requirement + Cheetah is no maintained and cloud-init switches to Jinja2 as templating engine if Cheetah is not available
Robert Schweikert2017-09-11 18:23:14 +00:00
315f729f37
- Modify cloud-init-finalbeforelogin.patch (bsc#1047363) + Support user processes running in coud-init-final to consume a large number of threads. - Modify cloud-init-service.patch (bsc#1055649) + Start after dbus.service, needed by hotnamectl - Modify cloud-init-handle-not-implemented-query.patch + print needs () for Python3 - Add cloud-init-spceandtabs-clean.patch + Fix inconsistent use of spaces and tabs in various files - Modify suseIntegratedHandler.patch + Fix mode setting passed to function for file writing - Set packag up to build with Python 3 for distros later than SLE 12
Robert Schweikert2017-08-31 20:02:18 +00:00
d77b515e86
- Do not set mount options for ephemeral drive, use the defaults that are built into the code (bsc#930524)
Robert Schweikert2017-02-16 20:57:30 +00:00
5c5fa1bc9c
- Update fix-default-systemd-unit-dir.patch (bsc#1024709) + based on work by Thomas Abraham - Add cloud-init-handle-not-implemented-query.patch (boo#1017832)
Robert Schweikert2017-02-16 19:42:20 +00:00
ef7ff0197f
Accepting request 445052 from home:jgleissner:branches:Cloud:Tools
Robert Schweikert2016-12-09 12:50:46 +00:00
0548ac26cd
- fix the cloud.cfg split, cyclic non-versioned dependencies are bad. also fix changelog entries - add datasourceLocalDisk.patch: * Fix datasourceLocalDisk module in case directory exists but is
Dirk Mueller2016-12-08 12:36:16 +00:00
1bf8793650
- Modify suseIntegratedHandler.patch (bsc#1007529) + Fall back to the previous method of writing network information We have to work out upstream how to have distro specific renderer for sysconfig
Robert Schweikert2016-11-01 15:58:23 +00:00
4eeb8d512a
- Add cloud-init-sysconfig-netpathfix.patch (bsc#1007529) + Fix the default path for network scripts - Cosmetic changes to suseIntegratedHandler.patch
Robert Schweikert2016-10-31 12:45:48 +00:00
56f8466848
- Update cloud-init-no-dmidecode-on-ppc64.patch (bsc#1005616) + aarch64 does support dmidecode
Robert Schweikert2016-10-29 13:26:03 +00:00
69c1ec4bb4
- Update cloud-init-service.patch + Break another cycle this one in -final
Robert Schweikert2016-10-29 12:41:33 +00:00
19c29b64a4
- Update cloud-init-service.patch + Better match upstream intend Ubuntu networking.service is equivalent to SUSE wicked, thus we cannot translate networking to network, but need to translate it to wicked
Robert Schweikert2016-10-28 20:16:14 +00:00
ad94d4c4c4
- Update cloud-init-service.patch + We need the following order: - something brings networking fully up (in our case wicked) - cloud-init.service runs - network-online.target is reached
Robert Schweikert2016-10-28 19:38:58 +00:00
9c42ade550
- Update cloud-init-service.patch + The network must be up an running in order to get ssh key injected
Robert Schweikert2016-10-28 19:21:24 +00:00
10e8058495
- Update cloud-init-service.patch + Had self reference and thus cloud-init.service was never executed which caused ssh key loading failure
Robert Schweikert2016-10-28 15:24:08 +00:00
02e7568f6d
- Forward port suseIntegratedHandler.patch + Implement new abstract interfaces + Some minor implementation fixes
Robert Schweikert2016-10-27 19:42:52 +00:00
b0d7643923
- Appease the build service, differences between OBS and IBS, and own the directories
Robert Schweikert2016-10-26 14:28:47 +00:00
d7c17296a2
- Fix package, udev rules should be in /usr for distros after SLES 11
Robert Schweikert2016-10-26 11:32:32 +00:00
8b2fc9d626
- add cloud-init-digital-ocean-datasource-enable-by-default.patch, cloud-init-digital-ocean-datasource.patch: add DigitalOcean support - run tests on build
Dirk Mueller2016-10-19 13:24:14 +00:00
1d35d9d69b
- Add cloud-init-handle-no-carrier.patch (boo#1003977) - Handle the exception when attempting to detect if the network device is up when it is not
Robert Schweikert2016-10-11 15:44:56 +00:00
19290fa432
- Update cloud-init-service.patch (boo#999942) - Backport upstream commits 3705bb5964a and 6e45ffb21e96
Robert Schweikert2016-10-10 20:30:30 +00:00
8e9fedcf49
- update to version 0.7.8 (bsc#998103) + added cloud-init-net-eni.patch based on work by eblock - Using config-drive instead of metadata failed because the network translation to Ubuntu-style did not return gateway information to opensuse.py + added cloud-init-service.patch based on work by eblock - The service file cloud-init.service referenced networking.service which on SUSE is network.service + remove no_logic_change.patch included in updated upstream source + forward port suseIntegratedHandler.patch + forward port setupSUSEsysVInit.diff + forward port cloud-init-no-dmidecode-on-ppc64.patch + foward port dataSourceOpenNebula.patch + forward port fix-default-systemd-unit-dir.patch + forward port cloud-init-finalbeforelogin.patch + forward port cloud-init-python2-sigpipe.patch + SmartOS: more improvements for network configuration + add ntp config module [Ryan Harper] + ChangeLog: update changelog for previous commit. + Add distro tags on config modules that should have it. + NoCloud: fix bug providing network-interfaces via meta-data. (LP: 1577982) + ConfigDrive: recognize 'tap' as a link type. (LP: #1610784) + Upgrade to a configobj package new enough to work + MAAS: add vendor-data support (LP: #1612313) + DigitalOcean: use the v1.json endpoint [Ben Howard] + Get Azure endpoint server from DHCP client [Brent Baude] + Apt: add new apt configuration format [Christian Ehrhardt] + distros: fix get_primary_arch method use of os.uname [Andrew Jorgensen] + Fix Gentoo net config generation [Matthew Thode] + Minor cleanups to atomic_helper and add unit tests.
Robert Schweikert2016-09-13 16:56:10 +00:00