git commit: Apply same dataProvider map to both ingress and egress rules

2012-10-22 Thread bfederle
Updated Branches: refs/heads/master 7fda33bbd -> d01bbb941 Apply same dataProvider map to both ingress and egress rules -Because the dataProvider for both ingress and egress rules are handled the same, use a shared data mapping for both Project: http://git-wip-us.apache.org/repos/asf/incuba

git commit: CS-16572: Fix missing fields when start port == 0

2012-10-22 Thread bfederle
Updated Branches: refs/heads/master db165896d -> 7fda33bbd CS-16572: Fix missing fields when start port == 0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7fda33bb Tree: http://git-wip-us.a

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

2012-10-22 Thread jzb
Author: jzb Date: Mon Oct 22 23:02:36 2012 New Revision: 835821 Log: Publishing change to release candidate tarball + such. Added: websites/production/cloudstack/content/ - copied from r835819, websites/staging/cloudstack/trunk/content/

svn commit: r835820 - in /websites/staging/cloudstack/trunk/content: ./ cloudstack/downloads.html

2012-10-22 Thread buildbot
Author: buildbot Date: Mon Oct 22 23:02:29 2012 New Revision: 835820 Log: Staging update by buildbot for cloudstack Modified: websites/staging/cloudstack/trunk/content/ (props changed) websites/staging/cloudstack/trunk/content/cloudstack/downloads.html Propchange: websites/staging/clou

svn commit: r1401118 - /incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext

2012-10-22 Thread jzb
Author: jzb Date: Mon Oct 22 23:02:21 2012 New Revision: 1401118 URL: http://svn.apache.org/viewvc?rev=1401118&view=rev Log: Pointing to release candidate 3 Modified: incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext Modified: incubator/cloudstack/site/trunk/content/cloudst

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

2012-10-22 Thread jzb
Author: jzb Date: Mon Oct 22 22:55:43 2012 New Revision: 835819 Log: Pushing docs + changes to site. Added: websites/production/cloudstack/content/ - copied from r835818, websites/staging/cloudstack/trunk/content/

git commit: Fix license headers and remove external links

2012-10-22 Thread bfederle
Updated Branches: refs/heads/master 8bb273de8 -> db165896d Fix license headers and remove external links Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/db165896 Tree: http://git-wip-us.apach

[2/2] Add tooltips to form fields

2012-10-22 Thread bfederle
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8bb273de/ui/scripts/ui/widgets/toolTip.js -- diff --git a/ui/scripts/ui/widgets/toolTip.js b/ui/scripts/ui/widgets/toolTip.js new file mode 100644 index 000..84df

svn commit: r1401111 [8/8] - in /incubator/cloudstack/site/trunk/content/cloudstack/docs/api/apidocs-4.0.0: ./ domain_admin/ root_admin/ user/

2012-10-22 Thread ke4qqq
Modified: incubator/cloudstack/site/trunk/content/cloudstack/docs/api/apidocs-4.0.0/user/updateProjectInvitation.html URL: http://svn.apache.org/viewvc/incubator/cloudstack/site/trunk/content/cloudstack/docs/api/apidocs-4.0.0/user/updateProjectInvitation.html?rev=140&r1=1401110&r2=140&vie

svn commit: r835812 [29/29] - in /websites/staging/cloudstack/trunk/content: ./ cloudstack/docs/ cloudstack/docs/en-US/ cloudstack/docs/en-US/Apache_CloudStack/ cloudstack/docs/en-US/Apache_CloudStack

2012-10-22 Thread buildbot
Propchange: websites/staging/cloudstack/trunk/content/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/release-notes/usage-record-format.html -- svn:mime-type = application/xml Added: websites/staging/cl

svn commit: r1401100 [38/38] - in /incubator/cloudstack/site/trunk/content/cloudstack/docs: ./ en-US/ en-US/Apache_CloudStack/ en-US/Apache_CloudStack/4.0.0-incubating/ en-US/Apache_CloudStack/4.0.0-i

2012-10-22 Thread ke4qqq
Added: incubator/cloudstack/site/trunk/content/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/release-notes/upload-template.html URL: http://svn.apache.org/viewvc/incubator/cloudstack/site/trunk/content/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/release-notes/upl

svn commit: r1401087 - in /incubator/cloudstack/docsite/html/docs: ./ en-US/ en-US/Apache_CloudStack/4.0.0-incubating/epub/Release_Notes/ en-US/Apache_CloudStack/4.0.0-incubating/html-single/Release_N

