Cloud instance init scripts
Go to file
Miroslav Rezanina b92b0f2817 * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1
- Rebase to 22.1 [bz#2065548]
- Resolves: bz#2065548
  ([RHEL-9.1] cloud-init rebase to 22.1)
2022-04-19 07:57:46 -04:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:56:57 +02:00
0001-Add-initial-redhat-setup.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
0002-Do-not-write-NM_CONTROLLED-no-in-generated-interface.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
0003-Adding-_netdev-to-the-default-mount-configuration.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
0004-Setting-highest-autoconnect-priority-for-network-scr.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
0005-limit-permissions-on-def_log_file.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
0006-rhel-cloud.cfg-remove-ssh_genkeytypes-in-settings.py.patch * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
cloud-init-tmpfiles.conf RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:56:57 +02:00
cloud-init.spec * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00
gating.yaml Add OpenStack test results to gating 2021-05-31 16:38:37 +08:00
README.rst Add README file 2022-01-13 03:20:21 -05:00
sources * Tue Apr 19 2022 Emanuele Giuseppe Esposito <eesposit@redhat.com> - 22.1-1 2022-04-19 07:57:46 -04:00

===================
cloud-init development
===================

cloud-init is maintained in a `source tree`_ rather than directly in dist-git
using packit service that provides way to develope using regular source code
structure and provides way to generate SRPM and build using koji service.

Developers deliver all changes to source-git using merge request. Only maintainers
will be pushing changes sent to source-git to dist-git.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/redhat/centos-stream/src/cloud-init