Cloudstack Source code
Go to file
Santhosh Edukulla 0b617a13fd Fixed Bug: 4899
Added Configuration Support to Marvin.

1. It provides the basic configuration facilities to marvin.

2. User can just add configuration files for his tests, deployment
              etc, under one config folder before running their tests.
              cs/tools/marvin/marvin/config.
              They can remove all hard coded values from code and separate
              it out as config at this location.
              Either add this to the existing setup.cfg as separate section
              or add new configuration.
3. This will thus removes hard coded tests and separate
              data from tests.

4. This API is provided as an additional facility under
              cloudstackTestClient and users can get the
              configuration object as similar to apiclient,dbconnection
              etc to drive their test.

5. They just add their configuration for a test,
              setup etc,at one single place under configuration dir
              and use "getConfigParser" API of cloudstackTestClient
              It will give them "configObj".They can either pass their own
              config file for parsing to "getConfig" or it will use
              default config file @ config/setup.cfg.
6. They will then get the dictionary of parsed
              configuration and can use it further to drive their tests or
              config drive
7. Test features, can  drive their setups thus removing hard coded
          values. Configuration default file will be under config and as
              setup.cfg.
8. Users can use their own configuration file passed to
              "getConfig" API,once configObj is returned.

Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
2013-10-31 17:54:13 +05:30
agent Revert "fixed m2eclipse error" because it breaks packaging 2013-10-30 20:17:59 +01:00
agent-simulator/tomcatconf CLOUDSTACK-4285: configure simulator API not discovered 2013-08-13 18:04:08 +05:30
api CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR 2013-10-30 19:30:22 -07:00
awsapi Centralize loading of db.properties to one place 2013-10-30 17:03:13 -07:00
awsapi-setup CLOUDSTACK-1444. Fixing cloudstack-aws-api-register to set ec2 api version to the latest. [Support for EC2 API version 2012-08-15] 2013-07-04 10:08:48 +05:30
build CLOUDSTACK-2033 Fix usage server startup and logging 2013-04-16 10:52:49 +02:00
client CLOUDSTACK-4830: allow create account and user by domain admin 2013-10-31 11:36:54 +01:00
cloud-cli small fix to make this work with spaces in names 2012-09-22 13:43:57 +02:00
core CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR 2013-10-30 19:30:22 -07:00
debian add iptables/ethtool requirement on Agent in debian/control 2013-10-24 11:33:49 +02:00
deps Put what information we have in this file 2013-09-21 12:41:10 +08:00
developer Cleanup pom.xml in various projects to properly use managed versions and other defaults 2013-09-21 17:21:06 +08:00
docs/.tx Removing docs from master 2013-10-08 15:25:05 -04:00
engine CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR 2013-10-30 19:30:22 -07:00
framework Centralize loading of db.properties to one place 2013-10-30 17:03:13 -07:00
maven-standard Fix typo in pom name 2013-10-04 14:37:23 -07:00
packaging Merge remote-tracking branch 'origin/spring-modularization' 2013-10-23 11:14:42 -07:00
plugins remove unused file lock codes from LibvirtStorageAdaptor.java 2013-10-31 11:37:25 +01:00
python Summary: Updated sudoers approved commands for cloud user 2013-10-23 13:42:16 -07:00
quickcloud Spring Modularization 2013-10-02 15:41:04 -07:00
scripts CLOUDSTACK-4750 2013-10-30 15:12:21 -07:00
server CLOUDSTACK-4830: fix build error 2013-10-31 11:50:01 +01:00
services Add missing licenses 2013-10-23 15:20:08 -07:00
setup CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR 2013-10-30 19:30:22 -07:00
systemvm CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR 2013-10-30 19:30:22 -07:00
test CLOUDSTACK-2243: Add automation tests for VMs base image 2013-10-31 14:55:29 +05:30
tools Fixed Bug: 4899 2013-10-31 17:54:13 +05:30
ui CLOUDSTACK-4987: only shared network and isolated network with same account can be assigned to a VM 2013-10-31 11:37:31 +01:00
usage Revert "fixed m2eclipse error" because it breaks packaging 2013-10-30 20:17:59 +01:00
utils Centralize loading of db.properties to one place 2013-10-30 17:03:13 -07:00
vmware-base CLOUDSTACK-4950: fix the problem to support sessions to multiple vCenter instance 2013-10-24 11:42:41 -07:00
.gitignore Adding engine/storage/integration-test/test-output to gitignore for Ian 2013-07-31 11:22:40 -04:00
CHANGES CHANGES file history from past releases 2013-04-19 15:03:03 -04:00
INSTALL.md Fix the spec file for the noredist build 2013-09-21 14:42:31 +08:00
LICENSE Adding httpclient ssl source files to legal documentation 2013-08-26 12:36:59 -04:00
NOTICE CLOUDSTACK-1233: Fixed veewee config file legal documentation 2013-02-11 21:40:06 -05:00
README.md Test commit - apache auth 2013-07-23 14:43:32 -04:00
README.tools.md Fix top level files to use new git repo, url and MLs 2013-03-26 11:26:24 +05:30
configure-info.in License header updates for misc files 2012-08-03 14:51:41 -04:00
pom.xml Merge remote-tracking branch 'origin/spring-modularization' 2013-10-23 11:14:42 -07:00
version-info.in No more ant_args 2012-09-03 14:13:50 +02:00

README.md

Apache CloudStack Version 4.2.0

About Apache CloudStack

Apache CloudStack is software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering.

Apache CloudStack currently supports the most popular hypervisors: VMware, Oracle VM, KVM, XenServer and Xen Cloud Platform. CloudStack also offers bare metal management of servers, using PXE to provision OS images and IPMI to manage the server. Apache CloudStack offers three methods for managing cloud computing environments: an easy to use Web interface, command line tools, and a full-featured RESTful API.

Visit us at Apache CloudStack.

Mailing lists

Development Mailing List Users Mailing List Commits Mailing List Issues Mailing List Marketing Mailing List

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Building CloudStack

See the INSTALL file.

Notice of Cryptographic Software

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

CloudStack makes use of JaSypt cryptographic libraries

CloudStack has a system requirement of MySQL, and uses native database encryption functionality.

CloudStack makes use of the Bouncy Castle general-purpose encryption library.

CloudStack can optionally interacts with and controls OpenSwan-based VPNs.

CloudStack has a dependency on Apache WSS4J as part of the AWSAPI implementation.

CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.