Commit Graph

14114 Commits

Author SHA1 Message Date
Joe Brockmeier 2999d438bf Minor cleanup on VMware docs, remove v1000 2012-10-22 09:22:15 -05:00
Gavin Lee f1b8bce996 CLOUDSTACK-393:Docbook for VMWare vsphere installation
Signed-off-by: Gavin Lee <gavin.lxh@gmail.com>
2012-10-22 09:26:21 -04:00
Chip Childers 59091fde33 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 <chip.childers@gmail.com>
2012-10-22 09:22:28 -04:00
Radhika PC 76478d963b partial-fix-for-376
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2012-10-22 09:16:28 -04:00
Rohit Yadav 947d8cc6de 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 --mshost 192.168.1.10

Also, strips off trailing whitespaces.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-22 16:56:50 +05:30
Wido den Hollander 1055ea8f67 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 <command> tag for to be executed commands
by the reader.

This commit does that for the KVM hypervisor host installation part.
2012-10-22 12:42:35 +02:00
Wido den Hollander 5e44e61127 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.
2012-10-22 12:08:11 +02:00
Hugo Trippaers 5b2e1f42b7 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 prevented adapters from the parent to be loaded.
2012-10-22 11:13:34 +02:00
Hugo Trippaers d04bfc3400 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 bash scripts directly calls javac
instead of using the maven build system to deal with dependencies to the
method might not run correcly on all systems.

I've moved these tasks to the developer profile, so you can still use
them but you need to add -P developer to the mvn commandline. This
allows the base of cloudstack to build and run even if you environment
is not configured to run publican for example.
2012-10-22 10:05:22 +02:00
Prasanna Santhanam fd5421670d Remove redundant code in try..except block
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1350839262 +0530
2012-10-21 22:39:21 +05:30
Joe Brockmeier 43bd3c3a17 Added generic Yum docs. 2012-10-21 09:30:09 -05:00
Prasanna Santhanam 9d29143b9a Summary: Recording the dependencies for Marvin in the README.tools.md
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1350826017 +0530
2012-10-21 18:57:58 +05:30
Edison Su 4c35fae49e switch to ant target to create cloud-scripts.tgz, as there is assumption that the owner of files in this tgz is root. 2012-10-21 00:01:48 -07:00
Edison Su d1af01fbc8 add marvin project 2012-10-21 00:01:48 -07:00
Edison Su a9c81b6f08 fix devcloud: copy router_proxy.sh into correct place 2012-10-21 00:01:47 -07:00
Edison Su 3cd9ba46fb fix devcloud: add router_proxy.sh 2012-10-21 00:01:47 -07:00
Edison Su c5ba6312e7 fix devcloud 2012-10-21 00:01:47 -07:00
Edison Su b57be3389e add apidocs/devcloud projects 2012-10-21 00:01:47 -07:00
David Nalley 38578bf27d fixing a broken build 2012-10-20 22:41:14 -04:00
David Nalley bd723c252b missed another firewall typo 2012-10-20 22:22:30 -04:00
David Nalley ec6babd4ea reordering kvm installation 2012-10-20 22:21:21 -04:00
David Nalley f1105ff1d3 CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified 2012-10-20 22:16:29 -04:00
David Nalley 7a940fc5f7 CLOUDSTACK-402 - fixing firewall statement so that it actually works 2012-10-20 22:05:32 -04:00
David Nalley 0eff53f4f3 updating KVM requirements 2012-10-20 21:48:33 -04:00
David Nalley 703275e5b3 adding a couple of storage options to text 2012-10-20 20:43:37 -04:00
David Nalley 7bbdad1299 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-10-20 18:25:58 -04:00
Joe Brockmeier 8c4e483f76 Added short section that addresses the TODO for the system reserved IP addresses. Copied over from original 3.x documentation. 2012-10-20 14:42:59 -05:00
Joe Brockmeier b387e11333 Fixed instances of 4.0 instead of 4.0.0-incubating referring to version numbers. 2012-10-20 13:55:23 -05:00
Joe Brockmeier dffe67085e Removing OVM-specific documentation. 2012-10-20 13:03:17 -05:00
Prasanna Santhanam 9a90dc227e Distutils install_requires doesn't resolve dependencies
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1350733702 +0530
2012-10-20 17:18:22 +05:30
Prasanna Santhanam 355b152993 Summary: Replace pymysql in marvin with a stable mysql-connector-python
Detail: mysql-connector-python developed by Oracle will replace the MIT
licensed pymysql. mysql-connector-python is developed by Oracle and is
more favourable, faster and actively developed.

With this commit - the dbConnection object is also auto managed by
contextlib. Each transaction requests its own connection rather than
sharing one single connection for all the test runs.

