Commit Graph

17022 Commits

Author SHA1 Message Date
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
Edison Su 6a71110c75 add unit test 2012-10-19 17:31:28 -07:00
Kelven Yang 8e59b3acfb Architecture refactoring - Stateless management server - Spring Framework initiatives, add missing files 2012-10-19 15:32:24 -07:00
Edison Su b104d22b77 if db.properties.override missing, shouldn't panic 2012-10-19 15:27:44 -07:00
Edison Su f6ac4dbe5d fix some pom xml files indentation, add db.root.passowrd, add utils/conf/db.properties.override, add to create user cloud, add devcloud pom file
Conflicts:

	pom.xml
2012-10-19 15:27:19 -07:00
Kelven Yang 8ef9e32cfd Architecture refactoring - Stateless management server - Spring Framework initiatives 2012-10-19 15:24:15 -07:00
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
David Nalley ca6f1ef7b4 removing CS-15664 as a known issue in release notes - this was resolved months ago 2012-10-18 12:25:08 -04:00
Joe Brockmeier 10cb33bda6 Merge branch 'docs-review'
First pass at release notes. Made several corrections, additions, and updates. Also corrected some incorrect elements, etc.
2012-10-18 09:40:58 -05:00
Joe Brockmeier 44e5a9b445 First pass on the release notes. Corrected a number of issues, partial cleanup of elements. 2012-10-18 09:37:37 -05:00
Rohit Yadav aa67ec0fb7 INSTALL.md:: Update packaging and installation sections
Update for master. Mostly based on 4.0, we need to fix sections on
packaging.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-18 19:36:03 +05:30