cloudstack/server/src/com/cloud/vm
prachi 05440f0905 Bug 9921 - template tags
Changes:
- CreateTemplate and RegisterTemplate now support adding a template tag. It is a string value. This is root-admin only action - only admin can add template tags.
- ListTemplates will return the template tag in response.
- HostAllocator changed to use template tag along with the existing tag on service offering. If both tags are present, allocator now finds hosts satisfying both tags. If no hosts have both tags, allocation will fail.
- DB changes to add new column to vm_template table.
- DB upgrade changes for upgrade from 2.2.10 to 2.2.11
2011-08-25 12:03:59 -07:00
..
dao bug 11181: taking care of a boundary condition with 0 user VM 2011-08-25 15:38:48 +05:30
ClusteredVirtualMachineManagerImpl.java bug 9223, 9224: persist runid to form cluster session, based on cluster session and DB condition to issue isolation notification for self-fencing 2011-04-13 15:13:54 -07:00
ItWorkDao.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
ItWorkDaoImpl.java bug 9161: better fix 2011-03-31 18:23:32 -07:00
ItWorkVO.java more changes to make it work better in a cluster 2011-02-11 17:03:04 -08:00
NicVO.java bug 9621: set addressFormat during NicProfile creation 2011-04-27 23:19:43 -07:00
ReservationContextImpl.java Harmony amongst gurus 2010-11-03 21:18:31 -07:00
SystemVmLoadScanHandler.java global replacement to avoid using getClass().getName() for unique names 2011-04-19 17:26:41 -07:00
SystemVmLoadScanner.java Removed the ugly cglib name 2011-04-28 15:45:09 -07:00
UserVmManager.java bug 9397 : CreateTemplate - generate MD5 checksum of the template. The code will calculate the checksum after the template has been created in the secondary storage. This code would be executed by ssvm. This would be agnostic of the way the template was created (not hypervisor specific). 2011-05-12 18:13:29 +05:30
UserVmManagerImpl.java Bug 9921 - template tags 2011-08-25 12:03:59 -07:00
UserVmStateListener.java bug 10372: Added Vm State Machine listener for usage events 2011-07-20 11:13:56 +05:30
VirtualMachineGuru.java bug 8383: HA: perform ssh check before marking system vms as running. For domR, also reapply all ips/PF/LB/VPN/Dhcp/Userdata. 2011-02-04 14:33:14 -08:00
VirtualMachineManager.java bug 10260: propagate ha and deployment planner fixes 2011-06-13 17:35:20 -07:00
VirtualMachineManagerImpl.java Merge branch '2.2.y' 2011-08-22 20:28:30 -07:00
VirtualMachineProfileImpl.java bug 4706: allow to specify which ip address from the network to take when do vm deployment. The model is supported for multiple network case as well. 2011-07-15 14:20:52 -07:00