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

Deferring system dependency usage #32

Open
3 tasks
sdelliot opened this issue Dec 19, 2024 · 0 comments
Open
3 tasks

Deferring system dependency usage #32

sdelliot opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@sdelliot
Copy link
Collaborator

sdelliot commented Dec 19, 2024

Installing and using FIREWHEEL without all dependencies installed (e.g., minimega, discovery, and the running GRPC server) is currently infeasible. However, in many cases, users will find it useful to have a "bare-bones" install that does not need to launch VMs or perform actions of these external services. In particular, laptop or container-based development environments would be valuable to develop experiments and perform some testing on topology and VMR schedule correctness without invoking these services. Fundamentally, this will save the cost of performing simple development on large server infrastructure. This new feature proposes deferring the invocation of system services to as close to VM launch time as possible.

  • Deferring the uploading of VM Resources. This defers the dependency on minimega as well the need for generating/storing large binaries/images on local development environment. See Deferring the uploading of VM Resources #33
  • Deferring minimega API usage in the CLI. minimega is currently used to support SSH connections to VMs. However, the SSH-related classes are within the firewheel.cli.utils module. Creating a new module will defer the import/usage of minimega until needed.
  • Enable the RepositoryDB to using a local file rather than relying on the GRPC server. This is the one component where the GRPC server provides no value but it's dependence hinders installing local MC repos without the service started and accessible.

As other items become apparent, they can be added to this list.

@sdelliot sdelliot added the enhancement New feature or request label Dec 19, 2024
@sdelliot sdelliot added this to the v2.8.0 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant