Commit Graph

12599 Commits

Author SHA1 Message Date
Jessica Tomechak
5d19e95299 Add include statements for new About... sub-sections to Cloud Infrastructure Concepts master file. 2012-08-09 22:59:01 -07:00
Jessica Tomechak
6044ac884f Fix book title and abstract in documentation. 2012-08-09 22:57:51 -07:00
Jessica Tomechak
e88b1721ee Add more About ... sections to Infrastructure Concepts documentation, plus small fix to image alt text in About Zones. 2012-08-09 22:56:47 -07:00
Jessica Tomechak
d9864e3038 Fix broken image references. 2012-08-09 16:59:41 -07:00
Jessica Tomechak
cdc6cf8026 Check in images that are needed, and remove images directory that was placed at the wrong level. 2012-08-09 16:59:39 -07:00
Jessica Tomechak
9cec713c68 Remove unneeded include files from main CloudStack Guide. 2012-08-09 16:59:36 -07:00
Jessica Tomechak
cd12efaa47 Fix bad image references. 2012-08-09 16:59:33 -07:00
Jessica Tomechak
bab6dcbd21 Remove files with underscore filenames. Replaced already by new files with hyphenated filenames. These are causing WARNING messages in the build. 2012-08-09 16:59:31 -07:00
Jessica Tomechak
2c292d7c61 Remove the configs directory within docs. These were working files, not used currently. 2012-08-09 16:59:28 -07:00
Chip Childers
e7718a9095 NOTICE and LICENSE updates 2012-08-09 16:15:38 -04:00
Chip Childers
0ad8118562 Fixed three .classpath license header issues 2012-08-09 14:21:06 -04:00
Prasanna Santhanam
038608b54f Ignore comments in config files during loading 2012-08-09 17:37:43 +05:30
Prasanna Santhanam
f72146e96f Changes to simulator setup files
for provider + traffic type changes in marvin
2012-08-09 15:31:58 +05:30
Prasanna Santhanam
aa8fee4fac Correcting the example configurations for advanced and basic zone
Zones will now be have to configured with physical networks, their
traffic types and the providers with the devices supporting the service
2012-08-09 15:31:51 +05:30
Prasanna Santhanam
614131a9de support for traffic type and external devices configuration
* traffictypes = 'Guest', 'Management', 'Public', 'Storage'
    - corresponding nic labels are given in the labeldict
* External device providers JuniperSrx, NetScaler and F5 load balancing
can now be configured

* examples are shown in the configGenerator.py script for basic,
advanced and EIP/ELB based zones

Conflicts:

	tools/marvin/marvin/configGenerator.py
	tools/marvin/marvin/deployDataCenter.py
2012-08-09 15:31:28 +05:30
Mice Xia
c91463f43e show zone name in secondary storage detail page 2012-08-09 17:29:11 +08:00
Mice Xia
886f470270 include cloud-ejb-api-3.0.jar in systemvm.zip 2012-08-09 17:28:30 +08:00
Jessica Tomechak
bf09e553e4 Add README file with how-tos for documentation contributors. 2012-08-08 21:26:31 -07:00
Jessica Tomechak
551b165b72 Add multiple publican.cfg files to enable automated build of several guides from docs directory. 2012-08-08 19:07:05 -07:00
Jessica Tomechak
a25e20afff CS-15604, create Apache version of documentation.
Add new documentation files on the topic of Provisioning.
2012-08-08 18:18:54 -07:00
David Nalley
f99ef59787 adding my code signing key to KEYS 2012-08-08 20:59:39 -04:00
Alena Prokharchyk
a1f361904e Reverted "Initialize user context from AccountManager" committed to master branch by mistake
This reverts commit da26302049.
2012-08-08 15:26:45 -07:00
Wido den Hollander
d91b7dcd4b agent: Read configuration directive 'workers' for number of threads
The example configuration file said 'workers' was the directive, but the code said
'threads'.

Now we accept both to prevent configuration errors, but the example config remains 'workers'
2012-08-08 22:45:02 +02:00
Alex Huang
47cad4ee59 Added stack dumps on windows to ignore 2012-08-08 13:43:07 -07:00
Alex Huang
e83c60a057 added JoinType to remove the j2ee source code in CloudStack 2012-08-08 13:42:08 -07:00
Wido den Hollander
2ce632cf0b agent: Fix typo for error message when HVM is not enabled 2012-08-08 22:31:06 +02:00
Wido den Hollander
a12a0081e9 agent: Exit when local.storage.uuid is not set
We used to generate a UUID when this wasn't set, but since we aren't writing to
agent.properties anymore we have to make sure the UUID is persistent across restarts.
2012-08-08 22:31:06 +02:00
Wido den Hollander
57a14266d8 agent: Remove dummy debug line
This does nothing
2012-08-08 22:31:06 +02:00
Wido den Hollander
9fe611037f agent: Set default values for all variables 2012-08-08 22:31:06 +02:00
Wido den Hollander
c4f847518f agent: Never write to agent.properties
A daemon should never write to a configuration file

Admins might use tools like Puppet and they don't like changing files
2012-08-08 22:31:06 +02:00
Wido den Hollander
6c015d4f81 agent: Add default path for KVM scripts to sample configuration 2012-08-08 22:31:06 +02:00
Wido den Hollander
27a43f9a97 agent: Remove dummy.agent.properties
This configuration file isn't being used and would only confuse admins
2012-08-08 22:31:06 +02:00
Wido den Hollander
5238a83688 agent: Update sample configuration file
It should now contain everything you need to run your agent
2012-08-08 22:31:06 +02:00
Wido den Hollander
70ae5fed77 agent: Fix a couple of typos in cloud-setup-agent
This tool needs a lot more work though!
2012-08-08 22:31:06 +02:00
Chip Childers
2dbcfa96b2 Notice and license file additions. 2012-08-08 16:19:06 -04:00
Alex Huang
f04c006f9a Added javax.persistence and javax.ejb jar packages to replace the files removed. Added a new annotation to replace the encrypt attributed added to the Column annotation. Removed join attribute added to SecondaryTable in previous commit 2012-08-08 12:58:24 -07:00
Alex Huang
457f3b3dc9 Removed all javax source code from utils package 2012-08-08 12:58:22 -07:00
Alena Prokharchyk
da26302049 Initialize user context from AccountManager
Conflicts:

	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/network/vpc/VpcManagerImpl.java
2012-08-08 11:17:01 -07:00
Edison Su
9e1b8caec4 need to build vmware before creating systemvm.zip 2012-08-08 11:13:15 -07:00
Edison Su
4429c2d95c add devcloud marvin configuration file 2012-08-08 10:46:43 -07:00
David Nalley
8e1f32f9d0 fixing whitespace issues and mismatched tag 2012-08-08 10:09:12 -04:00
Chip Childers
8f3e95489d Fixed (hopefully) syntax error in installation-steps-overview.xml 2012-08-08 09:56:05 -04:00
Chip Childers
562cace168 Patch from Joe Brockmeier for docs starting with i, j, l, m 2012-08-08 09:26:11 -04:00
David Nalley
f0823a2f08 apparently symlinks aren't working 2012-08-08 09:07:31 -04:00
Mice Xia
a74c6e3104 fix CS-15814 Description of global configuration 'encode.api.response' is incorrect 2012-08-08 16:29:53 +08:00
Mice Xia
8d75c8fe7d fix for empty event detail page 2012-08-08 15:49:27 +08:00
John Kinsella
9c22d43e81 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-08-08 00:12:39 -07:00
David Nalley
a60ea41137 adding a symlink to ents file 2012-08-08 00:43:32 -04:00
Edison Su
7b7f69b415 CS-10929: Pass error string when raising CloudInternalException
RB: https://reviews.apache.org/r/6449/
Send-by: andy@basho.com
2012-08-07 18:03:58 -07:00
John Kinsella
8ad0cab2b1 Adding my pgp key to KEYS file 2012-08-07 18:03:00 -07:00