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 861f23d46e remove bundler dependencie. 9 years ago
..
centos_box Move all example boxes in a common directory 9 years ago
gentoo_box Move all example boxes in a common directory 9 years ago
sid_box Move all example boxes in a common directory 9 years ago
README.md Move all example boxes in a common directory 9 years ago
centos.json Move all example boxes in a common directory 9 years ago
centos_001_lxd.box Move all example boxes in a common directory 9 years ago
gentoo.json Move all example boxes in a common directory 9 years ago
gentoo_001_lxd.box Move all example boxes in a common directory 9 years ago
sid.json Move all example boxes in a common directory 9 years ago
sid_001_lxd.box Move all example boxes in a common directory 9 years ago

README.md

Vagrant LXD Example Boxe

Vagrant box format

Vagrant providers each require a custom provider-specific box format. Here are some examples of boxes for the lxd provider.

The lxd box format

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 the unsafe common pubkey of vagrant and sshd will be enabled. All the necessary commands are defined in the metadata.json file.

Bootstraped provisioners

The boxes here are prepared to run with the ansible provisioner.