-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebase ghaf release 2403 #44
Conversation
buianhhuy96
commented
May 8, 2024
- Update flake.lock to ghaf 24.03
- Modify config-processor to use ghaf modules
- Rename microvm interface id from "vm-" to "tap-"
- Add skipped failed test for upstream package (python3/afdko)
- Remove local golang, go-app is now built with nixpkgs.buildGoModules
- Move and rename some modules matching ghaf mainline structure - Create separate folder for hydrajobs - Modularize with flake-parts - Rewrite target config with flake-part modules Signed-off-by: Anh Huy Bui <[email protected]>
- Update flake.lock to ghaf 24.03 - Modify config-processor to use ghaf modules - Rename microvm interface id from "vm-*" to "tap-*" - Add skipped failed test for upstream package (python3/afdko) - Remove local golang, go-app is now built with nixpkgs.buildGoModules Signed-off-by: Anh Huy Bui <[email protected]>
with lib; { | ||
config.ghaf.graphics = mkIf cfg.enable { | ||
weston.enable = lib.mkForce false; | ||
sway.enable = true; |
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.
Should sway be force-enabled just in case?
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.
Well, sway is our own development, so it's only in our project, no need to override
it with options (like ghaf mainline weston)
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.
maybe it is also good idea to move this choose to configuration files. But I think that it is no need to do that now.
- Move and rename some modules matching ghaf mainline structure - Create separate folder for hydrajobs - Modularize with flake-parts - Rewrite target config with flake-part modules Signed-off-by: Anh Huy Bui <[email protected]>
Signed-off-by: Ivan Kuznetsov <[email protected]>
Signed-off-by: Ivan Kuznetsov <[email protected]>
- Add host ipaddr and default route to configuration - Add updateHostConfig functionality Signed-off-by: Ivan Kuznetsov <[email protected]>
- Check if update docker-compose file exist - If so then backup original file - And update original docker-compose file with a new one Signed-off-by: Ivan Kuznetsov <[email protected]>
… from file - Use default CR URL if file does not exist - Use CR URL from file if it exists Signed-off-by: Ivan Kuznetsov <[email protected]>
- Update new installer version with docker url selection - Add installer configs for docker URLs Signed-off-by: Anh Huy Bui <[email protected]>
- Move and rename some modules matching ghaf mainline structure - Create separate folder for hydrajobs - Modularize with flake-parts - Rewrite target config with flake-part modules Signed-off-by: Anh Huy Bui <[email protected]>
- Update flake.lock to ghaf 24.03 - Modify config-processor to use ghaf modules - Rename microvm interface id from "vm-*" to "tap-*" - Add skipped failed test for upstream package (python3/afdko) - Remove local golang, go-app is now built with nixpkgs.buildGoModules Signed-off-by: Anh Huy Bui <[email protected]>