BUG-ID : None
Reviewed-by: timeit comparison of pymysql and mysql-connector-python
Reported-by: dbExceptions and timeouts from Marvin test runs
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1350732083 +0530
2012-10-20 16:57:06 +05:30
Joe Brockmeier c63f4eae05 Merge branch 'install'
This fixes CLOUDSTACK-386 (Install Guide: Section 3.5.1 setting up an APT repo is empty) and revises the instructions for compiling Debian packages from source using Maven 3.
2012-10-19 14:33:38 -05:00
Joe Brockmeier 9d6d6172e4 Made a number of fixes to the steps for compiling Debian packages, added section on adding an APT repository. 2012-10-19 14:33:04 -05:00
Chip Childers 3d40256949 CLOUDSTACK-384: Removed release number from the "getting-release" content.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-19 15:25:49 -04:00
Brian Federle 65cf092f60 Network offering UI: Pass 'associatePublicIP' option
If elastic LB service is enabled for a shared network offering, add a
checkbox to associate public IP. This passes new option
'associatePublicIp=[true/false]' on creation.
2012-10-19 10:13:11 -07:00
David Nalley ee3d0450cb updating version for balance of guides 2012-10-19 09:49:45 -04:00
Chip Childers 4cb934dfa9 Added license header to a new file.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-19 09:41:53 -04:00
David Nalley d221e435d0 changing version on install guide to -incubating 2012-10-19 09:31:05 -04:00
Radhika PC 649d8628e7 fix for 344
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2012-10-19 09:20:41 -04:00
Prasanna Santhanam 7460b01893 Summary: provide deployment config access to marvin's testcase
Detail:
Sometimes tests need ssh access to the management server to perform
verification such as:

1. Pings from mgmt_server to agents
2. snapshots exist on secondary storage - mountable from mgmt server

For these the tests will need access to the config of the deployment and
the ip address of the mgmt server.

Egs: integration/component/test_egress.py and integration/component/test_snapshots.py

BUG-ID : CLOUDSTACK-377
Reported-by: Prasanna Santhanam
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1350624903 +0530
2012-10-19 11:06:53 +05:30
Marcus Sorensen a3c9a2b22d Summary: prepare-commit-msg skip merges, -m flag, squash, template
Detail: prepare-commit-msg now is skipped if -m flag is supplied, if user has
a template defined, if commit is a squash or a merge.

BUG-ID : none
Reviewed-by: Marcus Sorensen <marcus@betterservers.com>
Reported-by: Marcus Sorensen <marcus@betterservers.com>
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1350600822 -0600
2012-10-18 16:53:42 -06:00
Brian Federle e61aa3aa74 Don't create tag widget in quickview mode 2012-10-18 15:25:09 -07:00
Brian Federle d32eacf502 Section select UI: CSS update
-Remove 'div.list-view' from selector, to allow styling to be used
 across other widgets in the future
2012-10-18 15:04:03 -07:00
Marcus Sorensen 4d3b81cf36 ################################# 80 chars #####################################
Summary:

Detail:

BUG-ID :
Reviewed-by:
Reported-by:
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1350596640 -0600

################################# 80 chars #####################################
# The following is an example of how to fill out the above form. Please limit
# your formatting to 80 cols.
#
# Summary: One line description of commit, followed by blank line
#
# Detail: Multi-line description, followed by blank line
#
# BUG-ID: CLOUDSTACK-9999
# Reviewed-by: Bar Barlington <bar@example.com>, Foo McFooson <foo@example.com>
# Reported-by: Baz Bazelli <baz@example.com>
# Signed-off-by: You <you@yourdomain.com>
#
2012-10-18 15:44:00 -06:00
Jessica Wang 714b0593d3 cloudstack UI - Static NAT, Port Forwarding and Firewall Implementation on JuniperSRX - IP Address page - configuration - if Firewall is provided by JuniperSRX, hide Firewall icon when Port forwarding is configured on IP Address. 2012-10-18 14:41:06 -07:00
Jessica Wang a8e18f0529 cloudstack UI - Static NAT, Port Forwarding and Firewall Implementation on JuniperSRX - IP Address page - configuration - Firewall - call listNetworkOfferings API only when the screen is navigated from Guest Network section, but not from VPC section. 2012-10-18 14:36:29 -07:00
Jessica Wang b7ccae0dde cloudstack UI - Static NAT, Port Forwarding and Firewall Implementation on JuniperSRX - IP Address page - configuration - Firewall - exclude ICMP from Protocol dropdown. 2012-10-18 14:35:47 -07:00
Marcus Sorensen 9ba7509c70 Summary: add git prepare-commit-msg file
Detail: CloudStack committers can optionally use this file to prepopulate their
commits with a standard form. The idea was that it would help us get better
commit messages. It is set up locally up by running the following from the root
of the repo:

'ln -s ../../tools/git/prepare-commit-msg .git/hooks/prepare-commit-msg'

Additionally, a different prepare-commit-msg could potentially be committed for
each branch and the link will always point to the one that's checked out.

BUG-ID : none
Reviewed-by: Marcus Sorensen <marcus@betterservers.com>
Reported-by: Rohit Yadav <rohit.yadav@citrix.com>
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1350596087 -0600
2012-10-18 15:34:47 -06:00
Brian Federle 640aba7a77 UI quick view: Fix action state update
Fix case where quick view was removed instead of hidden by a dialog
before performing an action, which casued the list view row to not
update on completion
2012-10-18 12:52:50 -07:00
Brian Federle acae5f23bc Quickview UI: Localize string 'Quickview'
Conflicts:
	client/WEB-INF/classes/resources/messages.properties
	ui/dictionary.jsp
2012-10-18 11:03:24 -07:00