Add example-lxc.py and several fixes
This commit is contained in:
parent
8066327213
commit
08cbc95673
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,3 +33,5 @@ bootstrap/solar-master.box
|
||||
vagrant-settings.yml
|
||||
|
||||
.solar_cli_uids
|
||||
|
||||
.ssh/
|
||||
|
8
templates/seed_node.yml
Normal file
8
templates/seed_node.yml
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user