Alena Prokharchyk
|
fcdf6f2bec
|
Fixed @Implementation for the api commands - responseObject field should be the instance of BaseResponse
Conflicts:
api/src/com/cloud/api/commands/UpdateStorageNetworkIpRangeCmd.java
|
2012-06-28 10:15:43 -07:00 |
Alena Prokharchyk
|
42dac79e08
|
VPC: 1) Don't allow to delete private gateway when it has static routes assigned. Routes have to be removed first.
2) Re-apply static routes as a part of VPC VR start
|
2012-06-28 10:13:48 -07:00 |
Alena Prokharchyk
|
1140f081df
|
VPC: fixed getEntityOwnerId() in AssociateIpAddress command to return vpc owner if vpcId is passed in. Added action events for create/delete privateGateway/staticRoutes
|
2012-06-28 10:13:36 -07:00 |
Alena Prokharchyk
|
a78fcedb5e
|
VPC: added vpcId to SetStaticNatRule and CreateLoadBalancerConfig commands
Conflicts:
server/src/com/cloud/network/element/NetscalerElement.java
|
2012-06-28 10:13:19 -07:00 |
Alena Prokharchyk
|
1a232171eb
|
VPC: implementation for Add/delete/list StaticRoute. Agent implementation is yet to be done
|
2012-06-28 10:11:41 -07:00 |
Edison Su
|
8ca14c8637
|
need to copy build.xml to remote machine also
|
2012-06-27 23:45:10 -07:00 |
Edison Su
|
5f6387e113
|
add clouddev
|
2012-06-27 23:28:34 -07:00 |
Jessica Wang
|
3938c24b45
|
CS-15356: cloudstack 3.0 API - updateZone API - when internaldns2 parameter is not being passed to updateZone API, leave it as is (i.e. remain original value of internaldns2).
|
2012-06-27 16:57:03 -07:00 |
bfederle
|
6015df9137
|
CS-13535: Error handling for add domain operation
Original patch by: olga.smola
reviewed-by: jessica, r5583
|
2012-06-27 16:20:30 -07:00 |
Jessica Wang
|
af1d5d00f7
|
cloudstack 3.0 UI - fix space problem from a patch
|
2012-06-27 14:11:25 -07:00 |
olgasmola
|
a30fe62b11
|
CS-14047: Return the user to the log in page when login time out.
|
2012-06-27 13:43:05 -07:00 |
Jessica Wang
|
d03fb2a7e2
|
cloudstack 3.0 UI - (1) to distinguish between getUpdatedItem() and getUpdatedData(), rename getUpdatedData() to getUpdatedItemWhenAsyncJobFails() since it's being called only when async job fails. (2) fix the space problem (tab size is not 2) from patch.
|
2012-06-27 10:57:29 -07:00 |
Murali reddy
|
8197f1f07c
|
moving out VMWAre and Nexus VSM support code into plugins/hypervisors/vmware
|
2012-06-26 19:48:55 -07:00 |
Murali reddy
|
550b22576f
|
Moving out XenServer support code into plugins/hypervisors/xen
|
2012-06-26 16:42:31 -07:00 |
olgasmola
|
367e32adbc
|
CS-15329: Instances with Error states appear in Instances list after creating.
|
2012-06-26 16:28:59 -07:00 |
Murali reddy
|
cefbbb3850
|
moving random storage allocator to plugins/storage-allocators
|
2012-06-26 15:17:25 -07:00 |
Murali reddy
|
3ceb8d5667
|
moving out plaintext authenticator to plugins/user-authenticators
|
2012-06-26 14:33:27 -07:00 |
Murali reddy
|
eb5e02e4e1
|
moving out MD5 authenticator to plugins/user-authenticators
|
2012-06-26 14:18:42 -07:00 |
bfederle
|
4e9a97177f
|
CS-15290: Fix 'Path' field validation
Original patch by: olga.smola
reviewed-by: brian
|
2012-06-26 13:43:30 -07:00 |
Murali reddy
|
dfcded6733
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
|
2012-06-26 13:37:44 -07:00 |
Murali reddy
|
df32adb1d5
|
adding build-cloud-plugins.xml, this will seperate out plug-in building
|
2012-06-26 13:35:57 -07:00 |
bfederle
|
cbe1f3e4c4
|
CS-15287
Support validation on edit detail view
Original patch by: olga.smola
reviewed-by: brian
|
2012-06-26 13:30:36 -07:00 |
bfederle
|
80b8515347
|
CS-15315: Fix overlay positioning
Original patch by: olga.smola
reviewed-by: brian
|
2012-06-26 10:24:54 -07:00 |
David Nalley
|
7b7d51cecd
|
apply chip childers licensing patches for the test directory
https://reviews.apache.org/r/5444/
|
2012-06-26 11:19:58 -04:00 |
David Nalley
|
dcceb9d59b
|
fixing a bunch of line endings in the test directory
|
2012-06-26 11:19:19 -04:00 |
David Nalley
|
e984c3c098
|
applying chip childers patch for AWSAPI license headers
https://reviews.apache.org/r/5437/
|
2012-06-26 11:07:48 -04:00 |
David Nalley
|
bc1c897901
|
Chip Childers patch for fixing license headers - awsapi-setup
https://reviews.apache.org/r/5438/
|
2012-06-26 10:51:23 -04:00 |
David Nalley
|
9687520712
|
applying Chip Childer's patches for license headers in the ui directory
|
2012-06-26 10:46:53 -04:00 |
David Nalley
|
5f0ece8014
|
fixing line encoding
|
2012-06-26 10:45:51 -04:00 |
David Nalley
|
fc3ac862dc
|
applying the commits from Chip Childers licensing cleanup
|
2012-06-26 10:44:04 -04:00 |
Murali reddy
|
712565cef2
|
build fix: adding missing file LDAPUserAuthenticator.java
|
2012-06-25 21:33:16 -07:00 |
Alena Prokharchyk
|
66e14e2627
|
Applied patch https://reviews.apache.org/r/5522/diff/
|
2012-06-25 21:19:48 -07:00 |
Alena Prokharchyk
|
ce876e24de
|
VPC: intermidiate checkin to Static Routes
Conflicts:
api/src/com/cloud/api/ApiConstants.java
|
2012-06-25 21:00:57 -07:00 |
Alena Prokharchyk
|
8be74c033f
|
VPC: update ip address object after the ip is associated with the network
|
2012-06-25 21:00:12 -07:00 |
Alena Prokharchyk
|
96c273ad55
|
VPC: finilize start for the VR - send ip assoc commands only after plug nic is done for all public nics
|
2012-06-25 21:00:00 -07:00 |
Alena Prokharchyk
|
d35eb73c9b
|
VPC: initial checkin for Static Routes
Conflicts:
api/src/com/cloud/api/ApiConstants.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
|
2012-06-25 20:59:33 -07:00 |
Alena Prokharchyk
|
83ed35f06b
|
VPC: Don't allow to do ip assoc to the network in the VPC. The ip should be assigned to the VPC itself
|
2012-06-25 20:58:00 -07:00 |
Alena Prokharchyk
|
b770c8b979
|
VPC: moved NetworkACL manager to the vpc folder
|
2012-06-25 20:57:50 -07:00 |
Alena Prokharchyk
|
4e7b65ef71
|
VPC: CS-15354 - fixed updateNetworkServiceProvider for VpcVirtualRouter
|
2012-06-25 20:57:37 -07:00 |
Alena Prokharchyk
|
4eee9246d8
|
VPC: added missing @Implementation to listPrivateGateways
|
2012-06-25 20:57:23 -07:00 |
Alena Prokharchyk
|
dc04e0b2e5
|
VPC: listPrivateGateways API implementation
|
2012-06-25 20:57:09 -07:00 |
Alena Prokharchyk
|
11de5d4fbe
|
Fixed apidoc build
Conflicts:
setup/apidoc/gen_toc.py
|
2012-06-25 20:56:45 -07:00 |
Alena Prokharchyk
|
d3ccc3a7de
|
VPC: fixed NPE in network ACL delete (ip address is null for the rule of this type_
|
2012-06-25 20:55:37 -07:00 |
Alena Prokharchyk
|
030458a37b
|
VPC: implemented add/delete Private gateway
Conflicts:
client/tomcatconf/commands.properties.in
server/src/com/cloud/api/ApiResponseHelper.java
server/src/com/cloud/dc/DataCenterVO.java
server/src/com/cloud/network/NetworkManagerImpl.java
|
2012-06-25 20:54:14 -07:00 |
Alena Prokharchyk
|
300110931c
|
VPC: apply dhcp entries only after all guest nics are plugged
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
|
2012-06-25 20:51:09 -07:00 |
Alena Prokharchyk
|
1b1e52ddb0
|
VPC: apply firewall ACLs as a part of VPC router start/restart and VPC network implement
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
|
2012-06-25 20:47:29 -07:00 |
Murali reddy
|
1a6102be1e
|
moving LDAP authenticator to plugins/user-authenticators/ldap
|
2012-06-25 19:30:00 -07:00 |
Murali reddy
|
974ad65b01
|
moving out random host allocator to plugins/host-allocators/random/
|
2012-06-25 18:47:47 -07:00 |
Murali reddy
|
621f2447bb
|
Moved out user concentrated pod deployment planner to plugins/deployment-planners/user-concentrated-pod
|
2012-06-25 17:58:45 -07:00 |
Murali reddy
|
392ae5cb13
|
moving out Srx code into Plugins/network-elements
|
2012-06-25 16:55:53 -07:00 |