1
1
Fork 1

lxd update

This commit is contained in:
Derek Smith 2023-10-20 13:56:35 -04:00
parent 61a06feab6
commit 5689f97c4d
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ if ! ssh "ubuntu@$FQDN" snap list | grep -q lxd; then
fi
# install OVN for the project-specific bridge networks
ssh -t "ubuntu@$FQDN" "sudo apt-get install -y ovn-host ovn-central && sudo ovs-vsctl set open_vswitch . external_ids:ovn-remote=unix:/var/run/ovn/ovnsb_db.sock external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=127.0.0.1"
ssh -t "ubuntu@$FQDN" "sudo apt-get install -y ovn-host ovn-central"
ssh -t "ubuntu@$FQDN" "sudo ovs-vsctl set open_vswitch . external_ids:ovn-remote=unix:/var/run/ovn/ovnsb_db.sock external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=127.0.0.1"
# if the user did not specify the interface, we just use whatever is used for the default route.
if [ -z "$DATA_PLANE_MACVLAN_INTERFACE" ]; then