Add example-lxc.py and several fixes

This commit is contained in:
Dmitry Shulyak 2015-08-03 18:05:17 +03:00
parent 8066327213
commit 08cbc95673
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -33,3 +33,5 @@ bootstrap/solar-master.box
vagrant-settings.yml
.solar_cli_uids
.ssh/

8
templates/seed_node.yml Normal file
View File

@ -0,0 +1,8 @@
id: seed_node
resources:
- id: seed_node
from: resources/ro_node
values:
ip: '10.0.0.2'
ssh_key: '/vagrant/.vagrant/machines/solar-dev/virtualbox/private_key'
ssh_user: 'vagrant'