Skip to content

Commit

Permalink
Merge pull request #245 from bogdando/bogdando/fix_libvirt_docs
Browse files Browse the repository at this point in the history
Fix docs for the libvirt setup case
  • Loading branch information
pigmej committed Oct 13, 2015
2 parents 2528c1b + 53b6691 commit b3f9c9a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@ vagrant plugin install vagrant-libvirt
If you do not have already vagrant box for VirtualBox, install it:

```bash
vagrant box add cgenie/solar-master
vagrant box add solar-project/solar-master
```

To use this box in libvirt you need to convert it using `vagrant-mutate` plugin:

```bash
vagrant plugin install vagrant-mutate
vagrant mutate cgenie/solar-master libvirt
vagrant mutate solar-project/solar-master libvirt
```

You can also change `sync_type` in your custom `vagrant-settings.yml` file.
You can also change `sync_type` in your custom `vagrant-settings.yaml` file
copied from the `vagrant-settings.yaml_defaults`.

# Use solar

``` bash
vagrant up --provider libvirt
```

(TODO automation required) After that, copy (or create, if missing) the ssh
private keys for nodes to the `.vagrant/machines/solar-dev*/virtualbox` dirs.
And make sure the public keys are listed in the `authorized_keys` files for the
`solar-dev*` nodes.

0 comments on commit b3f9c9a

Please sign in to comment.