-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathlxd.yaml
More file actions
38 lines (38 loc) · 727 Bytes
/
lxd.yaml
File metadata and controls
38 lines (38 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
config: {}
networks:
- config:
ipv4.address: 192.168.6.1/24
ipv4.nat: "true"
ipv6.address: none
description: ""
name: lxdbr0
type: bridge
project: default
storage_pools:
- config:
size: 30GiB
source: /var/snap/lxd/common/lxd/disks/default.img
description: ""
name: default
driver: btrfs
profiles:
- config: {}
description: Default LXD profile
devices:
eth0:
name: eth0
network: lxdbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
projects:
- config:
features.images: "true"
features.networks: "true"
features.profiles: "true"
features.storage.volumes: "true"
description: Default LXD project
name: default