generated from krisnova/rust-nova
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement VM Service with Cloud Hypervisor (#506)
* feat(vm): add initial implementation for managing cloudhypervisor vms * feat: implement virtual machines with cloud-hypervisor vmm * feat: successfully mount vm filesystem from initramfs * feat: implement VM grpc API * feat: return scope_id in response to build client * feat: add nested auraed address if exists in vm * chore: change package visibility * chore: remove libvirt vm env for auraed * feat: allocate a fixed set of IPs for VMs * chore(client): rename vm service in aurae client * feat: add vms to auraescript * chore(auraed): remove orphaned changes to pid1 runtime * chore(auraed): swap println for proper tracing when blocking signals * chore: update license headers * chore(auraed): ignore tests that require kvm, and kernel/disk images
- Loading branch information
1 parent
dca6fa0
commit 9cffe36
Showing
31 changed files
with
1,752 additions
and
4,606 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.