Here are
94 public repositories
matching this topic...
Official upstream for the cloud-init: cloud instance initialization
Updated
Jun 6, 2020
Python
This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together.
Updated
Jun 4, 2020
Shell
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Updated
Jun 1, 2020
Shell
AWS OpenBSD image builder (AMI) and cloud-init replacement
Updated
Jun 2, 2019
Shell
Libvirt wrapper to spawn VMs using cloud images
Updated
Jan 30, 2019
Shell
Amazon Web Services Operator Interface
Updated
May 31, 2020
Python
Example to manage your EBS NVME volumes on AWS
Example of setting user-data for AWS EC2 with multipart data, tests the order in which various user data formats are run
cloud-agent for OpenBSD 🕵️♀️
Terraform module for a rancher server on digitalocean.
meta-data datasource for OpenBSD vmd(8)
Baking delicious cloud instances 🍰
Run GUI applications in LXD containers. Separate display server.
Updated
Mar 9, 2020
Shell
QUickISO Builder for cloud-init
Provision and automate cloud hosts with Go
New setup for my k3s rpi cluster
Updated
May 7, 2020
Shell
Guión de prácticas de Cloud Computing - Máster en Ingeniería Informática -
www.ugr.es
Script for generating Arch Linux cloud images
Updated
Jul 27, 2017
Shell
Just for fun scripts to manage local cloud-like VMs with KVM
Updated
Nov 26, 2018
Shell
Updated
Apr 26, 2020
Shell
An end-to-end, full-stack provisioning demo that can be used as a starting point for more complex solutions
Updated
Jun 14, 2018
Smarty
Deploy to Google Cloud Compute Engine with Github Action
Zeromon automation to set up Zabbix in the cloud
Updated
Feb 7, 2020
Shell
EC2/NoColud-compatible metadata server
Terraform provider for rendering cloud-init config
Updated
May 8, 2020
Python
Scripts to automate creation your own VPN or Proxy server
Updated
Apr 12, 2019
Shell
Tools to easily create VMs (virtual machines), NS (containers) and NetNS(ip netns) for automated testing on CentOS-7/Fedora-20 or later; 'kiss' aka KISS(Keep It Simple, Stupid) principle
Updated
Jun 4, 2020
Shell
Easily provision, instantiate and manage VMs
Improve this page
Add a description, image, and links to the
cloud-init
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cloud-init
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If, for the directory /var/lib/virt-lightning/pool/upstream, the underlying filesystem is BTRFS, then we should make sure the images are created with copy on write turned off.
There are several ways to do it:
chattr -Con the empty filesI am not sure which ways should be the most suitable for the project.