Commit Graph

34055 Commits

Author SHA1 Message Date
Jessica Wang 7770da13db new UI - instance page - be able to switch between tabs. 2010-09-08 15:09:55 -07:00
alena 5170c215f8 Refactored DeleteLoadBalancerRule/UpdateLoadBalancerRule api commands. 2010-09-08 15:04:26 -07:00
anthony f5801a4f57 use /root/.ssh/id_rsa 2010-09-08 14:41:09 -07:00
Jessica Wang e8882803d4 new UI - vm wizard - pass size parameter to deployvirtualmachine API if custom disk offering is selected. 2010-09-08 14:21:11 -07:00
abhishek d92aea1d1f bug 6139: A few more improvements to the sp code 2010-09-08 13:46:48 -07:00
abhishek d4bed852c8 bug 6139: Now we can add the same sp again, once deleted. I removed the unique key constraint on the uuid, and am making the check to ensure uniqueness based on uuid in the java layer.
status 6139: resolved fixed
2010-09-08 13:43:20 -07:00
alena c0185e713a Refactored AttachVolume/PrepareForMaintenance/CancelMaintenance/PreparePrimaryStorageForMaintenance/CancelPrimaryStorageMaintenance commands. 2010-09-08 12:18:46 -07:00
Manuel Amador (Rudd-O) b12b3bb827 somebody forgot to remove networkUsage from the debian package manifests 2010-09-08 11:43:52 -07:00
edison 7b70259566 Disallow sshd listening on public nic, for domR in dhcp server mode 2010-09-08 11:04:18 -07:00
nit 413ec914ed bug 4286: Reverting server-setup.xml checked in accidentally, added more tags to extract template and put in a user and domain check for executing the command. 2010-09-08 18:35:07 +05:30
nit 7a54cf8f7c Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-08 15:40:17 +05:30
nit df70188d44 Bug : 4286 Adding extract templated command 2010-09-08 15:39:08 +05:30
Manuel Amador (Rudd-O) 4aeac5803c We no longer have xenserver-patch.tgz -- only one, systemvm-patch.tgz, that gets added to the ISO 2010-09-07 20:13:12 -07:00
Manuel Amador (Rudd-O) 7df749eba6 Better debugging for when ant fails 2010-09-07 20:13:12 -07:00
anthony 0b367f4341 set template file size dynamically instead of hardcode here 2010-09-07 20:09:16 -07:00
edison ba0493e2f0 fix delete snapshot 2010-09-07 19:45:24 -07:00
alena 7e5f0de448 Merge branch '2.1.refactor' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.refactor 2010-09-07 18:54:59 -07:00
alena 41000e61d3 Refactored copyIso/copyTemplate/attachIso/startRouter/stopRouter/rebootRouter commands 2010-09-07 18:53:04 -07:00
anthony 3eb8ae42ee merge domr patch kvm and patch xenserver 2010-09-07 18:50:42 -07:00
Kris McQueen 614c3fa502 Refactor listSnapshots to new API framework. Also some minor code cleanup. 2010-09-07 18:41:52 -07:00
NIKITA da522be70c New Edit Action button 2010-09-07 18:25:42 -07:00
Kris McQueen 3b703c76cf Refactor listSnapshotPolicies to new API framework. 2010-09-07 17:46:55 -07:00
anthony ab6771d34a move networkUsage.sh to scripts/network/domr 2010-09-07 17:38:36 -07:00
anthony 07dd832d1e bug 6129: use /root/.ssh/id_rsa.cloud
status 6129: resolved fixed
2010-09-07 17:31:27 -07:00
Kris McQueen e6ebe3ac77 Refactoring listServiceOfferings to new API framework. 2010-09-07 17:29:13 -07:00
Chiradeep Vittal b74806929d bug 6099: don't send ingress rules when not enabled 2010-09-07 17:22:21 -07:00
abhishek 18de2abfe8 bug 5147: more incremental checkins 2010-09-07 17:10:52 -07:00
Jessica Wang cb8d86328c new UI - vm wizard - prevent from moving on if no template is selected. 2010-09-07 16:48:17 -07:00
Chiradeep Vittal f8416300b6 Inadvertent checkin -- revert 2010-09-07 16:38:56 -07:00
Kris McQueen a905442b2e Refactor listRouters to new API framework. 2010-09-07 16:25:26 -07:00
edison ad94fdb6c4 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-07 16:17:11 -07:00
abhishek c67cac66dc bug 5147: incremental checkin 2010-09-07 16:07:00 -07:00
abhishek 58b2d78a78 bug 5147: added logic to ensure that the system vms and domr are started on another storage pool, if it exists, along with the recreation of vols 2010-09-07 16:04:25 -07:00
abhishek e4ab4bf2cf bug 5147: incremental checkin 2010-09-07 16:04:25 -07:00
NIKITA 7b885e5a6f remaining css from old UI for VM popup message container 2010-09-07 15:42:13 -07:00
Chiradeep Vittal 5b9f91dc2a split public key from patch 2010-09-07 15:13:57 -07:00
Chiradeep Vittal 2593e72096 fix absolute paths and possible nonexistent files 2010-09-07 15:12:59 -07:00
Chiradeep Vittal 8177d3aa96 new files 2010-09-07 15:12:41 -07:00
Chiradeep Vittal 7c1ebfac47 split public key from patch 2010-09-07 15:07:02 -07:00
Kris McQueen 4e5aa9cd98 Finish refactoring listResourceLimits to new API framework. 2010-09-07 14:56:51 -07:00
Kris McQueen cee6b37757 Partial refactoring of listResourceLimits to new API framework. 2010-09-07 14:56:51 -07:00
Kris McQueen f653e54ce6 Refactoring listRecurringSnapshotSchedule to new API framework. 2010-09-07 14:56:50 -07:00
NIKITA f829d4c11a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-07 14:52:57 -07:00
NIKITA 8a5f14e7ae Action button for Account and Volume 2010-09-07 14:51:56 -07:00
Manuel Amador (Rudd-O) 8cdf0aeeec Bug fix: ignore ifaces that have no ip addresses in cloud-setup-databases 2010-09-07 14:45:54 -07:00
edison 55332a65a6 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-07 14:45:05 -07:00
NIKITA e98c8f4117 Action button for Account and Volume page 2010-09-07 14:31:41 -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
Jessica Wang 3bf19dcccb new UI - apply detail header text. 2010-09-07 12:02:53 -07:00
Jessica Wang 673ed98213 new UI - use new shared function todb() to escape and encode parameters in API command. 2010-09-07 11:50:33 -07:00