On this page, you'll find instructions for downloading and deploying Rackspace Private Cloud Software, using OpenCenter. We have also included a collection of resources to help guide you through this process. Please note that the software consists of both the OpenCenter server and the agent.
The Rackspace Private Cloud Software components are installed with an installation script. When you execute these commands, the install script will download the installation packages from packages.opencenter.rackspace.com and install them on your node.
To install the OpenCenter server component, execute the following command on the server node:
curl -s -L http://sh.opencenter.rackspace.com/install.sh | sudo bash -s - --role=server
Next, install the user interface component on the server node:
curl -s -L http://sh.opencenter.rackspace.com/install.sh | sudo bash -s - --role=dashboard --ip=<OpenCenter-server-IP>
Finally, once the server installation is complete, install the agent on the nodes that OpenCenter will manage. Execute the following commands on each agent node.
curl -s -L http://sh.opencenter.rackspace.com/install.sh | sudo bash -s - --role=agent --ip=<OpenCenter-server-IP>
Getting Started Guide
— Everything you need to get you on your way
Installation Video
— Hands-on overview of the installation process
Reference Architectures
— Technical overview of some common architectures
Private Cloud Forum
— Join the conversation with others in the Private Cloud Community
OpenCenter™ is Copyright 2013 by Rackspace US, Inc.
OpenCenter is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. This version of OpenCenter includes Rackspace trademarks and logos, and in accordance with Section 6 of the License, the provision of commercial support services in conjunction with a version of OpenCenter which includes Rackspace trademarks and logos is prohibited. OpenCenter source code and details are available at: https://github.com/rcbops/ or upon written request.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 and a copy, including this notice, is available in the LICENSE.TXT file accompanying this software.
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.