The Wayback Machine - https://web.archive.org/web/20230912213211/https://github.com/piku/cloud-init
Skip to content

piku/cloud-init

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

cloud-init

This repository holds the bare essentials to deploy piku on Ubuntu LTS through cloud-init 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, 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):

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.

About

Deploy Piku on any hypervisor or bare metal system that supports cloud-init.

Topics

Resources

License

Stars

Watchers

Forks