Changes

Jump to: navigation, search

OpenStack Baremetal

6 bytes added, 17:56, 14 April 2014
no edit summary
==RDO==
Here are the following instructions to install RDO, Red Hat’s Distribution of OpenStack:Source: [http://openstack.redhat.com/Quickstartinstall RDO], Red Hat’s Distribution of OpenStack:
Step 0: Prerequisites
A *An RHEL-based Linux distribution, we will be using Fedora 20*Minimum 2 GB of RAM*Minimum 1 Network Adapter*CPU with hardware virtualization extensions*Use a fully qualified domain name to avoid DNS issues with Packstack
Step 1: Software repositories
 *If on Fedora 20, skip to step 2 
sudo yum install -y http://rdo.fedorapeople.org/rdo-release.rpm
Step 2: Install Packstack Installer
 
sudo yum install -y openstack-packstack
Step 3: Run Packstack to install OpenStack
 
packstack --allinone
Once it has successfully installed, you may log into the OpenStack Dashboard at http://$YOURIP/dashboard with the login credentials from /root/keystonerc_admin. Store the packstack answer-file as you will need it later on.
====Troubleshooting:====
If an error occurs during installation, you must run packstack again with the answer-file so that any passwords you've already set will be reused.
packstack --answer-file packstack-answers-$DATE-$TIME.txt
sudo chown -R nova /tftpboot
====Troubleshooting:====
For readability, you may set debug=False in /etc/nova/nova.conf.
sudo systemctl enable dnsmasq.service
====Troubleshooting:====
You may be able to resolve issues with enabling TFTP by configuring SELinux
The compute node should first load the deploy images from the compute host. If it reaches the Netcat stage, you will see waiting… and the node will soon reboot. After it has rebooted, the compute node will load the kernel and ramdisk, and also any cloud-init commands, but it should be fully accessible over SSH.
====Troubleshooting:====
Power controls of compute node over ipmitool:

Navigation menu