forked from pool/ignition
- Update to version 2.7.0: * news: add notes for 2.7.0 * docs: stabilize spec * gomod: bump go.opencensus.io to v0.22.5 * docs: add section to spec stabilization for failing external tests * news: fix error in 2.3.0 changelog * tests: update for spec stabilization * internal: update for new experimental spec * config/v3_3_experimental: create new experimental package * config/v3_2_experimental: mark stable * interal/providers/*stack: drop timeout for config fetch * internal/providers/*stack: exit early if all configs error out * internal/providers/*stack: make ErrNotFound authoritative * doc: add clevis custom documentation * internal/exec/stages: add clevis custom support * config: add custom options for clevis devices * fetch-offline: immediately return ErrNeedNet on OpenStack * ci: unfreeze kernel * tests/*: add test for resizing an existing partition * docs/*: add resize partition info * stages/disks: support resizing an existing partition * config: add resize to schema * README: Minor changes for consistency * test: Use alternative marker for testing ignition config examples * docs: Convert and improve formatting for INI sections * docs: Add spec ordering instructions for new stable releases * docs: Add ToC for some long pages * docs: Rename Migrating ... to Upgrading Configs * docs: Fix link in Development page * docs: Add specs reference page * docs: Add index page inspired from README * docs: Add Config Validation example from README * docs: Add Jekyll front matter for existing pages * docs: Add Jekyll and theme config * internal: fix S3 region detection * docs: Follow-up for doc->docs renaming * docs: Rename doc to docs for GitHub Pages support * docs/getting-started: tiny cleanups * README: drop stray link target * doc: drop references to Container Linux * doc/development: drop section on running blackbox tests on CL * doc: add gs url scheme for bare metal platform * fetch: don't run if fetch-offline fetched a config * doc: fix LUKS indentation for configuration-v3_2_experimental docs * doc: Add shouldExist for users and groups * engine: fix logging interactions with fetch-offline * AzureStack: fix unfortunate typo of iso9660 * *: add wipeVolume LUKS field * types: Use "path" instead of "path/filepath" * Add support for building 32 bit ARM version * Install Dracut modules with correct permissions * Add support for building 32 bit x86 version * doc: add LUKS examples & operator notes * internal/stages/disks: allow LUKS device re-use * internal: use device aliases for LUKS * tests: fix partition.number0 partition size specification * blkid: drop some unsafe pointer casts * blkid: fix invalid pointer cast in DumpDisk() * {sgdisk,blkid}: use int64 for sector counts * sgdisk: stop putting sector counts in MiB fields * README: note that spec2x is unmaintained * release-checklist: drop support for Ignition 0.x * release-checklist: minor updates - Remove upstreamed patches * 0001-fix-install-permissions.patch * 0003-fix-i386-build.patch * ignition-fix-arm32-installation.patch - Refreshed to match new Ignition spec * 0002-allow-multiple-mounts-of-same-device.patch OBS-URL: https://build.opensuse.org/request/show/842630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=21
Changes for openSUSE / SLE: * ignition-mount-initrd-fstab.service: Upstream Ignition will only mount partitions or subvolumes explicitly mentioned in the Ignition configuration. A default SUSE system, however, is split over several subvolumes, and most users won't want to define all the partitions again. On the other hand a lot of core functionality (e.g. configuring a SSH certificate for the root user or adding a configuration file) requires access to those subvolumes. For better usability in addition to Ignition's own mount / umount stage all files systems tagged for being mounted in the initrd ("x-initrd.mount" mount flag) will automatically be mounted / umounted. * ignition-setup-user-suse.sh / ignition-userconfig-timeout*.conf: The user configuration can be stored on a device with the label "ignition" (e.g. by attaching a USB flash drive with that name) instead of putting the file onto the root partition. * ignition-suse-generator: Supplements the upstream generator by adding dependencies to ignition-setup-user-suse.sh and ignition-mount-initrd-fstab.service. Additionally it will try to autodect the platform if it is not set on the kernel command line. * 02_ignition_firstboot: This file has been part of upstream ignition-dracut, but has since then been moved to a static CoreOS specific configuration (https://github.com/coreos/coreos-assembler/pull/616); it is now used in a modified version adapted to SUSE's needs. This script will automatically set the kernel parameters to trigger an Ignition run if a flag file does not exist (e.g. on first boot). To trigger an Ignition run manually just delete the file "/boot/writable/firstboot_happened". * change-ignition-firstboot-path.conf: Overwrite CoreOS specific path. * ignition-enable-network.service / ignition-enable-network.sh: Ignition supports detection whether the configuration requires networking to avoid having to boot with networking enabled even when it isn't necessary; the actual implementation to start the network is left to the distribution.
Description
Languages
Shell
100%