Fang Wang
8ede202718
CS-15627:
...
Metadata should not expose "instance-id","vm-id" information to the regular User
Description:
Fix the vm-id output. Output the UUID instead of the db id. Did not change the instance-id.
reviewed-by: vaijy
2012-08-27 15:54:53 -07:00
Vijayendra Bhamidipati
b24c673a9d
CS-16145: InterVlan - Error Report to Regular Account has reference to ACL Rule ID
...
Reviewed-by: Vijayendra Bhamidipati
Description:
Replacing db ids with uuids in all instances where
NetworkRuleConflictException is thrown.
2012-08-24 14:37:38 -07:00
Sheng Yang
3d75107add
CS-16119: Fix wrong container name of updateVpnCustomerGateway
...
Reviewed-by: Frank Zhang
2012-08-21 17:17:13 -07:00
Alena Prokharchyk
b90349e052
Fixed line endings in ApiConstants and ApiResponseHelper classes to be unix style
...
Reviewed-by: Alena (no logic has been changed)
2012-08-21 16:48:25 -07:00
Alena Prokharchyk
3f53ada5f3
PublicIpAddress api response: new parameter "associatednetworkname" - the name of the guest network associated with the ip address
...
Reviewed-by: Frank Zhang
2012-08-21 11:21:53 -07:00
Vijay
929b9bbeb3
CS-16066. Autoscale ServiceGroup is updated to use Uuid
...
NetScaler jar version updated to 10.0 74.152
2012-08-17 22:24:30 +05:30
Koushik Das
652bc1bd6d
CS-16039 : Enabling/Disabling of Zone results in localstorageenabled flag to be reset to false.
...
Updated get method to retuen null if no value specified for localstorageenabled in UpdateZone command.
Reviewed-by: Abhi
2012-08-17 18:43:15 +05:30
Deepak Garg
ad6ac9b449
CS-15617. Changed CounterResponse to a List as queryAsyncJob expects it.
...
reviewed by: Nitin
2012-08-17 17:43:50 +05:30
Vijay
f2aeb9351f
CS-15927 : Able to add autoscale VMs to static LB rule
...
First Part: AutoScale Vms are named as "AutoScale-LB-<lbname>"
This could be used by UI and have filter mechanism to not display
autoscale vms during the "Add Vms" dialog for a non autoscaled
lb rule.
2012-08-17 17:20:21 +05:30
Alena Prokharchyk
44fd5108f3
CS-15999: added nics to domain router api response
2012-08-16 10:45:23 -07:00
Anthony Xu
ef5fa3897e
typo fix
2012-08-15 14:15:48 -07:00
Sheng Yang
1f61216686
S2S VPN: Fix typo
2012-08-15 12:04:19 -07:00
Sheng Yang
d3977220a3
S2S VPN: CS-15998: Fix wrong vpc id in Site2SiteVpnGatewayResponse
2012-08-15 11:56:39 -07:00
Sheng Yang
ba05fa5564
S2S VPN: Fix license headers
2012-08-14 09:50:36 -07:00
Sheng Yang
e947d1cf67
S2S VPN: Fix wrong response name
2012-08-14 09:50:22 -07:00
Vijay
d9b843ed9d
CS-15938. Support for multiple guest networks with autoscale
...
The loadbalancers network and the VM's network are the same.
Hence not getting the input from user and passing the loadbalancers network
for the AutoScale VMs (for advanced network).
2012-08-14 16:34:29 +05:30
Nitin Mehta
3aa0e9a352
bug CS-15278: For removing clusters crossing threshold find out the list of cluster through db instead of iteratting cluster one by one in the java code.
...
Reviewed-by: Koushik
2012-08-10 16:15:25 +05:30
Vijay
0bd667418e
CS-15931 Delete Vm group not removing configs from NS.
...
CS-15935 NetScaler sessions increase in case of errors in the NetScaler
CS-15930 Save config not triggered to NS after create, update delete VM group
CS-15934 Handling Resource Unavailable exception for AutoScale
2012-08-10 13:45:23 +05:30
Abhinandan Prateek
b82fddd629
bug CS-15919: added details parameter value can be a comma separated list of [all, vm, account, storage_type, disk_offering, min]
2012-08-10 10:28:25 +05:30
Vijayendra Bhamidipati
e0b06df8e2
CS-14644: Errortext includes old ID, not UUID in CS3.0
...
Description:
Removing dead IdentityProxy information passed during
exception creation.
2012-08-09 13:31:28 -07:00
kishan
e77c17990f
bug CS-14644: Added IdentityProxy to get UUID for unable to use template error in deployVm API
2012-08-09 13:24:28 +05:30
Alena Prokharchyk
4739ac0ae3
Reverted "Initialize user context from AccountManager" committed by mistake
...
This reverts commit cc212aaecf .
2012-08-08 15:25:31 -07:00
Alena Prokharchyk
d31449f1c0
Name change for vpc/Dao package (dao is lowercased now)
...
Conflicts:
api/src/com/cloud/vm/PluggableNics.java
server/src/com/cloud/configuration/DefaultComponentLibrary.java
server/src/com/cloud/network/dao/RouterNetworkDaoImpl.java
server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/network/vpc/dao/PrivateIpDao.java
server/src/com/cloud/network/vpc/dao/PrivateIpDaoImpl.java
server/src/com/cloud/network/vpc/dao/StaticRouteDao.java
server/src/com/cloud/network/vpc/dao/StaticRouteDaoImpl.java
server/src/com/cloud/network/vpc/dao/VpcDao.java
server/src/com/cloud/network/vpc/dao/VpcDaoImpl.java
server/src/com/cloud/network/vpc/dao/VpcGatewayDao.java
server/src/com/cloud/network/vpc/dao/VpcGatewayDaoImpl.java
server/src/com/cloud/network/vpc/dao/VpcOfferingDao.java
server/src/com/cloud/network/vpc/dao/VpcOfferingDaoImpl.java
server/src/com/cloud/network/vpc/dao/VpcOfferingServiceMapDao.java
server/src/com/cloud/network/vpc/dao/VpcOfferingServiceMapDaoImpl.java
2012-08-08 15:02:46 -07:00
Alena Prokharchyk
cc212aaecf
Initialize user context from AccountManager
2012-08-08 14:52:40 -07:00
Deepak Garg
211b60ef64
CS-15644 Implemented UUIDs for templateId, serviceOfferingId, zoneId, domainId replacing the ids being passed to
...
Netscaler in the API url
Reviewed By: Vijay V.
2012-08-08 18:17:38 +05:30
Vijay
b10274efd9
CS-15866. Packaging AutoScale Vm Group as part of delete
...
load balancer rule.
ReviewedBy: Devdeep Singh
2012-08-08 17:44:28 +05:30
Sheng Yang
20f4b6a386
CS-15243: Add service combination check at create network offering
2012-08-07 12:52:59 -07:00
Alena Prokharchyk
ff708a87d3
Fixed UserContext initialization - got broken by unittest
2012-08-07 11:50:36 -07:00
Alena Prokharchyk
1cf91a8397
VPC: more unittests for VpcService
2012-08-07 11:01:43 -07:00
Vijay
7355f75633
Reverting 589efc80ec. 863bce0171 has the changes required.
2012-08-07 00:16:49 +05:30
Vijay
589efc80ec
Introducing the mapping between job instance and instance id for
...
static routes and vpc gateways.
2012-08-06 20:18:55 +05:30
Koushik Das
32c577ef7d
Fix CS-15834
...
Added storage type in list disk offerings response
Reviewed-by: Abhi, Nitin
2012-08-06 15:24:01 +05:30
kishan
b87800c159
bug CS-15852: Added VPN network usage. Uses vpn mark 0x525 to match VPN packets
2012-08-06 03:19:58 +05:30
Alena Prokharchyk
da9bd84e09
VPC: more validation for static route rules: 1) Can't belong to guest cidr defined on Vpc 2) Can't belong to link local cidr
2012-08-03 15:32:27 -07:00
Alena Prokharchyk
0b2b021f18
VPC: CS-15812 - fixed listVPCs by projectId
2012-08-03 14:08:26 -07:00
Alena Prokharchyk
a25cf5e08f
VPC: CS-15827 - register only VpcVirtualNetworkApplianceMgr
2012-08-03 11:47:50 -07:00
Nitin Mehta
a82ad3b3bc
bug CS-15200: Introducing state transition when volume is getting copied from secondary storage and it is put into Creating state
...
Reviewed-by: Kishan
2012-08-03 16:15:22 +05:30
Murali Reddy
f837a0431d
bug CS-15817 system VM's fail to create in basic zone with EIP/ELB network offering
...
removing the ActionEvent annotation on associate IP, acuquire IP methods
on internal methods, so that static NAT for system VM succeeds
2012-08-03 08:54:35 +05:30
anthony
d8ab3e1c36
VPC : handle Revoke rules for staticroute
2012-08-02 18:48:05 -07:00
Sheng Yang
263ae86311
S2S VPN: CS-15820: Remove account information of vpn gateway and vpn connection
...
The owner would be always same as VPC owner.
2012-08-02 18:01:58 -07:00
Sheng Yang
d4ce07779f
S2S VPN: Allow name to be modified in updateCustomerGateway
2012-08-02 18:01:58 -07:00
Sheng Yang
0f603daff6
S2S VPN: CS-15472: Separate IKE lifetime and ESP lifetime
2012-08-02 18:01:58 -07:00
Alena Prokharchyk
863bce0171
VPC: createPrivateGateway - added cleanup part happening in case when the gateway fails to be applied on the backend
2012-08-02 17:57:43 -07:00
Alena Prokharchyk
b05e6ba959
listVirtualMachines: implemented search by templateId/isoId
2012-08-02 15:40:20 -07:00
kishan
8c53b79cfe
bug CS-15577: Added per gateway network usage for VPC
2012-08-02 17:14:57 +05:30
Alena Prokharchyk
f80bfb35f5
VPC: CS-15798 - added vpc resource limit. Check vpc functional spec for more details:
...
http://wiki.cloudstack.org/display/RelOps/Inter-VLAN+Routing+functional+spec
2012-08-01 16:19:30 -07:00
Vijay
fcb3076375
CS-15783 On a AutoScaleVmGroup creation, the asynchronous jobs cannot be listed momentorily.
...
This happened because of an assert to introduce the mapping between job
instance and instance id. Have done it in AsyncJobReponse. Also,updated
JobInstance type in VmGroup commands.
2012-08-01 08:24:51 +05:30
Alena Prokharchyk
21f2d1b779
VPC: moved vpc related code from NetworkManager to VpcManager
2012-07-31 16:58:14 -07:00
Alena Prokharchyk
6826dd16b5
VPC: reduced visability for some vpc related methods
2012-07-31 14:30:59 -07:00
Koushik Das
6bc1d1247a
Fix for CS-15631
...
Support for up to 16 VDIs per VM on XS 6.0 and above (16 VDIs => root + cd + 14 data volumes). Currently in CS number of data disk that can be attached to VM is hard-coded to 6. Made this setting configurable by moving it to hypervisor capabilities. Although XS 6.0 and above supports upto 16 VDIs but while testing on XS 6.0.2 found that only 13 data volumes can be attached to a VM. So for XS 6.0 and 6.0.2 max_data_volumes_limit is set to 13 currently.
Reviewed-by: Nitin
2012-07-31 19:13:05 +05:30