-
Notifications
You must be signed in to change notification settings - Fork 38
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
Changes to local system are troubling #12
Comments
Sorry about that, I'll patch it shortly with a prompt / warning and later on figure out how to make it less destructive. Thank you |
Patched 22b518a |
thanks. I've started to prototype standing up a container as described at https://matchbox.psdn.io/network-setup/#poseidondnsmasq which is how I provide the local network services for matchbox. the other approach I have seen is to put a dnsmasq configuration inside of your own images like at https://github.com/metal3-io/ironic-image/blob/master/scripts/rundnsmasq. in both cases the services are running in a container so the configuration is set there rather than on the local machine. cleanup is also a lot easier. |
@gmarcy thanks for noticing. |
I've come across a few SELinux issues. Are you running the |
I believe it worked okay for me even when Enforcing (Fedora 33 if that matters). I mean, it installed and there was a control plane, didn't really make use of the cluster after that |
running in centos 8.3, getting messages like
with suggestions like
|
I was surprised that the
make start-iso
was so destructive to the local machine I was running on.In particular, the changes to the local NetworkManager service in virt-create-net.sh. I would only
expect changes to my sno-workdir and in the virtual machine being created to run the cluster.
The text was updated successfully, but these errors were encountered: