[1/6] git commit: CLOUDSTACK-306: Implement SRX firewall

2013-01-04 Thread bhaisaab
CLOUDSTACK-306: Implement SRX firewall Use SRX firewall filter as SRX firewall. The old security policy mechanism cannot be used as IP based. This would enable SRX's ability to control traffic for F5 behind it. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: ht

[4/6] git commit: Fix license issue of new added xml files

2013-01-04 Thread bhaisaab
Fix license issue of new added xml files Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/51502e9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/51502e9f Diff: http://git-

[2/6] git commit: CLOUDSTACK-306: Move inline mode parameter from device to network offering

2013-01-04 Thread bhaisaab
CLOUDSTACK-306: Move inline mode parameter from device to network offering One F5 device can be used as inline and side-by-side at the same time(for different networks). So we can define inline or not on network base. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Comm

[5/6] git commit: The other xml license fix

2013-01-04 Thread bhaisaab
The other xml license fix Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3d9dc364 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3d9dc364 Diff: http://git-wip-us.apache.o

[6/6] git commit: Get latest changes, merge branch 'master' into api_refactoring

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring dea822700 -> 5119785cf Get latest changes, merge branch 'master' into api_refactoring Conflicts: api/src/com/cloud/network/element/RemoteAccessVPNServiceProvider.java server/src/com/cloud/network/ExternalFirewallDeviceManagerImpl.jav

Jenkins build is back to normal : cloudstack-rat-master #354

2013-01-04 Thread Apache Jenkins Server
See

git commit: The other xml license fix

2013-01-04 Thread yasker
Updated Branches: refs/heads/master 51502e9f0 -> 3d9dc3646 The other xml license fix Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3d9dc364 Tree: http://git-wip-us.apache.org/repos/asf/incu

git commit: Fix license issue of new added xml files

2013-01-04 Thread yasker
Updated Branches: refs/heads/master 42c8c73ab -> 51502e9f0 Fix license issue of new added xml files Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/51502e9f Tree: http://git-wip-us.apache.org

Build failed in Jenkins: cloudstack-rat-master #353

2013-01-04 Thread Apache Jenkins Server
See -- Started by an SCM change Building remotely on ubuntu3 in workspace Checkout:cloudstack-rat-master /

Build failed in Jenkins: cloudstack-rat-master #352

2013-01-04 Thread Apache Jenkins Server
See Changes: [sheng.yang] CLOUDSTACK-306: Implement SRX firewall [sheng.yang] CLOUDSTACK-306: Move inline mode parameter from device to network offering [sheng.yang] CLOUDSTACK-306: Introducing IpDeployingRequester and implement

[4/4] git commit: Move applyRules to the rightful place(s). Not sure why applyIps is required during applyRules, so we still have a reference back into a (simplified) applyRules in NetworkManager

2013-01-04 Thread chiradeep
Updated Branches: refs/heads/network-refactor [created] a64b38671 Move applyRules to the rightful place(s). Not sure why applyIps is required during applyRules, so we still have a reference back into a (simplified) applyRules in NetworkManager Project: http://git-wip-us.apache.org/repos/asf

[3/4] git commit: Rationalize the interface by injecting all service providers by the service provider interface instead of assuming everybody implements NetworkElement. This is step 2 and includes al

2013-01-04 Thread chiradeep
Rationalize the interface by injecting all service providers by the service provider interface instead of assuming everybody implements NetworkElement. This is step 2 and includes all the plugins import cleanups - remove unneeded and add explicit classes Signed-off-by: Chiradeep Vittal Projec

[2/4] git commit: Rationalize the interface by injecting ipDeployers. This is step 1 and includes 2 service providers - Remote AccessVPN and S2S VPN

2013-01-04 Thread chiradeep
Rationalize the interface by injecting ipDeployers. This is step 1 and includes 2 service providers - Remote AccessVPN and S2S VPN Signed-off-by: Chiradeep Vittal Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator

[1/4] git commit: Not all network service providers need to be NetworkElements. NetworkElements are only those that are interested in L2 events. Since only NetworkElements were injected, and only in N

2013-01-04 Thread chiradeep
Not all network service providers need to be NetworkElements. NetworkElements are only those that are interested in L2 events. Since only NetworkElements were injected, and only in NetworkManagerImpl, this has led to all kinds of contortions. As a first step, enable individual service providers

[1/3] git commit: CLOUDSTACK-306: Implement SRX firewall

2013-01-04 Thread yasker
CLOUDSTACK-306: Implement SRX firewall Use SRX firewall filter as SRX firewall. The old security policy mechanism cannot be used as IP based. This would enable SRX's ability to control traffic for F5 behind it. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: ht

