Commit Graph

16749 Commits

Author SHA1 Message Date
Hiroaki Kawai 1deb31a97e https://reviews.apache.org/r/6941/ - fix openjdk build requirement in spec file 2012-10-24 14:29:54 -04:00
Alex Huang f92ce72639 Correct dependency errors 2012-10-24 11:12:40 -07:00
Jessica Tomechak 1e0b8e43ba Docs. Fix CLOUDSTACK-405. Put missing steps back into management server installation. Running cloud-setup-management was missing. Also some copy edits. 2012-10-23 16:20:57 -07:00
Jessica Tomechak b1c72c1254 Docs. Fix bug CLOUDSTACK-406. Change AWS API port to 7080 in Installation Guide. 2012-10-23 15:24:41 -07:00
frank eeda3b9738 CloudStack CS-16590
Install script should specify correct version of libraries used by MS to avoid linking to default older versions of libraries
2012-10-23 14:47:13 -07:00
Jessica Tomechak 6cb0c97fbc Docs. Add missing sections to Primary Storage. Fix a typo. 2012-10-23 14:37:30 -07:00
Prasanna Santhanam 6f2792eb4b Summary: Close the ssh transport from paramiko
Detail: SSH Transport to be explicitly closed in marvin.remoteSSHClient
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351002168 +0530
2012-10-23 19:52:48 +05:30
Edison Su 059f605ace add more interfaces 2012-10-22 17:50:51 -07:00
Brian Federle d01bbb9417 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
2012-10-22 17:20:48 -07:00
Brian Federle 7fda33bbd0 CS-16572: Fix missing fields when start port == 0 2012-10-22 16:49:19 -07:00
Brian Federle db165896d2 Fix license headers and remove external links 2012-10-22 15:29:29 -07:00
Brian Federle 8bb273de8f Add tooltips to form fields
-Adds tooltips to all dialog-based form fields, to describe what each
 field represents. The tooltip appears on focus of the field, and
 hides once the field is blurred.

-Documentation content is pulled from a new namespace
 'cloudStack.docs', under docs.js. A new attribute, 'docID' is then
 specified on each createForm field to link the field to a specific
 tooltip string.

-If no docID is specified, then no tooltip is rendered.

-This only applies to the 'generic' forms that are rendered using the
 createForm widget

-This still needs to be localized

Conflicts:
	ui/index.jsp
	ui/scripts/configuration.js
	ui/scripts/network.js
	ui/scripts/ui/dialog.js
	ui/scripts/vpc.js
2012-10-22 15:18:22 -07:00
Brian Federle d3040de21d 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.
2012-10-22 12:17:55 -07:00
Jessica Wang d5607bc56d 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). 2012-10-22 11:52:01 -07:00
Jessica Wang 5c71d96f55 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 11:49:16 -07:00
Brian Federle f311880218 Quick view UI: Add alt tag for long titles 2012-10-22 11:22:16 -07:00
David Nalley 026b8d6209 fixing release notes name 2012-10-22 12:22:08 -04:00
Hugo Trippaers 6a20802640 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 in the central pom for easy reference.

Add wsdl4j as a runtime requirement. It is actually required by the
vmware implementation but it is easier to list it as a requirements for
the component here as vmware is not in any maven repo

put the dependency on vim back in the dependencies. It is not required
for compile, but is required as runtime by apputils.
2012-10-22 17:58:36 +02:00
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
Edison Su 6a71110c75 add unit test 2012-10-19 17:31:28 -07:00