added lxd.conf
This commit is contained in:
parent
e696e9c24b
commit
012bf03d76
34
lxd.conf
Normal file
34
lxd.conf
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
config:
|
||||||
|
core.https_address: '[::]:8443'
|
||||||
|
core.trust_password: password
|
||||||
|
networks:
|
||||||
|
|
||||||
|
- config:
|
||||||
|
ipv4.address: 10.10.10.1/24
|
||||||
|
ipv6.address: none
|
||||||
|
description: ""
|
||||||
|
name: lxdbr0
|
||||||
|
type: ""
|
||||||
|
project: default
|
||||||
|
storage_pools:
|
||||||
|
- config:
|
||||||
|
size: 500GB
|
||||||
|
description: ""
|
||||||
|
name: default
|
||||||
|
driver: zfs
|
||||||
|
profiles:
|
||||||
|
- config: {}
|
||||||
|
description: ""
|
||||||
|
devices:
|
||||||
|
eth0:
|
||||||
|
name: eth0
|
||||||
|
network: lxdbr0
|
||||||
|
type: nic
|
||||||
|
root:
|
||||||
|
path: /
|
||||||
|
pool: default
|
||||||
|
type: disk
|
||||||
|
name: default
|
||||||
|
projects: []
|
||||||
|
cluster: null
|
||||||
|
|
Loading…
Reference in New Issue
Block a user