@cloud-init/cloud-init-dev
Project ID: 14567
Description
Daily builds of cloud-init master. Do not use in production or expect stability.
Installation Instructions
Cloud-init ‘s behavior can be configured via user-data which is given to the instance at launch time. Check out the official documentation (below) for further details.
The cloud-init project uses IRC and can be found at #cloud-init on freenode (irc.freenode.net).
To install on a centos/fedora system:
# Save the above yum config to /etc/yum.repos.d/CentOS-cloudinit.repo
$ yum update
$ yum install epel-release
$ yum install cloud-init
# The following removes any cloud-init artifacts so that cloud-init views the system as a fresh install on next reboot
$ cloud-init clean --logs
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | x86_64 (1450)* | EPEL 8 (537 downloads) |
EPEL 9 | x86_64 (69)* | EPEL 9 (203 downloads) |
Fedora rawhide | aarch64 (363)*, ppc64le (345)*, x86_64 (393)* | Fedora rawhide (180 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable @cloud-init/cloud-init-dev
More info about enabling Copr repositories