You are here: Home / Projects / EVE / eveadm / EVEadm SRS

EVEadm SRS

by Oleg Sadov last modified Jan 23, 2020 10:01 AM

Requirements available in:
https://github.com/lf-edge/eve/blob/master/pkg/pillar/cmd/domainmgr/domainmgr.go
a cursory grepping for xl reveals that we're currently using:
domid
create
status
unpause
shutdown
destroy
pci-assignable-add
pci-assignable-rem
subcommands of xl and also a few other direct ways of interacting with Xen like:
xenstore write

All of these will have to be in the MVP of eveadm. So if you look at vmadm man page I guess this will mean at least:
create
delete
start
stop
info
update
and also some thoughts around how the other commands will map.

Oleg Sadov
Oleg Sadov says:
Jan 22, 2020 09:57 PM

+console, list, reboot?

Oleg Sadov
Oleg Sadov says:
Jan 23, 2020 10:01 AM

Must support Xen (xl utility) and RKT (rkt utility).

Oleg Sadov
Oleg Sadov says:
Jan 23, 2020 10:01 AM

Repository: https://github.com/itmo-eve/eveadm