Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/codecov.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-cpp.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-python.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/stale.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/checkstyle.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/codeql.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/labels.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/scripts/qemu-2-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ EOF
sudo virsh net-update default add ip-dhcp-host \
"<host mac='52:54:00:83:79:00' ip='192.168.122.10'/>" --live --config

# Make some hostnames for the VMs so we don't have to refer to them with
# hardcoded IP addresses
for i in {0..9} ; do
vm=$((i + 1))
echo "192.168.122.1$i vm$vm" | sudo tee -a /etc/hosts
done
echo "ETC HOSTS"
sudo cat /etc/hosts

sudo virt-install \
--os-variant $OSv \
--name "openzfs" \
Expand Down
Loading
Loading