2012-10-22 Thread ke4qqq
Author: ke4qqq Date: Mon Oct 22 21:25:32 2012 New Revision: 1401087 URL: http://svn.apache.org/viewvc?rev=1401087&view=rev Log: some more pruning and correcting Removed: incubator/cloudstack/docsite/html/docs/en-US/Apache_CloudStack/4.0.0-incubating/pdf/API_Developers_Guide/Apache_CloudStack

svn commit: r1401061 - in /incubator/cloudstack/docsite/html/docs: ./ en-US/ en-US/Apache_CloudStack/ en-US/Apache_CloudStack/4.0.0-incubating/ en-US/Apache_CloudStack/4.0.0-incubating/epub/ en-US/Apa

2012-10-22 Thread ke4qqq
Author: ke4qqq Date: Mon Oct 22 20:04:35 2012 New Revision: 1401061 URL: http://svn.apache.org/viewvc?rev=1401061&view=rev Log: updated docs for 4.0 [This commit notification would consist of 56 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

git commit: UI Quick view: don't render for function-based detail view

2012-10-22 Thread bfederle
Updated Branches: refs/heads/master d5607bc56 -> d3040de21 UI Quick view: don't render for function-based detail view Disables quick view if detail view is returned via a closure, as it breaks the quick view in this case. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/r

