NOTE: This documentation is for the Rackspace Private Cloud Software v. 2.0 ISO. Other v. 2.0 documentation can be found on the Archived Versions page. Documentation for the newest version of Rackspace Private Cloud Software can be found in the Getting Started section.
This chapter discusses the process for installing Rackspace Private Cloud Software and tips for troubleshooting the installation.
WARNING! During the installation process, the node will be completely reformatted. Do not install Rackspace Private Cloud Software on a node that has any other data on it.
Rackspace strongly recommends that you install Rackspace Private Cloud Software on physical hardware nodes (bare metal) for best results. The minimum node footprint is a 2-node installation of one controller node and one compute node. Other compute nodes may be added as needed, up to a total of 20 nodes. An all-in-one installation is available, but it is not recommended that you build a system on it.
NOTE: If you need to install on more than 20 nodes, please contact us at opencloudinfo@rackspace.com.
The hardware on which Rackspace Private Cloud Software is installed should support VT-x and meet the following recommended minimum hardware specifications:
CPU overcommit is set at 16:1 VCPUs to cores, and memory overcommit is set to 1.5:1. Each physical core can support up to 16 virtual cores; for example, one dual-core processor can support up to 32 virtual cores. If you require more virtual cores, adjust your sizing appropriately.
You can download the Rackspace Private Cloud Software ISO from the following URL:
http://www1.getalamo.com/alamo-v2.0.0.iso
The ISO is a 2 GB file.
If you will be copying it to a USB drive; ensure that the drive has sufficient capacity. You will need to make the USB stick bootable. This process has been documented by Ubuntu on their web site. Refer to the procedure that is appropriate for your operating system:
Before you begin, ensure that you have prepared your network information. When you are ready, follow this procedure to install the controller node.
NOTE: You must install the controller node before you install any compute nodes.
admin user. You will use this admin username and password to access the API and the dashboard.demo or enter your own and provide a password at the prompt. This user will not have admin privileges, but will be able to perform basic OpenStack functions, such as creating instances from images. Creating the user will also automatically create a project (also known as a tentant) for this user.Jane DoejdoemysecurepasswordAt this point, it will take approximately 5-10 minutes for the Ubuntu operating system installation to complete.
http://proxy_ip_address:proxy_ip_port. If you do not have a proxy, press enter to skip this step and leave the proxy information blank.At this point, the installation process will run for approximately 30 minutes without the need for user intervention. The device will reboot during the installation process. You will see a screen with the Rackspace Private Cloud logo, followed by a screen that displays a progress bar; you can use Ctrl+Alt+F2 to toggle between the progress bar screen and a Linux TTY screen (Ctrl+Alt+Fn+F2 on a Mac). You can follow the log during installation by switching to the correct TTY screen and viewing the log in /var/log/post-install.log.
After the installation is complete, you can view the install log by logging into the operating system with the username and password that you configured in Step 9. The log is stored in /var/log/post-install.log.
CAUTION: There is no password recovery system. Please do not forget your admin password.
After the controller node installation is complete, follow this procedure to install the compute node.
Jane DoejdoemysecurepasswordAt this point, it will take approximately 5-10 minutes for the Ubuntu operating system installation to complete.
http://proxy_ip_address:proxy_ip_port. If you do not have a proxy, press enter to skip this step and leave the proxy information blank.At this point, the installation process will run for approximately 20 minutes without the need for user intervention. As with the controller node installation, the device will reboot during the installation process. You will see a screen with the Rackspace Private Cloud logo, followed by a screen that displays a progress bar; you can use Ctrl+Alt+F2 to toggle between the progress bar screen and a Linux TTY screen (Ctrl+Alt+Fn+F2 on a Mac). You can follow the log during installation by switching to the correct TTY screen and viewing the log in /var/log/post-install.log.
After the installation is complete, you can view the install log by logging into the operating system with the username and password that you configured during the Controller installation. The log is stored in /var/log/post-install.log.
After you complete the installation, you may get a message notifying you that operating system updates and patches are available. These updates may be safely applied. However, as a best practice in a production environment, Rackspace strongly recommends that you configure a mirror of your production environment in which you apply and test new patches and updates before applying them in production.
If the installation is unsuccessful, it may be due to one of the following issues.
For more troubleshooting information and user discussion, you can also inquire at the Rackspace Private Cloud Support Forum at the following URL:
https://privatecloudforums.rackspace.com/
By default, Rackspace Private Cloud Software sets low values for rate limits, which limit activities such as the number of posts in a minute or the number of servers created in a minute. Depending on your environment, you may need to increase the rate limits. Use the following procedure to adjust the rate limits.
Log into the controller node and switch to root access with sudo -i.
Issue the following command to edit the environment file.
$ knife environment edit rpcs
Edit the nova section of the environment file as follows (adjusting the rate limit values as is appropriate to your environment).
"nova": {
"ratelimit": {
"settings": {
"changes-since-limit": {
"interval": "MINUTE",
"limit": "3",
"regex": ".*changes-since.*",
"uri": "*changes-since*",
"verb": "GET"
},
"create-servers-limit": {
"interval": "DAY",
"limit": "50",
"regex": "^/servers",
"uri": "*/servers",
"verb": "POST"
},
"generic-delete-limit": {
"interval": "MINUTE",
"limit": "100",
"regex": ".*",
"uri": "*",
"verb": "DELETE"
},
"generic-post-limit": {
"interval": "MINUTE",
"limit": "10",
"regex": ".*",
"uri": "*",
"verb": "POST"
},
"generic-put-limit": {
"interval": "MINUTE",
"limit": "10",
"regex": ".*",
"uri": "*",
"verb": "PUT"
}
}
},
……………,
……………,
}
Run chef-client to commit the change.
$ chef-client
© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

