-
Notifications
You must be signed in to change notification settings - Fork 3
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
Overhaul for containerlab test setup and simplified deployment #2
base: ffmuc
Are you sure you want to change the base?
Conversation
lukasstockner
commented
Dec 6, 2024
- Removes roles that are not needed for the gateway (FFMUC already has deployment setups for other types of infrastructure)
- Adjusts gateway playbook to work with containerized test labs (see https://github.com/lukasstockner/ffmuc-lab)
- Add NAT64 support
- Modify network setup to be closer to the planned deployment
The second used IPv6 2001:bf7:382 is not used for parker gateways and is still hardcoded.
Co-Authored-By: Grische <[email protected]>
This reverts commit a6e685d.
add generator for node-config keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prior idea of this repository was to contain all services a Freifunk-Community like FFBS needs to run.
It looks, like most services, except for the Parker-Backend are removed here.
This suits the usage for FFMUC, but reduces usage for other communities.
I'd like to integrate the parker roles into the FFAC repo https://github.com/ffac/ff-supernode one day, so that one can set up a new community with parker gateways and all the surroundings.
For now, I think it is best to merge this.