f96a911722
host will now load VM data
...
- All host node info is done using goroutines to speed up the process as much as possible
- The vast majority of data is stored at this point
- Need to work out refreshes, using either polling or events
2024-03-12 22:17:42 -06:00
899a80f2e5
make file naming consistent
2024-03-12 10:34:16 -06:00
bb9feaef44
properly stubbed each library so it will compile
2024-03-12 10:33:14 -06:00
1bfdaf28c7
Add file stubs, add comments to guide dev in host
...
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
2024-03-12 01:38:29 -06:00
b5ab70fc25
getting host data before each vm on host data
...
- Hostdata is useful
2024-03-11 23:35:32 -06:00
00758af30b
Now pulling VM data from named VMs
...
- Next is to get the list and setting the information using go routines for each VM
2024-03-11 19:39:17 -06:00
5b16a75bdf
refactor from all in main to lib
...
- lib/guest is for managing, displaying, etc. virtual machines
- lib/host is the same for hosts
2024-03-11 12:48:14 -06:00
4ecf05bf82
Adding basic wrappers
...
- Wrapper for Host connection called Host
- Allows for easier usage of the API
- Wrapper for Domains called GuestVM, which pulls VM information and allows
other functionality in a better way
2024-03-10 20:32:11 -06:00
bab4f2506b
Added ability to check domains on host
...
super simple example to show it can work
2024-03-10 00:15:49 -07:00
9ce8b81e06
update README.md
...
- Discovered simplest method of quorum
- if the controller can't reach a host, it's down
2024-03-09 23:54:40 -07:00
user_name
6a6d0d2f21
Add git-lfs
...
Signed-off-by: user_name <user_email>
2024-03-09 23:24:29 -07:00
user_name
5731493f1d
Update README.md
...
Signed-off-by: user_name <user_email>
2024-03-09 23:18:31 -07:00
d7dffa395c
Already have a readme locally, so I'm removing this one in favour of that one
...
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
2024-03-09 23:17:47 -07:00
254ff5bc4b
Initial commit
2024-03-09 23:17:16 -07:00