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

Rebase ghaf release 2403 #44

Closed
wants to merge 11 commits into from
Closed

Conversation

buianhhuy96
Copy link
Collaborator

  • 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;
Copy link
Collaborator

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?

Copy link
Collaborator Author

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)

Copy link
Collaborator

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.

buianhhuy96 and others added 9 commits June 6, 2024 14:10
- 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]>
- 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]>
@buianhhuy96 buianhhuy96 deleted the rebase_ghaf_release_2403 branch July 9, 2024 08:39
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.

3 participants