mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Change default storage and nic
This commit is contained in:
parent
a6ae520e89
commit
6b337fb94a
@ -58,7 +58,7 @@ resource "lxd_profile" "kubenode" {
|
|||||||
type = "nic"
|
type = "nic"
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
network = "lxdbr0"
|
network = "lxdfan0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ resource "lxd_profile" "kubenode" {
|
|||||||
name = "root"
|
name = "root"
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
pool = "default"
|
pool = "local"
|
||||||
path = "/"
|
path = "/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,8 @@ storage_pools:
|
|||||||
- config:
|
- config:
|
||||||
size: 50GB
|
size: 50GB
|
||||||
description: ""
|
description: ""
|
||||||
name: default
|
name: local
|
||||||
driver: zfs
|
driver: btrfs
|
||||||
profiles:
|
profiles:
|
||||||
- config: {}
|
- config: {}
|
||||||
description: ""
|
description: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user