Change default storage and nic

This commit is contained in:
Khue Doan 2021-02-15 01:25:52 +07:00
parent a6ae520e89
commit 6b337fb94a
2 changed files with 4 additions and 4 deletions

View File

@ -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 = "/"
} }
} }

View File

@ -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: ""