Skip to content

BrHal/CloudInit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudInit

Some cloud-config stuff

Helpful if your VM needs network troubleshooting or has no network yet. With this tool you will be able to login/passwd a cloud image from your local virtualization.

mkSeed.sh is used to build a vfat cloud-init "NoCloud" compliant image file.

As a quick start :

  • cp user-data.sample user-data
  • cp meta-data.sample meta-data
  • edit user-data (hints inside) to suit your needs
  • sudo ./mkSeed.sh
  • attach generated img to your VM
  • create a VM with (CentOS or ubuntu cloud image) and attached img file

Tested with kvm, CentOS image and ubuntu image, may work with others.

About

Some cloud-config stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages