Chiradeep Vittal
1e6dbcbd3d
migration from 2.1 to 2.2 on account of new systemvm template
...
work in progress
don't need the map
2010-09-09 09:17:59 -07:00
Chiradeep Vittal
016b50181e
in preparation for new system vm template, derive os type from the command
2010-09-09 09:17:59 -07:00
Chiradeep Vittal
f8416300b6
Inadvertent checkin -- revert
2010-09-07 16:38:56 -07:00
anthony
216e5f23d3
bug 6119: some commands are supposed to take a longer time, set timeout for them to 120 min
...
status 6119: resolved fixed
2010-09-07 14:03:24 -07:00
Chiradeep Vittal
f94299fe0c
changes for the new debian-based systemvm
2010-09-02 17:12:15 -07:00
anthony
50781aba80
bug 5917: if checkSR failed, just return error, don't create the same SR again
...
status 5917: resolved fixed
2010-09-02 16:29:20 -07:00
anthony
4289dd79ec
Template size,
...
1. the size in template_pool_ref now is physical size.
2. template in storage pool is implemented as snapshot, fix x3 issue
3. fix x4 issue
2010-09-01 20:12:01 -07:00
abhishek
9535dc8f4d
bug 6023: Implemented the search by group
...
status 6023: resolved fixed
2010-09-01 10:45:01 -07:00
anthony
5d8cadb7b0
correctly use session in plugin
2010-08-29 23:59:33 -07:00
anthony
93b56fec8c
Use Session to login out
2010-08-29 21:28:31 -07:00
anthony
cad615e8e4
support multiple patch files
2010-08-29 19:21:03 -07:00
anthony
e270011aed
add wrapper for vdi.copy
2010-08-29 18:01:25 -07:00
anthony
4b3777e656
clean up disableVlanNetwork
2010-08-29 15:43:18 -07:00
anthony
55f3a65ec0
change plugin timeout to 1800s
2010-08-28 21:17:32 -07:00
Anthony Xu
d72e0538da
Revert "Revert "use iso to patch systemvm""
...
This reverts commit 145e2e0aaa .
2010-08-26 16:06:28 -07:00
Anthony Xu
145e2e0aaa
Revert "use iso to patch systemvm"
...
This reverts commit 3565f8d21b .
2010-08-26 16:03:34 -07:00
root
3565f8d21b
use iso to patch systemvm
...
Conflicts:
core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
scripts/vm/hypervisor/xenserver/xenserver56/patch
2010-08-26 15:56:02 -07:00
Alex Huang
415bc8ae20
bug 5764: checkin before I switch to work on 2.1.x
2010-08-24 14:40:29 -07:00
Anthony Xu
5fb852f0ca
fix build, add XenServerResource.java
2010-08-24 10:21:41 -07:00
Anthony Xu
55e425361d
Merge branch 'lmaster'
2010-08-23 18:13:33 -07:00
Anthony Xu
0366dd093c
use slaveconnection instead of masterconnection for all host plugin calls.
...
tested by creating domr and user vm and migrating them
1. if you add host for kvm , you need specify kvm://ip_address, otherwiset there is no to differ kvm and xenserver hosts, edison cloud you please test this, may need some minor fixes.
2. if you want to session inside your plugin call, you can not use the one which is passed in, due to it is a slavesession, you need to call get_xapi_session() to get a new local session and use it. I have modified some of these, I may ignore some. Please let me know if you see XENAPI_PLUGIN_EXCEPTION.
2010-08-23 18:01:39 -07:00
Kelven Yang
08ae56d360
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
...
Conflicts:
api/src/com/cloud/hypervisor/Hypervisor.java
build/build-cloud.xml
2010-08-23 12:12:45 -07:00
Kelven Yang
7bcff5acf3
Vmware incremental check-in
2010-08-20 18:50:33 -07:00
Alex Huang
4356eb7c26
Start2Command implementation for xenserver
2010-08-20 13:35:08 -07:00
Alex Huang
52e6f3a85b
Added '/' to gitignore
2010-08-19 09:04:10 -07:00
Kelven Yang
792fdf91b8
1) Add host_master table for tracking VMWare vShpere servers
...
2) Add SynchronizationEvent for in-process event synchronization
3) Move VMware files out of FOSS code base
2010-08-18 17:30:11 -07:00
Alex Huang
c5f822ca7a
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2010-08-16 11:30:22 -07:00
Alex Huang
867b43dcf9
more changes for the rewrite.
2010-08-16 11:28:11 -07:00
abhishek
b4d6baf044
Fixing the multiplying factor issue
2010-08-16 10:05:46 -07:00
edison
900b9e2f2f
Merge branch 'addhost'
2010-08-13 23:26:16 -07:00
edison
53df26daaa
"Add host" for kvm:
...
The sequence:
1. add host in UI
2. scp setup_agent.sh to agent host, and execute it. This script receives hostip,zoneid, podid and guid, then runs "cloud-setup-agent" and "cloud-setup-console-proxy". Here, we assume that network/hostname and cloud-agent are already configed and installed.
3. Write a dummy kvm resource into the database, then wait for agent connects to server, by polling the database for every 1 minutes. If it finds the agent is in UP state in database, then return, or wait for at least 10 minutes.
2010-08-13 23:19:36 -07:00
Anthony Xu
642d0dfe8a
Issue #: 5917
...
if we found the SR, we'll never create it again.
2010-08-13 15:17:33 -07:00
abhishek
7d14dd7576
Issue :# 5922
...
Status 5922: Resolved Fixed
Fix for 5922
2010-08-13 13:55:33 -07:00
Manuel Amador (Rudd-O)
05c020e1f6
Source code committed
2010-08-11 09:13:29 -07:00