ShapeBlue builds and hosts Apache CloudStack repositories for APT (Debian) and YUM (CentOS) based distributions, and Apache CloudStack SystemVM templates.
Start by selecting the major CloudStack version. Without pinning on a minor version, you’ll install the latest minor release using the repository. All packages are noredist builds.
NOTE: Our current production supported major versions of Cloudstack are 4.13, 4.14 and 4.15.
Documentation and Links for Apache CloudStack {{selectedMajorVersion}}.x
- Installation documentation for Apache CloudStack
- Administration documentation
- API documentation
- Apache CloudStack Project documentation
- Apache CloudStack Project wiki
Configuring Repository for Debian based platforms
Import our gpg release key: (Key ID 584DF93F, Key fingerprint = 7203 0CA1 18C1 A275 68B1 37C4 BDF0 E176 584D F93F)
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 584DF93F
Add the following to your /etc/apt/sources.list.d/cloudstack.list to enable the repository
deb {{aptUrl}} /
You may now install any of the available CloudStack packages, for example:
sudo apt-get update && sudo apt-get install cloudstack-management cloudstack-usage cloudstack-agent
Configuring Repository for RPM based platforms
Import our gpg release key: (Key ID 584DF93F, Key fingerprint = 7203 0CA1 18C1 A275 68B1 37C4 BDF0 E176 584D F93F)
rpm --import http://packages.shapeblue.com/release.asc
For CentOS 6.x, add the following to your /etc/yum.repos.d/cloudstack.repo:
[cloudstack-{{selectedMajorVersion}}]
name=cloudstack
baseurl={{rpmUrl}}
enabled=1
gpgcheck=1
gpgkey=http://packages.shapeblue.com/release.asc
For CentOS 7.x, add the following to your /etc/yum.repos.d/cloudstack.repo:
[cloudstack-{{selectedMajorVersion}}]
name=cloudstack
baseurl={{rpm7Url}}
enabled=1
gpgcheck=1
gpgkey=http://packages.shapeblue.com/release.asc
You may now install any of the available CloudStack packages, for example:
yum install cloudstack-management cloudstack-usage cloudstack-agent
Using SystemVM templates
SystemVM templates can be downloaded from {{templateUrl}}
License and Disclaimer
The CloudStack packages repository is managed and maintained by ShapeBlue, and released under Apache License 2.0.
Copyright 2014-2021 ShapeBlue Ltd
These files are licensed under the Apache License, Version 2.0 (the “License”);
you may not use these files 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.