cloudinit alternatives and similar packages
Based on the "DevOps Tools" category.
Alternatively, view cloudinit alternatives based on common mentions on social networks and blogs.
-
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. -
Docker Compose
Define and run multi-container applications with Docker -
letsencrypt
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. -
SaltStack
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here: -
psutil
Cross-platform lib for process and system monitoring in Python -
BorgBackup
Deduplicating archiver with compression and authenticated encryption. -
supervisor
Supervisor process control system for Unix (supervisord) -
pexpect
A Python module for controlling interactive programs in a pseudo-terminal -
pyinfra
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. -
honcho
Honcho: a python clone of Foreman. For managing Procfile-based applications. -
pypyr automation task runner
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process. -
Automatron
Infrastructure monitoring framework turning DevOps runbooks into automated actions -
riffdog
Riffdog Terraform scanner - finding 'things' in the Real World (aka AWS) which Terraform didn't put there.
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of cloudinit or a related project?
README
cloud-init
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.
Cloud instances are initialized from a disk image and instance data:
- Cloud metadata
- User data (optional)
- Vendor data (optional)
Cloud-init will identify the cloud it is running on during boot, read any provided metadata from the cloud and initialize the system accordingly. This may involve setting up network and storage devices to configuring SSH access key and many other aspects of a system. Later on cloud-init will also parse and process any optional user or vendor data that was passed to the instance.
Getting help
If you need support, start with the user documentation.
If you need additional help consider reaching out with one of the following options:
- Ask a question in the
#cloud-init
IRC channel on Libera - Search the cloud-init mailing list archive
- Better yet, join the cloud-init mailing list and participate
- Find a bug? Report bugs on Launchpad
Distribution and cloud support
Below are a list of the many OSes and clouds that contain and ship with cloud-init. If your distribution or cloud is not listed or does not have a recent version of cloud-init, please get in contact with that distribution and send them our way!
Supported OSes | Supported Public Clouds | Supported Private Clouds |
---|---|---|
Alpine LinuxArch LinuxContainer-Optimized OSDebianDragonFlyBSDFedoraFreeBSDGentoo LinuxNetBSDOpenBSDopenEulerOpenMandrivaRHEL/CentOS/AlmaLinux/Rocky/PhotonOS/Virtuozzo/EuroLinux/CloudLinux/MIRACLE LINUXSLES/openSUSEUbuntu | Amazon Web ServicesMicrosoft AzureGoogle Cloud PlatformOracle Cloud InfrastructureSoftlayerRackspace Public CloudIBM CloudDigitalOceanBigstepHetznerJoyentCloudSigmaAlibaba CloudHuawei CloudOVHOpenNebulaExoscaleScalewayCloudStackAltCloudSmartOSHyperOneVultrRootbox | Bare metal installsOpenStackLXDKVMMetal-as-a-Service (MAAS)VMware |
To start developing cloud-init
Checkout the contributing document that outlines the steps necessary to develop, test, and submit code.
Daily builds
Daily builds are useful if you want to try the latest upstream code for the latest features or to verify bug fixes.
For Ubuntu, see the Daily PPAs
For CentOS, see the COPR build repos