cloudstack/plugins/hypervisors
Koushik Das 4f5df54d5c Some fixes in the simulator
1. Fixed JSON response deserialization. While creating a mock a JSON can be passed which will be deserialized into a response object and returned from agent layer.
For e.g. for a mock corresponding to StopCommand, a response like "{"com.cloud.agent.api.StopAnswer":{"result":false,"wait":0}}" can be passed.
2. Ability to mock PingCommand (returned as part of getCurrentStatus() agent method). As a part of this a mocked VM state report can be returned.
For e.g. {"com.cloud.agent.api.PingRoutingWithNwGroupsCommand":{"newGroupStates":{},"newStates":{},"_hostVmStateReport":{"v-2-VM":{"state":"PowerOn","host":"SimulatedAgent.e6df7732-69b2-429b-9b6a-3e24dddfa2e0"},"i-2-5-VM":{"state":"PowerOff","host":"SimulatedAgent.e6df7732-69b2-429b-9b6a-3e24dddfa2e0"}},"_gatewayAccessible":true,"_vnetAccessible":true,"hostType":"Routing","hostId":3,"contextMap":{},"wait":0}}
2014-07-01 15:26:12 +05:30
..
baremetal Fix typo and add the right exception to the error map. 2014-06-25 15:51:28 +02:00
hyperv CLOUDSTACK-6872: [hyperv] removed the redundant connectToRemote, DisconnectRemote methods which in turn fixes this bug. connectToRemote was used to connect to share, but once the share is domain joined we don't need this method as we already have required permissions 2014-06-13 13:26:30 +05:30
kvm kvm: Use getStoragePool after createStoragePool when we create a libvirt pool 2014-05-28 10:34:20 +02:00
ovm Applied Tina's patches for removing the xapi jar 2014-04-02 14:00:56 -07:00
simulator Some fixes in the simulator 2014-07-01 15:26:12 +05:30
ucs findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
vmware CLOUDSTACK-6996 Adding cluster to legacy zone failed 2014-06-27 14:01:39 +05:30
xenserver CLOUDSTACK-7003 2014-06-30 10:17:50 -06:00