[06/40] split the networking2 file into multiple includes and renamed it to 'networking_and_traffic': This closes #11

2014-09-10 Thread rajani
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/72a3a7c1/source/networking/remote_access_vpn.rst -- diff --git a/source/networking/remote_access_vpn.rst b/source/networking/remote_access_vpn.rst new file mode

git commit: updated refs/heads/master to 0a5940c

2014-07-25 Thread rajani
Repository: cloudstack Updated Branches: refs/heads/master 669aebf1b - 0a5940c9a Coverity: Fixing some of the coverity issues reported in CitrixResourceBase.java. Signed-off-by: Rajani Karuturi rajanikarut...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit

git commit: updated refs/heads/4.5 to c3e5964

2014-11-04 Thread rajani
/tree/c3e5964d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c3e5964d Branch: refs/heads/4.5 Commit: c3e5964dcbbd3b3ff34562aeeb9f8daa154ee7d1 Parents: c15ed74 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Tue Nov 4 18:16:50 2014 +0530 Committer: Rajani Karuturi rajanikarut

[11/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7802: test_vpc_network.py - Increasing polling period for network state check Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/af510eb6 Tree:

[06/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7800: VMware - Hot plug/unplug NIC to/from VM only when vmware tools are installed, else assert for exception Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[04/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7814: Fix default passphrase for keystores In upgrade case, the db.properties file is not changed, but the following commit would require passphrase for keystore in it, thus result in error(NPE in fact due to there is no such properity). commit 918c320438980f070150f872e3a3ba907572af83

[07/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7809: UI remove usage of g_mySession which is unnecessary. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/58455c08 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/58455c08 Diff:

[05/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7809: UI remove unnecessary cookie 'timezoneoffset'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d6a277a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d6a277a Diff:

[09/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Revert CLOUDSTACK-7408: Fixed - Private key of the ssh keypair was getting corrupted This reverts commit e921ec6ec79c50096d58264d60c15091969ff888. CLOUDSTACK-7408: sshClient.py - removing function load_host_keys(). This function is used to load host keys from local host keys file and to save

[02/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7809: UI remove unnecessary cookie 'capabilities', 'supportELB', 'kvmsnapshotenabled', 'regionsecondaryenabled', 'userpublictemplateenabled', 'userProjectsEnabled'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[03/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7809: UI remove unnecessary cookie 'networktype'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/49296252 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/49296252 Diff:

[39/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7834 Web UI shows all DHCP/PXE providers in cloud when admin click DHCP/PXE IP for A zone Conflicts: plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalKickStartServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo

[29/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7825: Report both virtual size and physical size for the snaphost usage event. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/26521950 Tree:

[14/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7682: Fixed usage event issue. Used api client of account for which we are checking the usage Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[32/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option in dependent dropdown field was selected. Project:

[17/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4f297efe Tree:

[28/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Revert CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests This reverts commit 0d1fa9102d7a87863a9f91f88af05e9f38fe6b91. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aaa561a2 Tree:

[45/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7383: UI Instances detailView snapshot option hide this option when hypervisor is LXC. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a43fba64 Tree:

[38/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-3212: ui infrastructure zones zone physical network guest network guest ip range - listview: add gateway, netmask field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/207ec257 Tree:

[26/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7824: using debian 7.7.0 for systemvm template Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e463d6d2 Tree:

[24/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7820: Don't consider disabled hosts for calculating disable threshold. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c30d4ed1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c30d4ed1 Diff:

[37/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-3608 removing duplicate entries, IDs not saved anywhere else hence safe to remove Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ddfd74db Tree:

[43/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7835: Deleted volumes with null UUID and no removed timestamp in database still appear. Also removed CREATING - DESTROY via DESTROYREQUESTED, which was causing the volume to get stuck in expunging state. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[21/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7816: UI Global Settings add Baremetal Rack Configuration section. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b7010615 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7010615 Diff:

[10/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a4174d3e Tree:

[01/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Repository: cloudstack Updated Branches: refs/heads/master fce9f9639 - 4c5f792ca CLOUDSTACK-7796: UI Infrastructure zones zone details tab dataProvider remove unnecessary module check. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[23/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
SAMLUtils: SAML user id should fit within the UUID VARCHAR(40) column Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6df0b9f6 Tree:

[33/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7832: Move some job db update and item purge to completeAsyncJob transaction to avoid MySQL deadlock. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6830cbc1 Tree:

[40/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
remove duplicate import Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/28d5b982 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/28d5b982 Diff:

[30/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK:6915 search including removed Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0c153966 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0c153966 Diff:

[13/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7685: Fixed copy template method call in test_escalations_template.py. Removed unbound method of the same name as bound method from base library and changed method call accordingly Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project:

[44/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7384: UI Instances detailView change service offering option hide it when VM state is Running and hyperviror is LXC. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/25e514a2 Tree:

[42/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7372: [vGPU] When a host is put in maintenance mode, vGPU enabled VMs failed to migrate to the other host in the cluster. Migration for vGPU VMs is not supported in XS, so instead of migrating them to new server, stopping them. Project:

[12/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7801: test_volumes.py - Fixed import and pep8 issues Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b1ab888b Tree:

[49/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Branch: refs/heads/master Commit: 2b1ca20b9be21a5ec0faf381dd275f2448217314 Parents: fce9f96 c15ed74 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Wed Nov 5 15:19:46 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Wed Nov 5 15:19:46 2014 +0530 -- --

[27/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5b1cbc44 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5b1cbc44 Diff:

[48/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7800: Correcting code related to unplug NIC on VMware Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2cd4ad20 Tree:

[31/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Merge branch '4.5' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.5 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6df396c9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6df396c9 Diff:

[25/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7821: Fix OSX cannot connect to VPN due to wrongly declaim ENCAPSULATION_MODE_UDP_TRANSPORT_RFC OSX always declaims it's behind NAT no matter it's true or not, thus result in confusion of openswan. Add parameter forceencaps=yes to openswan to make sure non NAT VPN connection from OSX

[08/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7660: Enhance system vm template to support baremetal Installed Package flask and merged the disk partition Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/591f4684 Tree:

[19/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7632:Automation for volume life cycle testPath Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org This closes #32 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a69950f6 Tree:

[41/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CVE­2014­3566: Avoid using SSLv3 on apache2 webserver used by SSVM Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2d58bb62 Tree:

[15/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7684: Fixed Exception not raised issue in secondary storage limits test suite test_ss_max_limits.py Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[47/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Branch: refs/heads/master Commit: c3e5964dcbbd3b3ff34562aeeb9f8daa154ee7d1 Parents: c15ed74 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Tue Nov 4 18:16:50 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Wed Nov 5 11:49:38 2014 +0530

[16/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7691: Fixed 'Exception not raised' issue in test_project_limits.py Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e2ba1b61 Tree:

[36/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
systemvm: Prefer TLS over SSL in apache, POODLE workaround (CVE­2014­3566) Just prefer TLS over SSL in apache configuration in systemvm Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com (cherry picked from commit 88acc9bd53cbf6f8896d32576f916c20704a3403) Signed-off-by: Rohit Yadav

[18/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7728: Test script to identify product issue Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aa1e2608 Tree:

[34/50] [abbrv] CLOUDSTACK-7833: VM Async work jobs log Was unable to find lock for the key vm_instance errors as warning

2014-11-05 Thread rajani
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07ba078e/server/src/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java -- diff --git a/server/src/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java

[46/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7841: Gracefully reload haproxy config The old way would disconnect all the existing connections through haproxy when reload the config. This new way would ensure that all the existing connections would still alive after reload the config. Project:

[35/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7833: VM Async work jobs log Was unable to find lock for the key vm_instance errors as warning Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/07ba078e Tree:

[50/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
Branch: refs/heads/master Commit: 4c5f792ca9cce82a0d49e9b4ee37c23bfad4cca8 Parents: 2b1ca20 2cd4ad2 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Wed Nov 5 15:20:34 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Wed Nov 5 15:20:34 2014 +0530

[20/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
CLOUDSTACK-7646 Move the nuage test out of smoke as it depends on noredist components (cherry picked from commit 779cd60a70a687a60db3102a0635a1ee57928235) Signed-off-by: Hugo Trippaers htrippa...@schubergphilis.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[22/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

2014-11-05 Thread rajani
saml: Use camelCase api names for SAML login/logout apis Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com (cherry picked from commit 85c0bd68ae8a76c231ab402dd0311e3672155f71) Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo

git commit: updated refs/heads/4.5 to 6490694

2014-11-05 Thread rajani
Repository: cloudstack Updated Branches: refs/heads/4.5 2cd4ad201 - 649069423 CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing Signed-off-by: Rajani Karuturi rajanikarut...@gmail.com Project: http://git-wip-us.apache.org/repos/asf

[1/2] git commit: updated refs/heads/master to 083feab

2014-11-05 Thread rajani
Repository: cloudstack Updated Branches: refs/heads/master 4c5f792ca - 083feab7c CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing Signed-off-by: Rajani Karuturi rajanikarut...@gmail.com Project: http://git-wip-us.apache.org/repos/asf

[2/2] git commit: updated refs/heads/master to 083feab

2014-11-05 Thread rajani
-us.apache.org/repos/asf/cloudstack/tree/083feab7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/083feab7 Branch: refs/heads/master Commit: 083feab7c0e680239328a0b38eb9d202bb44284a Parents: 4c5f792 6490694 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Wed Nov 5 16:26:08 2014

git commit: updated refs/heads/4.5 to d969364

2014-11-05 Thread rajani
/commit/d969364d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d969364d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d969364d Branch: refs/heads/4.5 Commit: d969364dafbd8a75eda01337839d2b69c7a74122 Parents: 11808ae Author: Rajani Karuturi rajanikarut...@gmail.com

[1/6] git commit: updated refs/heads/master to 6766b6c

2014-11-05 Thread rajani
Repository: cloudstack Updated Branches: refs/heads/master dd326af83 - 6766b6c6e CLOUDSTACK-7842: wrong size column is getting updated with snapshot physical size in snapshot_store_ref table. Also fixed the issue that snapshot size with hypervisor XS = 6.2.5 is not getting updated in

[3/6] git commit: updated refs/heads/master to 6766b6c

2014-11-05 Thread rajani
commented broken unit test Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f86eb522 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f86eb522 Diff:

[4/6] git commit: updated refs/heads/master to 6766b6c

2014-11-05 Thread rajani
CLOUDSTACK-7850: UI Instances detailView Attach ISO option ISO dropdown should list only ISOs belonging to the same zone. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/11808ae7 Tree:

[5/6] git commit: updated refs/heads/master to 6766b6c

2014-11-05 Thread rajani
/d969364d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d969364d Branch: refs/heads/master Commit: d969364dafbd8a75eda01337839d2b69c7a74122 Parents: 11808ae Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Wed Nov 5 16:56:13 2014 +0530 Committer: Rajani Karuturi rajanikarut

[6/6] git commit: updated refs/heads/master to 6766b6c

2014-11-05 Thread rajani
Branch: refs/heads/master Commit: 6766b6c6e49e491348c3e3a76b12dbc5f29e1dde Parents: dd326af d969364 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Thu Nov 6 09:46:30 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Thu Nov 6 09:46:30 2014 +0530

[25/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
Branch: refs/heads/master Commit: 55b6e3431bf3abe03389cf5714af8b0f3c7c4c43 Parents: 44b6773 de3eb88 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Mon Nov 10 15:06:22 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Mon Nov 10 15:06:22 2014 +0530

[07/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
fix kvm issue, for windows sever 2008, it will crash without hyperv enlightment featre enabled Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9319a4e5 Tree:

[04/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
commented unit tests for CertService until certs issues fixed Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5c3a71e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f5c3a71e Diff:

[14/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
Allow infrastructure to handle delete of volume from DB Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/17e8d9e2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/17e8d9e2 Diff:

[11/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
should not duplicate vm instance id, during the volume migration Conflicts: engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[10/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
there is no transaction context during the mgt server start, thus causing transaction.close will delete op_lock table if aquireinlocktable is called Reviewed-by: Anthony and Min Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[08/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CS-21296: hidden snapshot.backup.rightafter, as it's not needed Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1fb28c29 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1fb28c29 Diff:

[17/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7864: CPVM continues to be in Stopped state after a failure to start because of a management server restart. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3a2f6ffd Tree:

[20/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7867: Delete network resulting in exception Publish event was getting called from within a DB transaction which is not allowed. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4d08bb89 Tree:

[15/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7859: Host tags are not getting removed in cloud.host_tags table when a Host is deleted from CS. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c9775b0 Tree:

[24/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
Branch: refs/heads/master Commit: 44b6773f4075574a655907dbaa857b260a2f853f Parents: ca66062 1cc733b Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Mon Nov 10 15:05:38 2014 +0530 Committer: Rajani Karuturi rajanikarut...@gmail.com Committed: Mon Nov 10 15:05:38 2014 +0530 -- --

[16/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
Allow infrastructure to handle delete of volume from DB Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/27d6bff8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/27d6bff8 Diff:

[18/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7868: Failed storage.PrimaryStorageDownloadCommand leaves corrupt VDIs in primary storage. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e6907ed8 Tree:

[19/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7421 Unnecessary exception in MS logs while removing default NIC from VM. Following changes are made: 1. Changed the exception from CloudRuntimeException to InvalidParameterValueExecption. 2. Moved out validation logic to UserVMManagerImpl from VirtualMachineManagerImpl. 3. Handling

[12/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7683: hold a db lock during vm expunge Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/812b0122 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/812b0122 Diff:

[05/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7854: Don't remove vm_template row for centos 5.5, mark as removed Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fda4b9ba Tree:

[03/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7855: NIC3 should set MTU and not NIC1 for storage network nic The fix also persists the configuration in /etc/network/interfaces Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[21/25] git commit: updated refs/heads/master to 55b6e34

2014-11-10 Thread rajani
CLOUDSTACK-7869: Add simulator support for findHostsForMigration API Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/54ec268b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/54ec268b Diff:

[21/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7886: cloudstackoperations like deployvm,deleteNW are failing if CS fail to contact rabbit mq server. This is happening in case of Async API calls. Signed-off-by: Koushik Das kous...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[19/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7884: Cloudstack MS is not responding (happening randomly) after some restart. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f2cedda9 Tree:

[24/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7590 Deletion of Account is not deleting the account from the database Revert CLOUDSTACK-7073: Added domainId field to the user table in order to restrict duplicated users creation on the db level This reverts commit 5a96d8ef5cbc88df366016ae9dd7ee46e4ca417a. Conflicts:

[07/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7866: Passing type value to list_hosts method so as to avoid listing SSVM and CPVM Correcting hostid attribute Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[23/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7645 [UI] Fix incorrect strings 'label.no' and 'label.added.network.offering' Conflicts: ui/dictionary2.jsp Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4e820b37 Tree:

[10/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7856: test_vpc_network_pf_rules.py - Check if httpd service is running or not, if not, start it Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[05/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7763 Reservations for VMware VMs remain after dynamic scaling Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0e7f1ea9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0e7f1ea9 Diff:

[13/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7818: Fixing test_escalations_instances.py, Removing dependency of test cases on each other Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[17/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7880: Creating shared network results in exception This is due to event publish being wrapped in a transaction, moved it outside of transaction scope. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[11/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7823: test_snapshots.py - remove test case dependency on each other Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53694133 Tree:

[26/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7896: UI network Add Guest Network when zone dropdown is empty, do not make API call to get physical networks. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/98091646 Tree:

[08/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[20/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7864: CPVM continues to be in Stopped state after a failure to start because of a management server restart. Added optimization to purge queue items for cancelled jobs. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[12/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/85ac979f/test/integration/component/test_escalations_instances.py -- diff --git a/test/integration/component/test_escalations_instances.py

[28/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
-us.apache.org/repos/asf/cloudstack/tree/8c9093b1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8c9093b1 Branch: refs/heads/master Commit: 8c9093b1dff811803e48561b86a90731f2d4e8cb Parents: b8fdda0 8b7c1d7 Author: Rajani Karuturi rajanikarut...@gmail.com Authored: Thu Nov 13 14:45:59 2014 +0530

[14/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7871: allow VM and template details update using update APIs Allows updating details (key/value) pair which updatse entries invm_template_details and user_vm_details tables using updateVM and updateTemplate APIs. This allows sys admins to update nics, controllers etc without DB

[25/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7887: change int to str into swiftxen Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6c955a3a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6c955a3a Diff:

[18/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7865: fixed pep8 errors and errors in wrong references to the variables Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7efc4c38 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7efc4c38 Diff:

[27/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7898: Add properties file in same folder as template Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b7c1d7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b7c1d7c Diff:

[09/28] git commit: updated refs/heads/master to 8c9093b

2014-11-13 Thread rajani
CLOUDSTACK-7862: Fixed the script 'maint/test_high_availability.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs Signed-off-by: SrikanteswaraRao Talluri tall...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

<    1   2   3   4   5   6   7   8   9   10   >