[2/3] git commit: CLOUDSTACK-306: Move inline mode parameter from device to network offering

2013-01-04 Thread yasker
CLOUDSTACK-306: Move inline mode parameter from device to network offering One F5 device can be used as inline and side-by-side at the same time(for different networks). So we can define inline or not on network base. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Comm

git commit: server: Exclude ListPerf test in as it requires real MS and DB

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 95e605ed2 -> dea822700 server: Exclude ListPerf test in as it requires real MS and DB Excluded test as per test author's comment: "Currently we commented out this test suite since it requires a real MS and Db running" Signed-off-by: Rohit Yadav

git commit: api: Fix failing unit test, regression due to recent merge

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 0659c21f2 -> 95e605ed2 api: Fix failing unit test, regression due to recent merge Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloud

[7/8] git commit: cli: Show progress during polling for async jobs

2013-01-04 Thread bhaisaab
cli: Show progress during polling for async jobs If asyncblock is set to true, prints dots as polling requests are made. When result is obtained, dots are wiped and result is printed. Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit:

[3/8] git commit: Pass on the destination host in StartCommand

2013-01-04 Thread bhaisaab
Pass on the destination host in StartCommand I added this in commit bc94948e0604e0e5931759be3c3d3155e84686f6 to be able to bind the VNC on KVM on the Private IP Address of the Hypervisor. This got (accidentally) reverted in commit 110903a91a21c04b931a26354a04bd7f534ba050 breaking this behaviour

[4/8] git commit: CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds

2013-01-04 Thread bhaisaab
CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds If you update your build to build a version with a name not ending in -SNAPSHOT, you are required to declare versions on all your depdendencies. There is already a cs.mysql.version property, this patch makes sure it i

[1/8] git commit: CLOUDSTACK-720:Fail to load a png image when accessing the web console

2013-01-04 Thread bhaisaab
CLOUDSTACK-720:Fail to load a png image when accessing the web console Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3e6435b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/t

[2/8] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack

2013-01-04 Thread bhaisaab
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/42d9c3fb Tree: http://git-wip-us.apache.org/repos/asf/incuba

[5/8] git commit: CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab

2013-01-04 Thread bhaisaab
CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/569ca6d7 Tree: http://git-wip-us.apache.or

[8/8] git commit: Get latest changes, Merge branch 'master' into api_refactoring

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 364116074 -> 0659c21f2 Get latest changes, Merge branch 'master' into api_refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0659c21f Tre

[6/8] git commit: CLOUDSTACK-717: Fix response json handling in cloudmonkey

2013-01-04 Thread bhaisaab
CLOUDSTACK-717: Fix response json handling in cloudmonkey - Fixes response handling - Sorts alphabetically, count and id are on top if available - Fix colors Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.o

git commit: change the top level async call using future

2013-01-04 Thread edison
Updated Branches: refs/heads/javelin 2e9c55f8f -> 2d6133c61 change the top level async call using future Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2d6133c6 Tree: http://git-wip-us.apach

[6/6] git commit: api: Remove IdentityMapper finally

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 0428b30a5 -> 364116074 api: Remove IdentityMapper finally Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/36411607 Tr

[1/6] git commit: nicira-nvp: Annotate nvp plugin, remove IdentityMapper

2013-01-04 Thread bhaisaab
nicira-nvp: Annotate nvp plugin, remove IdentityMapper Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a2f8f425 Tree: http://git-wip-us.apache.org/repos/asf/incubator

[3/6] git commit: f5: Annotate f5 cmd classes, remove IdentityMapper

2013-01-04 Thread bhaisaab
f5: Annotate f5 cmd classes, remove IdentityMapper Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4dd5f14e Tree: http://git-wip-us.apache.org/repos/asf/incubator-clo

[5/6] git commit: api: Annotate netscaler apis, remove IdentityMapper from everywhere

2013-01-04 Thread bhaisaab
api: Annotate netscaler apis, remove IdentityMapper from everywhere Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/596f9d09 Tree: http://git-wip-us.apache.org/repos/

[4/6] git commit: srx: Annotate api classes, remove IdentityMapper

2013-01-04 Thread bhaisaab
srx: Annotate api classes, remove IdentityMapper Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/65a1284e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloud

[2/6] git commit: vmware: Annotate cisco related apis, remove IdentityMapper

2013-01-04 Thread bhaisaab
vmware: Annotate cisco related apis, remove IdentityMapper Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4cf0b05a Tree: http://git-wip-us.apache.org/repos/asf/incub

[1/2] git commit: cli: Show progress during polling for async jobs

