From 6b337fb94a1292ce9c2d2156e94a6e6494dacf38 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 15 Feb 2021 01:25:52 +0700 Subject: [PATCH] Change default storage and nic --- infra/lxd/cluster.tf | 4 ++-- test/lxd.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/lxd/cluster.tf b/infra/lxd/cluster.tf index 3a519b53..0a861130 100644 --- a/infra/lxd/cluster.tf +++ b/infra/lxd/cluster.tf @@ -58,7 +58,7 @@ resource "lxd_profile" "kubenode" { type = "nic" properties = { - network = "lxdbr0" + network = "lxdfan0" } } @@ -67,7 +67,7 @@ resource "lxd_profile" "kubenode" { name = "root" properties = { - pool = "default" + pool = "local" path = "/" } } diff --git a/test/lxd.yaml b/test/lxd.yaml index e99a440a..67a15f07 100644 --- a/test/lxd.yaml +++ b/test/lxd.yaml @@ -13,8 +13,8 @@ storage_pools: - config: size: 50GB description: "" - name: default - driver: zfs + name: local + driver: btrfs profiles: - config: {} description: ""