You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full release notes for each release are located in the project's documentation website: http://incubator.apache.org/cloudstack/docs
5
+
6
+
Version 4.0.0-incubating
7
+
------------------------
8
+
9
+
This is the first release of CloudStack from within the Apache Software Foundation.
10
+
11
+
Build Tool Changes:
12
+
13
+
* The project now uses a combination of maven3 and ant for building
14
+
* License header auditing is now implemented via the Apache RAT Maven plugin
15
+
* Some integrations have been disabled in the default build, due to the license types of our dependencies (See README.md for details on how to build with the optional capabilities)
16
+
17
+
New Features:
18
+
19
+
* Inter-VLAN Routing (VPC)
20
+
* Site-to-Site VPN
21
+
* Local Storage Support for Data Volumes
22
+
* Virtual Resource Tagging
23
+
* Secure Console Access on XenServer
24
+
* Added the ability to create a VM without immediately starting it (via API)
25
+
* Upload an Existing Volume to a Virtual Machine
26
+
* Dedicated High-Availability Hosts
27
+
* Support for Amazon Web Services API (formerly a separate package)
28
+
* AWS API Extensions to include Tagging
29
+
* Support for Nicira NVP (L2)
30
+
* Ceph RBD Support for KVM
31
+
* Support for Caringo as Secondary Storage
32
+
* KVM Hypervisor support upgraded to work with Ubuntu 12.04 and RHEL 6.3
This document describes how to set up and configure a single server CloudStack
2
-
development environment. If you aren't looking for a development environment,
3
-
the easiest way to deploy CloudStack is by using RPM or DEB packages from:
1
+
This document describes how to develop, build, package and install Apache CloudStack
2
+
(Incubating). For more information please refer to the project's website:
4
3
5
-
-http://cloudstack.org/download.html
6
-
-http://jenkins.cloudstack.org (CI/Build server)
7
-
-http://cloudstack.apt-get.eu (Debian repository)
4
+
http://incubator.apache.org/cloudstack
8
5
9
-
CloudStack developers use various platforms for development, this guide will
10
-
focus on CentOS and was tested against a CentOS 6.2 x86_64 setup.
6
+
Apache CloudStack developers use various platforms for development, this guide
7
+
was tested against a CentOS 6.2 x86_64 setup.
11
8
12
9
Refer to the [wiki](http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index)
13
10
for the latest information, especially:
14
11
15
-
-[Setting up development environment](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment) for CloudStack.
-[Setting up development environment](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment) for Apache CloudStack.
0 commit comments