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

Add support for creating a bridge device for use by VMs for Ubuntu #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewjstone
Copy link

This change is Ubuntu specific because it uses netplan.
It can be made generic for Linux through the use of the ip command,
but this configuration will not be persistent.

The create-host-bridge script is also not currently idempotent, and it may
be dangerous to run on Linux boxes with more advanced networking setups besides the default.

The main purpose behind this PR is to allow setting up a single Helios VM that can be used
to run falcon and spin up other helios machines for testing.

This change is Ubuntu specific because it uses [netplan](https://netplan.io/).
It can be made generic for Linux through the use of the [ip command](https://wiki.archlinux.org/title/Network_bridge#With_iproute2),
but this configuration will not be persistent.

The `create-host-bridge` script is also not currently idempotent, and it may
be dangerous to run on Linux boxes with more advanced networking setups besides the default.

The main purpose behind this PR is to allow setting up a single Helios VM that can be used
to run falcon and spin up other helios machines for testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant