As a vic admin, I'd like to have the ability to enable/disable vSphere HA for one VCH, so that if container stopped responding, I could control who is the owner to reschedule or recover the container services.
Also, I'd like to be able to change the configuration through vic-machine
Note:
This feature is not going to change vSphere cluster configuration, to enable or disable HA, cause that will impact the other workload running in the same cluster.
Instead, it will enable/disable HA for each container VM. So to make this works properly, user still need to configure vSphere cluster HA correctly.
Expected Result:
Add option in vic-machine create/configure command, to enable or disable vSphere HA integration.
Add toolbox function to allow enable/disable HA for one container.
In portlayer, explicitly call container toolbox to enable/disable vSphere HA in container start
In portlayer start, go through all containers, to disable/enable vSphere HA through toolbox function call
As a vic admin, I'd like to have the ability to enable/disable vSphere HA for one VCH, so that if container stopped responding, I could control who is the owner to reschedule or recover the container services. Also, I'd like to be able to change the configuration through vic-machine
Note: This feature is not going to change vSphere cluster configuration, to enable or disable HA, cause that will impact the other workload running in the same cluster. Instead, it will enable/disable HA for each container VM. So to make this works properly, user still need to configure vSphere cluster HA correctly.
Expected Result:
Add option in vic-machine create/configure command, to enable or disable vSphere HA integration.
Add toolbox function to allow enable/disable HA for one container.
In portlayer, explicitly call container toolbox to enable/disable vSphere HA in container start
In portlayer start, go through all containers, to disable/enable vSphere HA through toolbox function call
Add integration test Depends on issue #6333