git commit: CS-16555: cloudstack UI - Infrastructure page - zone detail - service provider - Add F5 device - Inline Mode has been moved from Add F5 Device to Create Network Offering (both backend and

2012-10-22 Thread jessicawang
Updated Branches: refs/heads/master 5c71d96f5 -> d5607bc56 CS-16555: cloudstack UI - Infrastructure page - zone detail - service provider - Add F5 device - Inline Mode has been moved from Add F5 Device to Create Network Offering (both backend and UI). Project: http://git-wip-us.apache.org/r

git commit: CS-16555: cloudstack UI - create network offering - when LB service is checked and provider is F5, show new dropdown "Inline Mode" dropdown. Hide it otherwise.

2012-10-22 Thread jessicawang
Updated Branches: refs/heads/master f31188021 -> 5c71d96f5 CS-16555: cloudstack UI - create network offering - when LB service is checked and provider is F5, show new dropdown "Inline Mode" dropdown. Hide it otherwise. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo

git commit: Quick view UI: Add alt tag for long titles

2012-10-22 Thread bfederle
Updated Branches: refs/heads/master 026b8d620 -> f31188021 Quick view UI: Add alt tag for long titles Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f3118802 Tree: http://git-wip-us.apache.o

[3/5] fixing release notes name

2012-10-22 Thread ke4qqq
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/026b8d62/docs/en-US/release-notes.ent -- diff --git a/docs/en-US/release-notes.ent b/docs/en-US/release-notes.ent deleted file mode 100644 index 7858ad5..000 ---

[1/5] git commit: fixing release notes name

2012-10-22 Thread ke4qqq
Updated Branches: refs/heads/master 6a2080264 -> 026b8d620 fixing release notes name Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/026b8d62 Tree: http://git-wip-us.apache.org/repos/asf/incu

[5/5] fixing release notes name

2012-10-22 Thread ke4qqq
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/026b8d62/docs/publican-release-notes.cfg -- diff --git a/docs/publican-release-notes.cfg b/docs/publican-release-notes.cfg index cabf1ea..b6af406 100644 --- a/docs/pu

[1/5] git commit: fixing release notes name

2012-10-22 Thread ke4qqq
Updated Branches: refs/heads/4.0 6355965dc -> d55a63390 fixing release notes name Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d55a6339 Tree: http://git-wip-us.apache.org/repos/asf/incubat

[3/5] fixing release notes name

2012-10-22 Thread ke4qqq
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d55a6339/docs/en-US/release-notes.ent -- diff --git a/docs/en-US/release-notes.ent b/docs/en-US/release-notes.ent deleted file mode 100644 index 7858ad5..000 ---

[5/5] fixing release notes name

2012-10-22 Thread ke4qqq
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d55a6339/docs/publican-release-notes.cfg -- diff --git a/docs/publican-release-notes.cfg b/docs/publican-release-notes.cfg index cabf1ea..b6af406 100644 --- a/docs/pu

git commit: Fix runtime dependencies for vmware modules

2012-10-22 Thread hugo
Updated Branches: refs/heads/master 2999d438b -> 6a2080264 Fix runtime dependencies for vmware modules The vmware modules should be listed as provided so they are never packaged. However this also means that you have to put them in the web-inf/lib directory by hand. Set the version of the api

[49/49] git commit: Docs. Developer's Guide fixes. Moved "New APIs in 4.0" to correct section, removed obsolete product name, fixed book abstract, ID, and copyright holder.

2012-10-22 Thread chipchilders
Docs. Developer's Guide fixes. Moved "New APIs in 4.0" to correct section, removed obsolete product name, fixed book abstract, ID, and copyright holder. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/

[41/49] git commit: some release not cleanup

2012-10-22 Thread chipchilders
some release not cleanup Conflicts: docs/en-US/release-notes.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b73e04ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudsta

[37/49] git commit: more release notes cleanup

2012-10-22 Thread chipchilders
more release notes cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f3ec53ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f3ec53ca Diff: http://git-wip-us.apache.

[33/49] git commit: Revert "Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing

2012-10-22 Thread chipchilders
Revert "Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing information." This reverts commit c8e90158a08beba9b4f54c1acb38ff3f93914abf. Project: http://git-wip-us.apache.org/

[39/49] git commit: Docs: Fix admin guide build. Adding the Security Groups section to the Install Guide at the same place where it's added in the Admin Guide, rather than at a duplicate place.

2012-10-22 Thread chipchilders
Docs: Fix admin guide build. Adding the Security Groups section to the Install Guide at the same place where it's added in the Admin Guide, rather than at a duplicate place. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf

[40/49] git commit: updating the upgrade directions to reflect the new reality

2012-10-22 Thread chipchilders
updating the upgrade directions to reflect the new reality Conflicts: docs/en-US/release-notes.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7bbfed70 Tree: http://git-wip-us.apach

[44/49] git commit: cleaning up install docs a bit more

2012-10-22 Thread chipchilders
cleaning up install docs a bit more Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/81f70670 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/81f70670 Diff: http://git-wip-u

[38/49] git commit: Docs: Fixing up hypervisor install sections. Adding hypervisor host system requirements in the correct locations. Partially fixed indentation.

2012-10-22 Thread chipchilders
Docs: Fixing up hypervisor install sections. Adding hypervisor host system requirements in the correct locations. Partially fixed indentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2c8

[24/49] git commit: changing version on install guide to -incubating

2012-10-22 Thread chipchilders
changing version on install guide to -incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9aedfc8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9aedfc8f Diff: htt

[35/49] git commit: Docs: Remove book info files which are no longer being used.

2012-10-22 Thread chipchilders
Docs: Remove book info files which are no longer being used. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4ce880fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4ce880

[46/49] git commit: adding content on building packages from source

2012-10-22 Thread chipchilders
adding content on building packages from source Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a6d99cfd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a6d99cfd Diff: http

[32/49] git commit: some install guide cleanup

2012-10-22 Thread chipchilders
some install guide cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/933d986e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/933d986e Diff: http://git-wip-us.apache.

[34/49] git commit: Docs: Adding Book_Info back again. Publican requires this file, although it is not obviously being referenced from any of our guides.

2012-10-22 Thread chipchilders
Docs: Adding Book_Info back again. Publican requires this file, although it is not obviously being referenced from any of our guides. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/16432ff3 Tre

[48/49] git commit: first iteration of source.xml

2012-10-22 Thread chipchilders
first iteration of source.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6a4dc6a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6a4dc6a2 Diff: http://git-wip-us.apac

[47/49] git commit: Docs: Add missing file on security groups.

2012-10-22 Thread chipchilders
Docs: Add missing file on security groups. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/98e74d3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/98e74d3f Diff: http://gi

[42/49] git commit: Docs: Fix up grammar and missing text in AWS API compatibility chapter and add it to the Install Guide.

2012-10-22 Thread chipchilders
Docs: Fix up grammar and missing text in AWS API compatibility chapter and add it to the Install Guide. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4846b67c Tree: http://git-wip-us.apache.or

[36/49] git commit: Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing informat

2012-10-22 Thread chipchilders
Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing information. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.or

[31/49] git commit: cleaning up formatting in management-server-overview.xml

2012-10-22 Thread chipchilders
cleaning up formatting in management-server-overview.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6d10e572 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6d10e572 D

[45/49] git commit: updating some installation instructions

2012-10-22 Thread chipchilders
updating some installation instructions Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8adbc452 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8adbc452 Diff: http://git-w

[43/49] git commit: removing more install.sh references

2012-10-22 Thread chipchilders
removing more install.sh references Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/680032f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/680032f0 Diff: http://git-wip-u

[30/49] git commit: cleaning up formatting in cloud-infrastructure-overview

2012-10-22 Thread chipchilders
cleaning up formatting in cloud-infrastructure-overview Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dcda0a1b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dcda0a1b Di

[29/49] git commit: cleaning up about-clusters.xml

2012-10-22 Thread chipchilders
cleaning up about-clusters.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/93b2c5d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/93b2c5d4 Diff: http://git-wip-us.apa

[12/49] git commit: fixing a broken build

2012-10-22 Thread chipchilders
fixing a broken build Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/bf3bedf0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bf3bedf0 Diff: http://git-wip-us.apache.org/r

[19/49] git commit: Added short section that addresses the TODO for the system reserved IP addresses. Copied over from original 3.x documentation.

2012-10-22 Thread chipchilders
Added short section that addresses the TODO for the system reserved IP addresses. Copied over from original 3.x documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/51653af0 Tree: http

[22/49] git commit: Made a number of fixes to the steps for compiling Debian packages, added section on adding an APT repository.

2012-10-22 Thread chipchilders
Made a number of fixes to the steps for compiling Debian packages, added section on adding an APT repository. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c81c5f74 Tree: http://git-wip-us.apa

[27/49] git commit: removing CS-15664 as a known issue in release notes - this was resolved months ago

2012-10-22 Thread chipchilders
removing CS-15664 as a known issue in release notes - this was resolved months ago Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a448f169 Tree: http://git-wip-us.apache.org/repos/asf/incubator

[21/49] git commit: Removing OVM-specific documentation.

2012-10-22 Thread chipchilders
Removing OVM-specific documentation. Conflicts: docs/en-US/working-with-volumes.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/eddd4b4a Tree: http://git-wip-us.apache.org/repos/asf

[11/49] git commit: Added generic Yum docs.

2012-10-22 Thread chipchilders
Added generic Yum docs. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b80621a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b80621a2 Diff: http://git-wip-us.apache.org

[14/49] git commit: reordering kvm installation

2012-10-22 Thread chipchilders
reordering kvm installation Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/81c84548 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/81c84548 Diff: http://git-wip-us.apache

[18/49] git commit: adding a couple of storage options to text

2012-10-22 Thread chipchilders
adding a couple of storage options to text Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d3ad88b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5d3ad88b Diff: http://gi

[16/49] git commit: CLOUDSTACK-402 - fixing firewall statement so that it actually works

2012-10-22 Thread chipchilders
CLOUDSTACK-402 - fixing firewall statement so that it actually works Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/db8a6406 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tre

[20/49] git commit: Fixed instances of 4.0 instead of 4.0.0-incubating referring to version numbers.

2012-10-22 Thread chipchilders
Fixed instances of 4.0 instead of 4.0.0-incubating referring to version numbers. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/536fa68a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cl

[7/49] git commit: CLOUDSTACK-393:Docbook for VMWare vsphere installation

2012-10-22 Thread chipchilders
CLOUDSTACK-393:Docbook for VMWare vsphere installation Signed-off-by: Gavin Lee Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d18785f Tree: http://git-wip-us.apache.org/repos/asf/incubator-c

[9/49] git commit: partial-fix-for-376

2012-10-22 Thread chipchilders
partial-fix-for-376 Signed-off-by: Radhika PC Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f814f659 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f814f659 Diff: http

[10/49] git commit: docs: Use command tag for commands to be executed by reader.

2012-10-22 Thread chipchilders
docs: Use command tag for commands to be executed by reader. This was mentioned by Joe Brockmeier on the mailinglist, to make the documentation more readable we should use the tag for to be executed commands by the reader. This commit does that for the KVM hypervisor host installation part. P

[17/49] git commit: updating KVM requirements

2012-10-22 Thread chipchilders
updating KVM requirements Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2e2846ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2e2846ce Diff: http://git-wip-us.apache.o

[15/49] git commit: CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified

2012-10-22 Thread chipchilders
CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/340991a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/

[1/49] git commit: fixing some formatting

2012-10-22 Thread chipchilders
Updated Branches: refs/heads/4.0 6ed291404 -> 6355965dc fixing some formatting Conflicts: docs/en-US/user-services-overview.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/63559

[23/49] git commit: CLOUDSTACK-384: Removed release number from the "getting-release" content. Signed-off-by: Chip Childers

2012-10-22 Thread chipchilders
CLOUDSTACK-384: Removed release number from the "getting-release" content. Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b07b4bf0 Tree: http://git-wip-us.apache.or

[13/49] git commit: missed another firewall typo

2012-10-22 Thread chipchilders
missed another firewall typo Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d3f45dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5d3f45dc Diff: http://git-wip-us.apach

[4/49] git commit: Edited release notes to refer to 4.0 as 4.0.0-incubating.

2012-10-22 Thread chipchilders
Edited release notes to refer to 4.0 as 4.0.0-incubating. Conflicts: docs/en-US/release-notes.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3d1e641d Tree: http://git-wip-us.apache

[6/49] git commit: Minor cleanup on VMware docs, remove v1000

2012-10-22 Thread chipchilders
Minor cleanup on VMware docs, remove v1000 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/45b6c090 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/45b6c090 Diff: http://gi

[5/49] git commit: fixing README to reflect TOC issues around docname variable

2012-10-22 Thread chipchilders
fixing README to reflect TOC issues around docname variable Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2ce605c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2ce605c

[8/49] git commit: CLOUDSTACK-376: Changes to the min sys reqs doc.

2012-10-22 Thread chipchilders
CLOUDSTACK-376: Changes to the min sys reqs doc. I had to manually apply the changes, due to a conflict when applying https://reviews.apache.org/r/7661. The rest of the patch submitted via that review request was committed in the previous master branch commit. Signed-off-by: Chip Childers Pro

[2/49] git commit: reducing line length to 80

2012-10-22 Thread chipchilders
reducing line length to 80 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5aae00bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5aae00bc Diff: http://git-wip-us.apache.

[3/49] git commit: reducing line length to 80

2012-10-22 Thread chipchilders
reducing line length to 80 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6ec864a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6ec864a5 Diff: http://git-wip-us.apache.

git commit: Minor cleanup on VMware docs, remove v1000

2012-10-22 Thread jzb
Updated Branches: refs/heads/master f1b8bce99 -> 2999d438b Minor cleanup on VMware docs, remove v1000 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2999d438 Tree: http://git-wip-us.apache.o

git commit: CLOUDSTACK-393:Docbook for VMWare vsphere installation

2012-10-22 Thread chipchilders
Updated Branches: refs/heads/master 59091fde3 -> f1b8bce99 CLOUDSTACK-393:Docbook for VMWare vsphere installation Signed-off-by: Gavin Lee Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f1

[1/2] git commit: CLOUDSTACK-376: Changes to the min sys reqs doc.

2012-10-22 Thread chipchilders
Updated Branches: refs/heads/master 947d8cc6d -> 59091fde3 CLOUDSTACK-376: Changes to the min sys reqs doc. I had to manually apply the changes, due to a conflict when applying https://reviews.apache.org/r/7661. The rest of the patch submitted via that review request was committed in the prev

[2/2] git commit: partial-fix-for-376

2012-10-22 Thread chipchilders
partial-fix-for-376 Signed-off-by: Radhika PC Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/76478d96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/76478d96 Diff: http

git commit: CLOUDSTACK-374: Allow users to choose mgmt server host

2012-10-22 Thread bhaisaab
Updated Branches: refs/heads/master 1055ea8f6 -> 947d8cc6d CLOUDSTACK-374: Allow users to choose mgmt server host Users can now explicitly specify cluster management server node IP. Example: cloud-setup-database user:passwd@dbhost -i 192.168.1.10, or cloud-setup-database user:passwd@dbhost --

git commit: docs: Use command tag for commands to be executed by reader.

2012-10-22 Thread widodh
Updated Branches: refs/heads/master 5e44e6112 -> 1055ea8f6 docs: Use command tag for commands to be executed by reader. This was mentioned by Joe Brockmeier on the mailinglist, to make the documentation more readable we should use the tag for to be executed commands by the reader. This comm

git commit: docs: Build the installation guide instead of "all"

2012-10-22 Thread widodh
Updated Branches: refs/heads/master 5b2e1f42b -> 5e44e6112 docs: Build the installation guide instead of "all" It seems that all the work is going into the installation guide instead of the "-all" docs. With this commit we build the installation guide documentation. Project: http://git-wip-

git commit: The adapterlist needs to be merged instead of overwritten in ComponentLocator.

2012-10-22 Thread hugo
Updated Branches: refs/heads/master d04bfc340 -> 5b2e1f42b The adapterlist needs to be merged instead of overwritten in ComponentLocator. When using the extend option in the components-nonoss.xml the adapter lsit was overwritten (putAll on the map), but it should be merged instead. This preven

git commit: Moved apidocs,marvin and devcloud to developer profile

2012-10-22 Thread hugo
Updated Branches: refs/heads/master fd5421670 -> d04bfc340 Moved apidocs,marvin and devcloud to developer profile These maven targets depend on a specific setup of a developer desktop and require special tools that might not be available on all operating systems (like bash). Also on of the bas