frank
c826512ada
don't do compilation when deploying ovm
2011-08-30 15:43:59 -07:00
frank
4385a3d2de
deploy ovm scripts when deploying server
2011-08-30 15:28:05 -07:00
Jessica Wang
ff3316b3f9
bug 11080: cloudStack - Add Primary Storage dialog - (1) add new protocol "OCFS2" to hypervisorType "OVM". (2) When "OCFS2" is selected, show/hide other fields like NFS is selected, except no server field.
2011-08-30 15:23:19 -07:00
Jessica Wang
55264226b8
cloudStack - add new localization labels.
2011-08-30 15:22:57 -07:00
alena
d65bef383c
Mark account as cleanup_required=0 when cleanup was finished successfully
2011-08-30 14:09:14 -07:00
alena
8f9b929e3f
Don't remove the domain when it has accounts that are removed, but require cleanup
2011-08-30 14:09:01 -07:00
frank
0b010ef9d4
put comipiling jar files to deps.classpath
2011-08-30 13:58:22 -07:00
frank
c9e78299d0
add compiling time classpath for testclient target
2011-08-30 11:03:33 -07:00
frank
de27618c7f
move cloud-selenium*.jar to tools
2011-08-30 10:44:58 -07:00
alena
09f8d8ee4c
Fixed the bug when networkRate for the domR's guest network wasn't taken from the service offering
2011-08-30 10:41:17 -07:00
Edison Su
c59d843cc5
detect centos 6.0
2011-08-30 10:35:31 -07:00
Edison Su
0e3aa3df29
sleep 30 sec if it is the first time to install cloud-agent in case the network is not coming up
2011-08-30 10:35:27 -07:00
Naredula Janardhana Reddy
854f81962f
bug 10617: Added Egress rules to Security groups.
...
Description :
API's:
- Two new api's authorizeSecurityGroupEgress,revokeSecurityGroupEgressCmd are added. These two API's are similer to ingress rule API's.
- authorizeSecurityGroupEgress :Authorizes a particular egress rule for this security group . Usageof API is very similer to that of authorizeSecurityGroupIngress except that instead of source cidr there will be destination cidr. By default like ingress, all the outgoing flows are blocked.
- revokeSecurityGroupEgress : It is similer to revokeSecurityGroupIngress api, It removes the egress rule.
- listSecurityGroup API's response changed. It include's egress list apart from the existing ingress rules in the output of the API.
Hypervisors :
- It is implemented in Xen and KVM.
Pending Tasks : Blocking using destination security groups.
Previous commits: c9fda641673df7701f44963ef27e1d488f121219 , 24e4e44b8f0712a37147a3777833de3f9e24829e
2011-08-30 16:28:35 +05:30
Murali Reddy
279d21ee92
bug 11179: template url and format are not validated
...
added check to verify url ends with extension same as the template format specified
2011-08-30 16:15:58 +05:30
Edison Su
03e33f16bf
bug 11217: only work on the snapshot whose state is "backedup" and is not removed
...
status 11217: resolved fixed
2011-08-29 15:28:01 -07:00
Edison Su
60cbef1fb8
bug 11217: add db upgrade script, if sechost_id is missing of a snapshot, add one got from presnapshot_id
...
status 11217: resovled fixed
Conflicts:
server/src/com/cloud/upgrade/dao/Upgrade229to2210.java
2011-08-29 15:27:53 -07:00
alena
41be3716e3
bug 11196: fixed the code when gson serialization was done twice
...
status 11196: resolved fixed
2011-08-29 14:50:18 -07:00
Murali Reddy
9abb544865
bug 6876: netscaler MPX & VPX support
...
- adding supprt for Netscaler VPX & MPX load blancers
- implemented for virtual networking
- works only with new fetched public IP, inline support is not added yet
2011-08-30 00:14:05 +05:30
alena
0b95ad2f0f
bug 11290: insert VPN config values as a part of 229-2210 upgrade
...
status 11290: resolved fixed
2011-08-29 11:22:42 -07:00
alena
b5b695b82a
bug 11262: validate public key before processing it
...
status 11262: resolved fixed
2011-08-29 11:07:01 -07:00
Edison Su
4e7d4abe3d
bug 10931: if local.storage.uuid not found, generate a new one instead of throw exception
...
status 10931: resolved fixed
2011-08-29 11:06:55 -07:00
Murali Reddy
9a10f2b402
bug 6876: netscaler MPX & VPX support
...
- adding supprt for Netscaler VPX & MPX load blancers
- implemented for virtual networking
- works only with new fetched public IP, inline support is not added yet
more details will be added in the bug
2011-08-29 19:26:08 +05:30
Prasanna Santhanam
dc7ac31dce
1. correcting the global property 2. handling the case if unittest2 is present
...
(cherry picked from commit d1b71859c0d6bb054d64f38b7bc6f11d37bd1725)
2011-08-29 18:44:57 +05:30
David Nalley
6d101d554e
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2011-08-28 23:43:28 -04:00
David Nalley
cf3750c973
small spec file cleanup
2011-08-28 23:43:15 -04:00
alena
9ecd2058e7
Reverted wrong commit for logging in HostDaoImpl
2011-08-26 17:49:12 -07:00
Kelven Yang
ebfe43d15c
bug 11263: only update host Id when VM is in running state when detected external VM migration
2011-08-26 16:28:58 -07:00
Edison Su
c7407617fe
bug 10557: allow haproxy works on specific nic on vmware
...
status 10557: resolved,fixed
2011-08-26 16:25:04 -07:00
Jessica Wang
818972e3a6
bug 11274: cloudStack - remove "power by cloud.com" in the lower right corner.
2011-08-26 16:13:55 -07:00
Jessica Wang
a8d1c81806
bug 11274: cloudStack - change log icon from "cloud.com" to "cloudstack".
2011-08-26 12:25:22 -07:00
alena
482528ce8c
Fixed the bug in extractTemplate - do ignoreCase comparison when verify the download mode.
2011-08-26 10:11:30 -07:00
Nitin
294f3953a4
bug 11244: Thread updating "op_host_capacity" table shouldn't do updates for removed pods/zones.
...
status 11244: resolved fixed
2011-08-26 18:58:52 +05:30
Naredula Janardhana Reddy
db0d6329d8
bug 11253:
...
Added New value "link-local" to global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
global - stats visible from public network
guest-network - stats visible only to guestnetwork.
link-local - stats visible only to link local network.
disabled - stats disabled.
2011-08-26 15:21:49 +05:30
Naredula Janardhana Reddy
cbed4c7a44
bug 11253:
...
Added New value "link-local" to global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
global - stats visible from public network
guest-network - stats visible only to guestnetwork.
link-local - stats visible only to link local network
disabled - stats disabled.
2011-08-26 15:21:29 +05:30
Sheng Yang
c7a887a51c
bug 11266: Add lockfile for scripts in system vm
...
Otherwise it's easy to trigger the racy issue.
This one just contained fix for reconfigLB.sh
2011-08-25 19:37:14 -07:00
Edison Su
db8341bb35
testClient: add timestamp for sync job
2011-08-25 18:56:28 -07:00
Edison Su
c8dafa8628
add missing files
2011-08-25 18:56:24 -07:00
Edison Su
9777b7d193
testclient: fix fix asyn job query for sync command
2011-08-25 18:56:20 -07:00
Edison Su
f8aaf1a126
TestClient: use json instead of painful XML
2011-08-25 18:56:05 -07:00
Kelven Yang
8d3d3272ab
bug 11269: merge fix from 2.2.10
2011-08-25 18:28:37 -07:00
Alex Huang
9e50a63e15
eclipse changes
2011-08-25 18:00:36 -07:00
Alex Huang
7dcc750b96
Updated dependency libraries
2011-08-25 17:57:46 -07:00
Jessica Wang
2b5e673b0a
bug 11261: cloudStack - host page - Edit Host action - (1) make hosttags editable. (2) consolidate update OS category from dialog box to main screen.
2011-08-25 17:28:00 -07:00
alena
a11b7de9fe
Set firewall.rule.ui.enabled to false by default
...
Conflicts:
server/src/com/cloud/configuration/Config.java
2011-08-25 16:12:55 -07:00
Kelven Yang
9ace681547
bug 11162: merge fix from 2.2.10 premium
2011-08-25 15:38:43 -07:00
Kelven Yang
97a7dddf7d
bug 11162: support memory overprovisioning in VMware
2011-08-25 15:38:28 -07:00
Jessica Wang
b6f715771e
bug 11260: cloudStack - create system service offering dialog: add network rate field.
2011-08-25 15:26:36 -07:00
Jessica Wang
a3645e3e46
bug 11255: cloudStack - IP address page - add a missing semicolon.
2011-08-25 15:01:44 -07:00
frank
a5a2c17df7
get rid of charva.jar
2011-08-25 14:49:10 -07:00
Jessica Wang
e19cff6beb
bug 11255: cloudStack - IP address page - Create Firewall rule - fix a bug on Google Chrome that changing protocol dropdown (e.g. from TCP to ICMP) wouldn't correctly hide/show related input fields.
2011-08-25 14:40:08 -07:00