Skip to content

Add support in MAAS to control power of VMs in VMware Fusion.

Notifications You must be signed in to change notification settings

pbreton/maas-vmware-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maas-vmware-fusion

This will allow MAAS to manage power for virtual machine created using VMWare Fusion. For some reason it looks like VMWare Fusion is not using the same API as other VMWare products: most use a SOAP-based API where Fusion uses a REST API delivered by an executable called 'vmrest' (part of Fusion).

This will make availabke a new power type: vmwaremac (VMWare Fusion (vmrest))

Couple pointers:

You can use a self-signed certificate for vmrest:

  • openssl req -x509 -newkey rsa:4096 -keyout fusionapi-key.pem -out fusionapi-cert.pem -days 365 -nodes
  • use 'https+unverified' as protocol type in MAAS

About

Add support in MAAS to control power of VMs in VMware Fusion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages