Cloud instance init scripts
Go to file
Miroslav Rezanina 4d02a63a7a Add README file
Resolves: rhbz#2032524
2022-01-13 03:20:21 -05:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:56:57 +02:00
0001-Add-initial-redhat-setup.patch * Thu Jun 10 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-1 2021-06-10 08:01:39 -04:00
0002-Do-not-write-NM_CONTROLLED-no-in-generated-interface.patch * Thu Jun 10 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-1 2021-06-10 08:01:39 -04:00
0003-limit-permissions-on-def_log_file.patch * Thu Jun 10 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-1 2021-06-10 08:01:39 -04:00
README.rst Add README file 2022-01-13 03:20:21 -05:00
ci-Fix-home-permissions-modified-by-ssh-module-SC-338-9.patch * Fri Sep 03 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-8 2021-09-03 02:38:59 -04:00
ci-Fix-requiring-device-number-on-EC2-derivatives-836.patch * Fri Jul 02 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-3 2021-07-02 03:55:59 -04:00
ci-Inhibit-sshd-keygen-.service-if-cloud-init-is-active.patch * Mon Oct 18 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-10 2021-10-18 02:26:34 -04:00
ci-Stop-copying-ssh-system-keys-and-check-folder-permis.patch * Mon Aug 16 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-7 2021-08-16 01:38:29 -04:00
ci-cc_ssh.py-fix-private-key-group-owner-and-permission.patch * Tue Oct 26 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-11 2021-10-26 01:04:12 -04:00
ci-cloudinit-net-handle-two-different-routes-for-the-sa.patch * Tue Dec 14 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-14 2021-12-14 00:44:13 -05:00
ci-fix-error-on-upgrade-caused-by-new-vendordata2-attri.patch * Mon Dec 06 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-13 2021-12-06 00:17:56 -05:00
ci-remove-unnecessary-EOF-string-in-disable-sshd-keygen.patch * Mon Nov 01 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-12 2021-11-01 04:08:00 -04:00
ci-rhel-cloud.cfg-remove-ssh_genkeytypes-in-settings.py.patch * Mon Jun 21 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-2 2021-06-21 07:18:37 -04:00
ci-ssh-util-allow-cloudinit-to-merge-all-ssh-keys-into-.patch * Thu Jul 15 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-4 2021-07-15 05:52:16 -04:00
ci-ssh_utils.py-ignore-when-sshd_config-options-are-not.patch * Fri Sep 10 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-9 2021-09-10 02:16:06 -04:00
ci-write-passwords-only-to-serial-console-lock-down-clo.patch * Thu Jul 15 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-4 2021-07-15 05:52:16 -04:00
cloud-init-tmpfiles.conf RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:56:57 +02:00
cloud-init.spec * Thu Jan 13 2022 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-15 2022-01-13 02:16:16 -05:00
gating.yaml Add OpenStack test results to gating 2021-05-31 16:38:37 +08:00
sources * Thu Jun 10 2021 Miroslav Rezanina <mrezanin@redhat.com> - 21.1-1 2021-06-10 08:01:39 -04:00

README.rst

===================
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