A vagrant provider for lxd container.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Georg Hopp 98100c7c09 store machine id, so that ansible provisioner can create inventory file 9 years ago
..
README.md bootstrap containers from metadata info / added a sid example box 9 years ago
metadata.json store machine id, so that ansible provisioner can create inventory file 9 years ago
vagrant.pub bootstrap containers from metadata info / added a sid example box 9 years ago

README.md

Vagrant LXD Example Box

Vagrant providers each require a custom provider-specific box format. This folder shows the example contents of a box for the lxd provider. To turn this into a box:

$ tar cvzf lxd.box ./metadata.json ./vagrant.pub

The lxd provider right now just uses the default lxd images provided by the lxd images: remote. Upon start these will be provisioned with an vagrant ssh user and and the unsafe common pubkey of vagrant and sshd will be enabled.

Well, at least thats the idea for now.