2013-01-04 Thread bhaisaab
cli: Show progress during polling for async jobs If asyncblock is set to true, prints dots as polling requests are made. When result is obtained, dots are wiped and result is printed. Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit:

[2/2] git commit: CLOUDSTACK-717: Fix response json handling in cloudmonkey

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/master 569ca6d7a -> c7563cb7b CLOUDSTACK-717: Fix response json handling in cloudmonkey - Fixes response handling - Sorts alphabetically, count and id are on top if available - Fix colors Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/as

git commit: CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab

2013-01-04 Thread pranavs
Updated Branches: refs/heads/master 0055d8021 -> 569ca6d7a CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

[8/18] git commit: Summary: Remove useless and commented code

2013-01-04 Thread bfederle
Summary: Remove useless and commented code Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cc3d692a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cc3d692a Diff: http://git

[6/18] git commit: Summary: Small fixes for issues found during unittests

2013-01-04 Thread bfederle
Summary: Small fixes for issues found during unittests Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/00847482 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/00847482 Diff

[1/18] git commit: db / upgrade: Add columns to sync_queue and sync_queue_item

2013-01-04 Thread bfederle
db / upgrade: Add columns to sync_queue and sync_queue_item These columns were not added by the upgrade from 4.0 to 4.1 causing SQL-errors These columns are present in create-schema.sql, so by adding them here the upgrade also works to 4.1 Project: http://git-wip-us.apache.org/repos/asf/incuba

[3/18] git commit: vmware stuff should be compile time dependency

2013-01-04 Thread bfederle
vmware stuff should be compile time dependency Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/bba43f51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bba43f51 Diff: http:

[5/18] git commit: Summary: Make canHandle protected

2013-01-04 Thread bfederle
Summary: Make canHandle protected Change access to canHandle so it's easier to unittest. Make a note that answers can be null if the host is down, there should be a way to deal with this, but for now an NPE is an adequate indication that something is wrong. Project: http://git-wip-us.apache.org

[11/18] git commit: [DOC]Delete duplicated, mis-spelling xml files.

2013-01-04 Thread bfederle
[DOC]Delete duplicated, mis-spelling xml files. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8cf2cb1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8cf2cb1f Diff: http

[4/18] git commit: Summary: nothing to see here, move along

2013-01-04 Thread bfederle
Summary: nothing to see here, move along Fix for a stupid mistake. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9122809e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/

[10/18] git commit: Summary: bring up KVM network bridge immediately

2013-01-04 Thread bfederle
Summary: bring up KVM network bridge immediately Detail: Users can experience long delays during VM migration, because the linux bridge by default will have a forwarding delay set. This means that the network will likely miss any gratuitous ARP from qemu notifying the network that the MAC has move

[2/18] git commit: S3-backed Secondary Storage

2013-01-04 Thread bfederle
S3-backed Secondary Storage Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e4583ced Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e4583ced Diff: http://git-wip-us.apache

[14/18] git commit: CLOUDSTACK-720:Fail to load a png image when accessing the web console

2013-01-04 Thread bfederle
CLOUDSTACK-720:Fail to load a png image when accessing the web console Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3e6435b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/t

[9/18] git commit: UI: add generate key button to appropriate roles

2013-01-04 Thread bfederle
UI: add generate key button to appropriate roles Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6ce01c46 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6ce01c46 Diff: htt

[7/18] git commit: Summary: Unittest for nicira plugin

2013-01-04 Thread bfederle
Summary: Unittest for nicira plugin More unittests for the Guru Add unittests for the Element Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/282eb5fc Tree: http://git-wip-us.apache.org/repos/as

[12/18] git commit: marvin tests: marking the xen specific tests

2013-01-04 Thread bfederle
marvin tests: marking the xen specific tests these tests do verification assuming xenserver style disks /dev/xvda/b Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/c

[13/18] git commit: Work around maven dependency problems

2013-01-04 Thread bfederle
Work around maven dependency problems Disable the transitive dependency from axis2-webapp to xercesImpl and from all rampart artifacts to opensaml. This fixes reproducible problem where maven tries to download artifacts from the wrong repositories. Signed-off-by: Prasanna Santhanam Signed-off-by

[18/18] git commit: Merge branch 'master' into ui-plugins

2013-01-04 Thread bfederle
Updated Branches: refs/heads/ui-plugins d1166e6b8 -> a81f8b73e Merge branch 'master' into ui-plugins Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a81f8b73 Tree: http://git-wip-us.apache.or

[16/18] git commit: Pass on the destination host in StartCommand

