type Config struct {
Count int `json:"count"` // number of VMs to use CPU int `json:"cpu"` // number of VM CPUs Mem int `json:"mem"` // amount of VM memory in MBs Kernel string `json:"kernel"` // kernel to boot Template string `json:"template"` // vm template}