diff --git a/deployment/remote.sh b/deployment/remote.sh index a530f91..6404d0a 100755 --- a/deployment/remote.sh +++ b/deployment/remote.sh @@ -132,8 +132,8 @@ if ! command -v incus >/dev/null 2>&1; then sleep 1 fi - if incus network list --format csv -q --project default | grep -q lxdbr0; then - incus network delete lxdbr0 --project default + if incus network list --format csv -q --project default | grep -q incusbr0; then + incus network delete incusbr0 --project default sleep 1 fi @@ -176,7 +176,7 @@ config: images.auto_update_interval: 15 networks: -- name: lxdbr0 +- name: incusbr0 description: "ss-config,${DATA_PLANE_MACVLAN_INTERFACE:-error}" type: bridge config: diff --git a/deployment/reset.sh b/deployment/reset.sh index 50bf546..b2fdeef 100755 --- a/deployment/reset.sh +++ b/deployment/reset.sh @@ -54,8 +54,8 @@ if [ "$PURGE_INCUS" = true ]; then incus profile device remove default eth0 fi - if incus network list --format csv -q --project default | grep -q lxdbr0; then - incus network delete lxdbr0 --project default + if incus network list --format csv -q --project default | grep -q incusbr0; then + incus network delete incusbr0 --project default fi if incus network list --format csv -q --project default | grep -q lxdbr1; then diff --git a/deployment/stub_profile.sh b/deployment/stub_profile.sh index 837ca5b..198e030 100755 --- a/deployment/stub_profile.sh +++ b/deployment/stub_profile.sh @@ -272,7 +272,7 @@ if [ "$VIRTUAL_MACHINE" = base ]; then cat >> "$YAML_PATH" <