2013-01-04 Thread bfederle
Pass on the destination host in StartCommand I added this in commit bc94948e0604e0e5931759be3c3d3155e84686f6 to be able to bind the VNC on KVM on the Private IP Address of the Hypervisor. This got (accidentally) reverted in commit 110903a91a21c04b931a26354a04bd7f534ba050 breaking this behaviour

[15/18] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack

2013-01-04 Thread bfederle
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/42d9c3fb Tree: http://git-wip-us.apache.org/repos/asf/incuba

[17/18] git commit: CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds

2013-01-04 Thread bfederle
CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds If you update your build to build a version with a name not ending in -SNAPSHOT, you are required to declare versions on all your depdendencies. There is already a cs.mysql.version property, this patch makes sure it i

git commit: Fix reflections cmd class loading in ApiServer

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 22e3454ae -> 0428b30a5 Fix reflections cmd class loading in ApiServer Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit

git commit: More Spring issues to bootstrape javalin server

2013-01-04 Thread kelveny
Updated Branches: refs/heads/javelin 9410cd1f3 -> 2e9c55f8f More Spring issues to bootstrape javalin server Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2e9c55f8 Tree: http://git-wip-us.ap

git commit: CLOUDSTACK-699: removing hard-coded references to 4.0.0-incubating/changing to 4.0.1-incubating.

2013-01-04 Thread jzb
Updated Branches: refs/heads/4.0 741b9172a -> 97f6fe1e5 CLOUDSTACK-699: removing hard-coded references to 4.0.0-incubating/changing to 4.0.1-incubating. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudst

git commit: developer: Load create-schema-view sql for developer deploydb profile

2013-01-04 Thread bhaisaab
Updated Branches: refs/heads/api_refactoring 85e73a640 -> 22e3454ae developer: Load create-schema-view sql for developer deploydb profile The fix would run create-schema-view.sql which would setup db table views. Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/in

git commit: CLOUDSTACK-411: Adding documentation for the workaround for the issue cited in CLOUDSTACK-410. (Uncommenting vnc_listen in qemu.conf.

2013-01-04 Thread jzb
Updated Branches: refs/heads/4.0 333e7c4ae -> 741b9172a CLOUDSTACK-411: Adding documentation for the workaround for the issue cited in CLOUDSTACK-410. (Uncommenting vnc_listen in qemu.conf. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.a

git commit: CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds

2013-01-04 Thread chipchilders
Updated Branches: refs/heads/master 7240204a5 -> 0055d8021 CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds If you update your build to build a version with a name not ending in -SNAPSHOT, you are required to declare versions on all your depdendencies. There is

svn commit: r844968 - /websites/production/cloudstack/content/

2013-01-04 Thread chipchilders
Author: chipchilders Date: Fri Jan 4 15:57:19 2013 New Revision: 844968 Log: Publishing svnmucc operation to cloudstack site by chipchilders Added: websites/production/cloudstack/content/ - copied from r844967, websites/staging/cloudstack/trunk/content/

svn commit: r844967 - in /websites/staging/cloudstack/trunk/content: ./ cloudstack/develop/non-contributors.html

2013-01-04 Thread buildbot
Author: buildbot Date: Fri Jan 4 15:57:04 2013 New Revision: 844967 Log: Staging update by buildbot for cloudstack Modified: websites/staging/cloudstack/trunk/content/ (props changed) websites/staging/cloudstack/trunk/content/cloudstack/develop/non-contributors.html Propchange: websi

svn commit: r1428940 - /incubator/cloudstack/site/trunk/content/cloudstack/develop/non-contributors.mdtext

2013-01-04 Thread chipchilders
Author: chipchilders Date: Fri Jan 4 15:56:53 2013 New Revision: 1428940 URL: http://svn.apache.org/viewvc?rev=1428940&view=rev Log: added note about a bug ID being part of the review submission Modified: incubator/cloudstack/site/trunk/content/cloudstack/develop/non-contributors.mdtext Mo

git commit: Pass on the destination host in StartCommand

2013-01-04 Thread widodh
Updated Branches: refs/heads/master 42d9c3fbb -> 7240204a5 Pass on the destination host in StartCommand I added this in commit bc94948e0604e0e5931759be3c3d3155e84686f6 to be able to bind the VNC on KVM on the Private IP Address of the Hypervisor. This got (accidentally) reverted in commit 1

[1/2] git commit: CLOUDSTACK-720:Fail to load a png image when accessing the web console

2013-01-04 Thread pranavs
CLOUDSTACK-720:Fail to load a png image when accessing the web console Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3e6435b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/t

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack

2013-01-04 Thread pranavs
Updated Branches: refs/heads/master 42f3804fb -> 42d9c3fbb Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/comm