18 Comments
hi,am a student and am doing
i am thinking openstack essex is also a software can i use that for my project
please respond.
thanks.
School project on OpenStack
Your best solution for using OpenStack in a school project is to use the DevStack documented shell script to build complete OpenStack development environments. It is available at http://devstack.org/.
Your laptop with 6GB of RAM is fine for deployment using DevStack.
Rackspace Private Cloud Software on a laptop
Can't install through usb
Then boot from USB in another machine, Rackspace menu displayed like: Run Ubuntu, Install Ubuntu, help ect.
I can't manage to see the process in the video. Which part did I do incorrectly?
Hi there—can I assume you're
https://privatecloudforums.rackspace.com/viewtopic.php?f=4&t=243&p=793#p793
no cinder service?
I type 'nova-manage service list', there are only nova-scheduler, nova-cert, nova-consoleauth, nova-network, nova-compute.
Should I have to install seperately if I want to use Cinder volume?
help needed in volume node
Install it on Raid 1
Does anyone know how to fix this issue? or is any way I can load my raid driver into system during installation process.
Thank you so much!
Use the our new software
http://www.rackspace.com/knowledge_center/getting-started/rackspace-private-cloud
respected sir
sir i want a creat a private cloud for demo purpose in my laptop? can i creat a private cloud with 2GB RAM. plz sir give me the details how we creat a demo cloud and necessary software requirements for them? plz reply me as soon as possible
re: Laptop
http://devstack.org/
You can set up a demo cloud in a VM with 1.2 GB of RAM using Ubuntu or Fedora.
http://devstack.org/guides/single-vm.html
When installing using open center
Re: When installing using open center
The following topics have more information:
http://www.rackspace.com/knowledge_center/article/installation-prerequisites-and-concepts
http://www.rackspace.com/knowledge_center/article/installing-rackspace-private-cloud-software
If you need more information, you can also post questions to the Rackspace Private Cloud forums:
https://privatecloudforums.rackspace.com/
Thanks! understood once
I'm not sure about the
Here's instructions for installing OpenCenter and Chef on one box and Compute on another:
http://www.rackspace.com/knowledge_center/article/installing-rackspace-private-cloud-software-on-a-single-device-with-virtual-machines
Block storage and object storage are not currently part of OpenCenter, and would need to be configured manually. This topic discusses block storage (including information that has not yet been added to the documentation):
https://privatecloudforums.rackspace.com/viewtopic.php?f=4&t=369
This topic discusses Swift object storage:
https://privatecloudforums.rackspace.com/viewtopic.php?f=4&t=360
Thank you this will be very
Openstack Grizzly using Rackspace Installation
Currently Rackspace Private
https://privatecloudforums.rackspace.com/viewtopic.php?f=4&t=411&p=1596
Add new comment