Skip to content

Commit

Permalink
ci(default-lxd): try with canonical/setup-lxd action +cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Oct 7, 2023
1 parent aaafccf commit 77cf4d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/default-lxd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: default-lxd
# trigger

on:
push:
Expand Down Expand Up @@ -89,15 +88,10 @@ jobs:
## check network
ifconfig -a || true
ip addr || true
# https://documentation.ubuntu.com/lxd/en/latest/howto/network_bridge_firewalld/#prevent-connectivity-issues-with-lxd-and-docker
sudo ip link delete docker0
ip addr || true
sudo lxc info
sudo lxc network list
sudo lxc network create lxdbr0
sudo lxc network show lxdbr0
cat /etc/default/lxd-bridge || true
sudo service lxd-bridge restart || true
ps ax | grep dnsmasq
systemctl status -l --no-pager lxd || true
cat /etc/network/interfaces.d/50-cloud-init.cfg || true
Expand Down

0 comments on commit 77cf4d4

Please sign in to comment.