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

An Config option to simply allow nested VM access #10286

Open
rp- opened this issue Jan 28, 2025 · 3 comments
Open

An Config option to simply allow nested VM access #10286

rp- opened this issue Jan 28, 2025 · 3 comments

Comments

@rp-
Copy link
Contributor

rp- commented Jan 28, 2025

The required feature described as a wish

As asked in this discusssion: #10225

I would like to have an easier way to allow network traffic to nested VM's in basic networking installations.

Currently you would need to manually "hack" the security_group.py script to just not execute anything at all.
This would be useful for inhouse non security sensitive installation where people could simply host e.g. test CloudStack installations
or other virtualization platforms to test.

@DaanHoogland
Copy link
Contributor

@rp- , do you have any implementation design in mind?
And do you have plans to do this yourself?

@rp-
Copy link
Contributor Author

rp- commented Jan 28, 2025

@rp- , do you have any implementation design in mind? And do you have plans to do this yourself?

I may find time to do it myself, but may design would be rather simple, introduce some config option either on the management server or in the agent.properties and simply don't call the security_group.py?
But maybe there are better options or some parts of the security_group.py are useful to execute?
I would need some opinions or dig deeper into it.

@DaanHoogland
Copy link
Contributor

go for simple first, we can extend later as users (read you ;) see extra requirements. We only need to take care not to paint ourselves in a corner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants