SHA256
1
0
forked from pool/cloud-init

Commit Graph

  • a931efbd63 Accepting request 791202 from Cloud:Tools Dominique Leuenberger 2020-04-05 18:49:53 +00:00
  • ea84c3187e - Update to cloud-init 19.2 (bsc#1099358, bsc#1145622) - Update cloud-init-write-routes.patch (boo#1144881, bsc#1148645) Robert Schweikert 2020-04-03 13:32:19 +00:00
  • f618f6b3f1 - Update cloud-init-write-routes.patch + In cases where the config contains 2 or more default gateway specifications for an interface only write the first default route, log warning message about skipped routes + Avoid writing invalid route specification if neither the network nor destination is specified in the route configuration Robert Schweikert 2020-03-27 12:40:41 +00:00
  • 62128da3ea - Update cloud-init-write-routes.patch + Still need to consider the "network" configuration uption for the v1 config implementation. Fixes regression introduced with update from Wed Feb 12 19:30:42 Robert Schweikert 2020-03-26 17:22:08 +00:00
  • d59aba31a6 - Update cloud-init-write-routes.patch (bsc#1165296) + Add the default gateway to the ifroute config file when specified as part of the subnet configuration + Fix typo to properly extrakt provided netmask data (bsc#1163178) Robert Schweikert 2020-03-25 19:41:57 +00:00
  • df49ce6d46 Accepting request 782655 from Cloud:Tools Dominique Leuenberger 2020-03-11 17:33:15 +00:00
  • d41fefb9da Accepting request 766918 from home:dimstar:Factory Robert Schweikert 2020-03-08 11:35:55 +00:00
  • 31adfdd05a Accepting request 777713 from Cloud:Tools Dominique Leuenberger 2020-02-22 17:58:28 +00:00
  • 1b2a3c0e23 - Add cloud-init-long-pass.patch (bsc#1162936, CVE-2020-8632) + Increase the default length of generated passwords Robert Schweikert 2020-02-13 14:08:57 +00:00
  • d3536e70a5 - Add cloud-init-use-different-random-src.diff (bsc#1162937, CVE-2020-8631) + Use non-deterministic generator for password generation. Robert Schweikert 2020-02-12 22:40:02 +00:00
  • 3bb80bd89a - Update cloud-init-write-routes.patch (bsc#1163178) + Entries in the routes definition have changed causing a traceback during rout config file writing. This patch update addresses the issue by extracting the new entries properly. Robert Schweikert 2020-02-12 19:33:31 +00:00
  • e8539a971b Accepting request 765394 from Cloud:Tools Dominique Leuenberger 2020-01-23 15:08:30 +00:00
  • 5a5220c868 - Add cloud-init-no-tempnet-oci.patch (bsc#1161132, bsc#1161133) + Do not attempt to configure an ephemeral network on OCI. We boot off iSCSI and the network is up. Just read the data. Robert Schweikert 2020-01-17 21:33:13 +00:00
  • d21979739c Accepting request 764340 from home:scarabeus_iv:branches:Cloud:Tools Robert Schweikert 2020-01-17 12:38:50 +00:00
  • 152b453122 - Update to version 19.4 + Remove patches included upstream: - cloud-init-after-wicked.patch - cloud-init-noresolv-merge-no-dns-data.diff - cloud-init-renderer-detect.patch - cloud-init-trigger-udev.patch + Removed patches merged with cloud-init-mix-static-dhcp.patch - cloud-init-proper-ipv6-setting.patch - cloud-init-static-net.patch + Added cloud-init-mix-static-dhcp.patch (bsc#1157894) + Forward port cloud-init-sysconf-path.patch + doc: specify _ over - in cloud config modules + [Joshua Powers] (LP: #1293254) + tools: Detect python to use via env in migrate-lp-user-to-github + [Adam Dobrawy] + Partially revert "fix unlocking method on FreeBSD" (#116) + tests: mock uid when running as root (#113) + [Joshua Powers] (LP: #1856096) + cloudinit/netinfo: remove unused getgateway (#111) + docs: clear up apt config sections (#107) [Joshua Powers] (LP: #1832823) + doc: add kernel command line option to user data (#105) + [Joshua Powers] (LP: #1846524) + config/cloud.cfg.d: update README [Joshua Powers] (LP: #1855006) + azure: avoid re-running cloud-init when instance-id is byte-swapped + (#84) [AOhassan] + fix unlocking method on FreeBSD [Igor Galić] (LP: #1854594) + debian: add reference to the manpages [Joshua Powers] + ds_identify: if /sys is not available use dmidecode (#42) + [Igor Galić] (LP: #1852442) + docs: add cloud-id manpage [Joshua Powers] Robert Schweikert 2020-01-16 12:06:38 +00:00
  • 493166b275 Accepting request 753049 from Cloud:Tools Dominique Leuenberger 2019-12-07 14:15:39 +00:00
  • 7c5eaf65d4 - Add cloud-init-proper-ipv6-setting.patch (bsc#1156139) + Set proper IPv6 interface variable in ifcfg file Robert Schweikert 2019-11-25 19:38:14 +00:00
  • 6dbf527a2c Accepting request 746646 from Cloud:Tools Dominique Leuenberger 2019-11-10 21:36:38 +00:00
  • 675e6061ec Accepting request 746152 from home:PPavlu:branches:Cloud:Tools Robert Schweikert 2019-11-08 15:05:12 +00:00
  • 83f69b8b12 Accepting request 741941 from Cloud:Tools Dominique Leuenberger 2019-10-25 16:40:22 +00:00
  • dd6725b794 - Comment about expected upstream fix inclusion Robert Schweikert 2019-10-23 19:23:48 +00:00
  • 29723d4dbe - Expand patch to more reliably detect the OS Robert Schweikert 2019-10-22 21:13:06 +00:00
  • e57d5d5263 - Add lp bug number for reference Robert Schweikert 2019-10-22 20:48:20 +00:00
  • 40d14c4774 - Add cloud-init-renderer-detect.patch (bsc#1154092, boo#1142988) Robert Schweikert 2019-10-22 20:06:25 +00:00
  • 0e6e7e2b35 - Add cloud-init-renderer-detect.patch (bsc#1154092) + Short curcuit the conditional for identifying the sysconfig renderer. If we find ifup/ifdown accept the renderer as available. Robert Schweikert 2019-10-22 20:01:12 +00:00
  • e61b62e5b9 - Add cloud-init-break-resolv-symlink.patch (bsc#1151488) + If /etc/resolv.conf is a symlink break it. This will avoid netconfig from clobbering the changes cloud-init applied. Robert Schweikert 2019-10-22 12:15:54 +00:00
  • 08601df903 Accepting request 738480 from Cloud:Tools Dominique Leuenberger 2019-10-18 12:30:07 +00:00
  • 0cb1bb89c1 - Update to cloud-init 19.2 (bsc#1099358) + Remove, included upstream - cloud-init-detect-nova.diff - cloud-init-add-static-routes.diff + net: add rfc3442 (classless static routes) to EphemeralDHCP (LP: #1821102) + templates/ntp.conf.debian.tmpl: fix missing newline for pools (LP: #1836598) + Support netplan renderer in Arch Linux [Conrad Hoffmann] + Fix typo in publicly viewable documentation. [David Medberry] + Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun] (LP: #1806701) + VMWare: Trigger the post customization script via cc_scripts module. [Xiaofeng Wang] (LP: #1833192) + Cloud-init analyze module: Added ability to analyze boot events. [Sam Gilson] + Update debian eni network configuration location, retain Ubuntu setting [Janos Lenart] + net: skip bond interfaces in get_interfaces [Stanislav Makar] (LP: #1812857) + Fix a couple of issues raised by a coverity scan + Add missing dsname for Hetzner Cloud datasource [Markus Schade] + doc: indicate that netplan is default in Ubuntu now + azure: add region and AZ properties from imds compute location metadata + sysconfig: support more bonding options [Penghui Liao] + cloud-init-generator: use libexec path to ds-identify on redhat systems (LP: #1833264) + tools/build-on-freebsd: update to python3 [Gonéri Le Bouder] + Allow identification of OpenStack by Asset Tag [Mark T. Voelker] (LP: #1669875) Robert Schweikert 2019-10-14 18:50:21 +00:00
  • 0764e8e2b0 Accepting request 734782 from Cloud:Tools Dominique Leuenberger 2019-10-05 14:16:17 +00:00
  • eb8686803a - Follow up to update cloud-init-trigger-udev.patch (bsc#1144363) Robert Schweikert 2019-09-26 10:33:25 +00:00
  • 4977fc7a3b - Add cloud-init-after-wicked.patch - Change the service order, the cloud-init service wants to run after networking is started Robert Schweikert 2019-09-24 19:53:38 +00:00
  • fcf843e6dd - Add cloud-init-noresolv-merge-no-dns-data.diff - Avoid writing resolv.conf if the network configuration contains no dns entries. Robert Schweikert 2019-09-24 19:32:45 +00:00
  • 7b9c2a101f - Follow up to (bsc#1144363) - In this implementation the "name" is not yet an attribute, use get() to obtain the value from a dict. Source code version confusion. Robert Schweikert 2019-09-23 13:07:29 +00:00
  • 67d0e4641b Accepting request 728523 from Cloud:Tools Dominique Leuenberger 2019-09-11 08:21:43 +00:00
  • ddfb957280 - Add cloud-init-add-static-routes.diff (bsc#1141969) + Properly handle static routes. The EphemeralDHCP context manager did not parse or handle rfc3442 classless static routes which prevented reading datasource metadata in some clouds. Robert Schweikert 2019-09-05 13:32:10 +00:00
  • eceb75bdd4 - And another try at the version BS Robert Schweikert 2019-07-05 19:11:25 +00:00
  • cd23205773 - Follow the ever changing inconsistencies of version definitions and detection in the build service. + No more suse_version in SUSE internal instance for SLES 15 SP1 Robert Schweikert 2019-07-05 18:59:55 +00:00
  • 522b534b46 Accepting request 709158 from Cloud:Tools Dominique Leuenberger 2019-06-24 19:48:51 +00:00
  • 4eef7cf985 Accepting request 709156 from home:dimstar:Factory Robert Schweikert 2019-06-11 12:45:15 +00:00
  • dcd29516da - Own the parent too Robert Schweikert 2019-06-09 11:59:14 +00:00
  • 7973844d5b - Own the completions dir to fix SLE 12 build issue Robert Schweikert 2019-06-09 11:18:24 +00:00
  • 5fb133e521 - Update to version 19.1 (bsc#1136440) + Remove, included upstream - fix-default-systemd-unit-dir.patch - cloud-init-sysconf-ethsetup.patch - cloud-init-handle-def-route-set.patch - cloud-init-no-empty-resolv.patch - cloud-init-proper-ipv6-varname.patch + Forward port - cloud-init-trigger-udev.patch + Add cloud-init-detect-nova.diff (bsc#1136440) + Modify cloud-init-python2-sigpipe.patch, import signal and constants + Update spec to account for new location of bash completion + freebsd: add chpasswd pkg in the image [Gonéri Le Bouder] + tests: add Eoan release [Paride Legovini] + cc_mounts: check if mount -a on no-change fstab path [Jason Zions (MSFT)] (LP: #1825596) + replace remaining occurrences of LOG.warn [Daniel Watkins] + DataSourceAzure: Adjust timeout for polling IMDS [Anh Vo] + Azure: Changes to the Hyper-V KVP Reporter [Anh Vo] + git tests: no longer show warning about safe yaml. + tools/read-version: handle errors [Chad Miller] + net/sysconfig: only indicate available on known sysconfig distros (LP: #1819994) + packages: update rpm specs for new bash completion path [Daniel Watkins] (LP: #1825444) + test_azure: mock util.SeLinuxGuard where needed [Jason Zions (MSFT)] (LP: #1825253) + setup.py: install bash completion script in new location [Daniel Watkins] + mount_cb: do not pass sync and rw options to mount [Gonéri Le Bouder] (LP: #1645824) Robert Schweikert 2019-06-09 11:04:38 +00:00
  • a88363e6e1 Accepting request 699769 from Cloud:Tools Dominique Leuenberger 2019-05-03 20:23:07 +00:00
  • 23723c1216 - Update cloud-init-write-routes.patch (bsc#1132692) + Properly accumulate all the defined routes for a given network device. Previously only the last defined route was written to the routes file. Robert Schweikert 2019-04-30 20:39:13 +00:00
  • 40dff8d618 Accepting request 678302 from Cloud:Tools Stephan Kulow 2019-02-28 20:24:27 +00:00
  • f30a915a55 - Add cloud-init-trigger-udev.patch (bsc#1125950) + When the user configures a new rules file for network devices the rules may not apply immediately, trigger udevadm Robert Schweikert 2019-02-22 22:18:27 +00:00
  • 64e78007b9 - Modify cloud-init-write-routes.patch (bsc#1125992) + Fix the order of calls, the SUSE imaplementation of route config file writing must clobber the default implementation. Robert Schweikert 2019-02-22 16:22:45 +00:00
  • ba0d82f7d8 - Add cloud-init-proper-ipv6-varname.patch (bsc#1126101) + Use the proper name to designate IPv6 addresses in ifcfg-* files Robert Schweikert 2019-02-22 00:43:56 +00:00
  • 15110b1354 Accepting request 670422 from Cloud:Tools Stephan Kulow 2019-02-08 11:06:58 +00:00
  • e833f3b188 - Modify cloud-init-write-routes.patch (boo#1123694) + Drop a '-' in the route file for the last column Robert Schweikert 2019-01-31 17:15:08 +00:00
  • 0349f08ea9 Accepting request 668094 from Cloud:Tools Dominique Leuenberger 2019-01-24 13:15:09 +00:00
  • c53e82e288 - Fix it again, duh Robert Schweikert 2019-01-23 13:40:34 +00:00
  • 99ef69f82c - Fix patch, duh Robert Schweikert 2019-01-23 13:32:41 +00:00
  • cf38f0cf58 - ADd lp bug number as reference Robert Schweikert 2019-01-22 13:13:14 +00:00
  • 343fb12d7e - Add cloud-init-no-empty-resolv.patch (bsc#1119397) Robert Schweikert 2019-01-22 13:07:42 +00:00
  • 3664ce1659 - Write dashes to ifroute-* files Robert Schweikert 2019-01-21 13:28:00 +00:00
  • 8d961f3718 + Add cloud-init-handle-def-route-set.patch Robert Schweikert 2019-01-19 22:32:31 +00:00
  • 23997f352e - Duh, actually remove the patches Robert Schweikert 2019-01-18 10:00:43 +00:00
  • 1064b17095 - Update to version 18.5 (bsc#1121878, boo#1116767) + Remove 0001-Fix-the-service-order-for-SUSE-distributions.patch 0001-Follow-the-ever-bouncing-ball-for-openSUSE-distribut.patch 0002-Add-tests-for-additional-openSUSE-distro-condition-m.patch included upstream + Forward port cloud-init-sysconf-ethsetup.patch + Add cloud-init-write-routes.patch + tests: add Disco release [Joshua Powers] + net: render 'metric' values in per-subnet routes (LP: #1805871) + write_files: add support for appending to files. [James Baxter] + config: On ubuntu select cloud archive mirrors for armel, armhf, arm64. (LP: #1805854) + dhclient-hook: cleanups, tests and fix a bug on 'down' event. + NoCloud: Allow top level 'network' key in network-config. (LP: #1798117) + ovf: Fix ovf network config generation gateway/routes (LP: #1806103) + azure: detect vnet migration via netlink media change event [Tamilmani Manoharan] + Azure: fix copy/paste error in error handling when reading azure ovf. + [Adam DePue] + tests: fix incorrect order of mocks in test_handle_zfs_root. + doc: Change dns_nameserver property to dns_nameservers. [Tomer Cohen] + OVF: identify label iso9660 filesystems with label 'OVF ENV'. + logs: collect-logs ignore instance-data-sensitive.json on non-root user (LP: #1805201) + net: Ephemeral*Network: add connectivity check via URL + azure: _poll_imds only retry on 404. Fail on Timeout (LP: #1803598) + resizefs: Prefix discovered devpath with '/dev/' when path does not exist [Igor Galić] + azure: retry imds polling on requests.Timeout (LP: #1800223) Robert Schweikert 2019-01-18 09:50:54 +00:00
  • d8c0fcb2ba Accepting request 646077 from Cloud:Tools Dominique Leuenberger 2018-11-05 21:54:45 +00:00
  • a76ae619ee - Add cloud-init-ostack-metadat-dencode.patch (bsc#1101894) Robert Schweikert 2018-11-02 14:21:08 +00:00
  • 37fdad8a72 - Add cloud-init-static-net.patch (boo#1114160) Robert Schweikert 2018-10-31 14:41:17 +00:00
  • c952884add Accepting request 644740 from Cloud:Tools Dominique Leuenberger 2018-10-29 13:21:17 +00:00
  • 918a07b99b - Remove unused weiward patch Robert Schweikert 2018-10-25 21:33:32 +00:00
  • 3ed6919cb4 - Update to version 18.4 (bsc#1087331, bsc#1097388, boo#1111427, bsc#1095627) + Remove cloud-init-no-user-lock-if-already-locked.patch cloud-init 18.4 is not supported on SLE 11 code base + Remove 0001-Support-chrony-configuration-lp-1731619.patch Included upstream + Remove 0003-Distro-dependent-chrony-config-file.patch Included upstream + Remove 0001-switch-to-using-iproute2-tools.patch Included upstream + Remove cloud-init-no-python-linux-dist.patch Included upstream + Remove cloud-init-no-trace-empt-sect.patch Included upstream + Remove cloud-init-setpath-dsitentify.patch Included upstream + Modify fix-default-systemd-unit-dir.patch Use pkg-config, only modify the generator + Remove cloud-init-sysconfig-netpathfix.patch Fixed upstream + Removed cloud-init-skip-ovf-tests.patch Fixed upstream + Removed cloud-init-translate-netconf-ipv4-keep-gw.patch Fixed upstream + Add cloud-init-template-py2.patch avoid Python 3 dependency when we build for distros with Python 2 support + Add 0001-Follow-the-ever-bouncing-ball-for-openSUSE-distribut.patch + Add 0002-Add-tests-for-additional-openSUSE-distro-condition-m.patch + Add cloud-init-sysconf-path.patch + Add cloud-init-sysconf-ethsetup.patch + Add 0001-Fix-the-service-order-for-SUSE-distributions.patch Robert Schweikert 2018-10-25 18:58:19 +00:00
  • 6c4efe240a - Add a modified version of fix-default-systemd-unit-dir.patch + Removed pre-maturely, still needs 1 part of the patch Robert Schweikert 2018-08-24 21:43:32 +00:00
  • 7010c372a1 - Remove fix-default-systemd-unit-dir.patch + No longer needed, proper systemd config dir is queried from pckg-config Robert Schweikert 2018-08-24 19:30:11 +00:00
  • 7e9523e8e3 - Remove trailing endif Robert Schweikert 2018-07-05 18:29:02 +00:00
  • 8d7f0cbbcb - The distribution inidcator is set to suse during template expansion, we do not replace anything set to ubuntu - Do not run cloud-init after network-online, this breaks functionality in cloud-init. Certain parts of the code running in this phase expect to run before the network is on-line. This "re-introduces" boo#1097388. But the changes made are not generic enough. - Root should not be enabled by default. For image builders/users that want root access by default they should provide an appropriate configuration file during image build or image setup Robert Schweikert 2018-07-05 18:00:50 +00:00
  • 2c6cb5534d Run metadata detection after network-online (boo#1097388) Bernhard Wiedemann 2018-06-28 13:45:43 +00:00
  • 6802141718 - do not disable root user to make it easier to work with Bernhard Wiedemann 2018-06-28 13:35:10 +00:00
  • 009866fc9d Let distribution default to opensuse/sles (boo#1099340) Bernhard Wiedemann 2018-06-27 15:45:17 +00:00
  • a3bf6024e3 Accepting request 611409 from Cloud:Tools Dominique Leuenberger 2018-05-23 14:09:30 +00:00
  • 0edc4d2a0e - Re-add generator (bsc#1089824, boo#1093501) + Add cloud-init-setpath-dsitentify.patch, upstream solution to hanle PATH issue + Re-enable th egenerator to reduce effort in cloud-init configuration Robert Schweikert 2018-05-22 19:44:33 +00:00
  • cb26e87bdc Accepting request 609843 from Cloud:Tools Dominique Leuenberger 2018-05-16 16:46:53 +00:00
  • 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 Schweikert 2018-05-16 15:27:17 +00:00
  • a60ee52798 Accepting request 607053 from Cloud:Tools Dominique Leuenberger 2018-05-15 08:15:58 +00:00
  • 07647c7388 - Update to version 18.2 (bsc#1092637, bsc#1084509) Robert Schweikert 2018-05-14 16:36:19 +00:00
  • c083c6be27 - Update to version 18.1 (bsc#1092637, bsc#1084509) + Forward port cloud-init-python2-sigpipe.patch + Forward port cloud-init-no-python-linux-dist.patch + Add cloud-init-no-trace-empt-sect.patch + Hetzner: Exit early if dmi system-manufacturer is not Hetzner. + Add missing dependency on isc-dhcp-client to trunk ubuntu packaging. + (LP: #1759307) + FreeBSD: resizefs module now able to handle zfs/zpool. + [Dominic Schlegel] (LP: #1721243) + cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs + Enable IBMCloud datasource in settings.py. + IBMCloud: Initial IBM Cloud datasource. + tests: remove jsonschema from xenial tox environment. + tests: Fix newly added schema unit tests to skip if no jsonschema. + ec2: Adjust ec2 datasource after exception_cb change. + Reduce AzurePreprovisioning HTTP timeouts. + [Douglas Jordan] (LP: #1752977) + Revert the logic of exception_cb in read_url. + [Kurt Garloff] (LP: #1702160, #1298921) + ubuntu-advantage: Add new config module to support + ubuntu-advantage-tools + Handle global dns entries in netplan (LP: #1750884) + Identify OpenTelekomCloud Xen as OpenStack DS. + [Kurt Garloff] (LP: #1756471) + datasources: fix DataSource subclass get_hostname method signature + (LP: #1757176) + OpenNebula: Update network to return v2 config rather than ENI. + [Akihiko Ota] + Add Hetzner Cloud DataSource + net: recognize iscsi root cases without ip= on kernel command line. Robert Schweikert 2018-05-11 20:14:40 +00:00
  • 64e80bc062 Accepting request 591769 from Cloud:Tools Dominique Leuenberger 2018-03-28 08:34:25 +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 Schweikert 2018-03-25 17:01:07 +00:00
  • 6fc02fc32c Accepting request 577256 from Cloud:Tools Dominique Leuenberger 2018-02-16 20:46:26 +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 Mueller 2018-02-16 13:24:07 +00:00
  • 99e541cc85 Accepting request 576385 from Cloud:Tools Dominique Leuenberger 2018-02-14 09:52:26 +00:00
  • 00cc602280 - Fix logfile permission settings (bsc#1080595) + Add 0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch Robert Schweikert 2018-02-13 19:43:58 +00:00
  • 697db804a2 Accepting request 571062 from Cloud:Tools Dominique Leuenberger 2018-01-30 14:46:07 +00:00
  • 7c005924d3 - drop dependency on boto (only used in examples, and should really be ported to botocore/boto3 instead) Dirk Mueller 2018-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.2 Robert Schweikert 2018-01-29 21:11:23 +00:00
  • 588515308f Accepting request 569384 from Cloud:Tools Dominique Leuenberger 2018-01-25 11:40:57 +00:00
  • 4ecd177c3e add cloud-init-add-variant-cloudcfg.patch Robert Schweikert 2018-01-24 20:31:20 +00:00
  • b8b0f503ea Accepting request 568727 from home:gmoro:branches:Cloud:Tools Robert Schweikert 2018-01-24 20:28:15 +00:00
  • d326454b18 Accepting request 566429 from Cloud:Tools Dominique Leuenberger 2018-01-17 20:57:58 +00:00
  • 6ee1dc660c Accepting request 566321 from home:dimstar:Factory Robert Schweikert 2018-01-16 13:57:10 +00:00
  • a2137d41ee Accepting request 556684 from Cloud:Tools Dominique Leuenberger 2017-12-14 10:03:05 +00:00
  • 529dfe1b71 - Add cloud-init-reproduce-build.patch (boo#1069635) + Make builds reproducible Robert Schweikert 2017-12-06 13:10:41 +00:00
  • 2041458081 Accepting request 546125 from Cloud:Tools Dominique Leuenberger 2017-11-29 09:53:57 +00:00
  • cd1e7e121f - Apply patch 36 for building Robert Schweikert 2017-11-28 00:17:10 +00:00
  • 4f395199c1 Accepting request 545985 from home:kukuk:branches:Cloud:Tools Robert Schweikert 2017-11-27 23:54:11 +00:00
  • db79f76cde Accepting request 543937 from Cloud:Tools Dominique Leuenberger 2017-11-21 14:33:52 +00:00
  • cc9a47a4b7 - Add cloud-init-translate-netconf-ipv4-keep-gw.patch (boo#1064854) Robert Schweikert 2017-11-19 21:10:16 +00:00