Archive abandoned project
This commit is contained in:
parent
bc8862d90b
commit
65be894048
501 changed files with 24305 additions and 0 deletions
29
esh_lxd/templates/default/lxd.yml.erb
Normal file
29
esh_lxd/templates/default/lxd.yml.erb
Normal file
|
@ -0,0 +1,29 @@
|
|||
config: {}
|
||||
networks:
|
||||
- config:
|
||||
ipv4.address: auto
|
||||
ipv6.address: auto
|
||||
description: ""
|
||||
name: lxdbr0
|
||||
type: ""
|
||||
project: default
|
||||
storage_pools:
|
||||
- config:
|
||||
source: nvme
|
||||
description: ""
|
||||
name: nvme
|
||||
driver: zfs
|
||||
profiles:
|
||||
- config: {}
|
||||
description: ""
|
||||
devices:
|
||||
eth0:
|
||||
name: eth0
|
||||
network: lxdbr0
|
||||
type: nic
|
||||
root:
|
||||
path: /
|
||||
pool: nvme
|
||||
type: disk
|
||||
name: default
|
||||
cluster: null
|
Reference in a new issue