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 ae02431bc9 change box handling and update boxes 9 years ago
..
centos_box change box handling and update boxes 9 years ago
gentoo_box change box handling and update boxes 9 years ago
sid_box change box handling and update boxes 9 years ago
README.md Move all example boxes in a common directory 9 years ago
centos.json change box handling and update boxes 9 years ago
centos_002_lxd.box change box handling and update boxes 9 years ago
gentoo.json change box handling and update boxes 9 years ago
gentoo_002_lxd.box change box handling and update boxes 9 years ago
sid.json change box handling and update boxes 9 years ago
sid_002_lxd.box change box handling and update boxes 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.