Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piku/cloud-init
Deploy Piku on any hypervisor or bare metal system that supports cloud-init.
https://github.com/piku/cloud-init
aws azure cloud cloud-init oci
Last synced: 9 days ago
JSON representation
Deploy Piku on any hypervisor or bare metal system that supports cloud-init.
- Host: GitHub
- URL: https://github.com/piku/cloud-init
- Owner: piku
- License: mit
- Created: 2019-12-03T22:10:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T13:34:01.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:36:14.113Z (3 months ago)
- Topics: aws, azure, cloud, cloud-init, oci
- Language: Makefile
- Homepage:
- Size: 59.6 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-init
This repository holds the bare essentials to deploy [`piku`][piku] on Ubuntu LTS through [`cloud-init`][ci] on _any_ cloud provider or local hypervisor that supports it.
> **Warning**
>
> These are not meant to be used as guides for manual installation. The files are provided as starting points only, and may require tweaking depending on your environment. Variations of this have been used in [Azure][az], AWS, GCP, DigitalOcean, Scaleway, Oracle Cloud and other public cloud providers, as well as KVM, LXD, and VMware as well, but be prepared to iterate a bit.## Quick Hacks
If you want to use these files to provision an already running machine, this should work (it steps through the cloud-init modules required):
```bash
sudo cloud-init clean --logs
sudo cloud-init --file cloud-init.yml single --name cc_package_update_upgrade_install --frequency once
sudo cloud-init --file cloud-init.yml single --name cc_write_files --frequency once
sudo cloud-init --file cloud-init.yml single --name cc_runcmd --frequency once
sudo sh /var/lib/cloud/instances/iid-datasource-none/scripts/runcmd
```## Contributing
You are encouraged to clone this repository, adapt it for your own infrastructure provider and file a pull request with versions that work for your own environment.
[az]: http://azure.microsoft.com/
[azcli]: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli
[piku]: https://github.com/piku
[ci]: https://cloudinit.readthedocs.io