setup rdo-icehouse on centos7 files
centos7.ks
basic configuration centos7 kickstart file
best mini ISO image
CentOS-7.0-1406-x86_64-Minimal.iso
and better reboot
$ sudo yum install -y tmux wget patch
$ sudo yum update -y
$ sudo shutdown -r now
RDO http://openstack.redhat.com/Main_Page
RDO Quick Start http://openstack.redhat.com/Quickstart
$ wget https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
$ sudo yum install -y rdo-release-icehouse-4.noarch.rpm
run $ sudo yum install -y openstack-packstack
this is work around things.
CentOS7 version is not 7.0 << 7.0.1406
bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=1117871
patch file : rdo-AIO-centos7-patch-for-bug-1117871.diff
fix Examples)
- $::operatingsystemrelease < 7
+ $::operatingsystemmajrelease < 7
run;
$ sudo su -
# ssh-keygen -t rsa
# cat /root/.ssh/id_rsa.pub > /root/.ssh/authorized_keys
# chmod 600 /root/.ssh/authorized_keys
# ls -l /root/.ssh/authorized_keys
# wget https://raw.githubusercontent.com/naototty/centos7-rdo-icehouse/master/rdo-AIO-centos7-patch-for-bug-1117871.diff
# ls -l rdo-AIO-centos7-patch-for-bug-1117871.diff
# cd /
# cat /root/rdo-AIO-centos7-patch-for-bug-1117871.diff | patch -p1
# cd
run;
# yum install -y iptables-services.x86_64 iptables-utils system-config-firewall-base.noarch
start packstack install "packstack --allinone" or other options.
# packstack --allinone
or with other options
# packstack --allinone --amqp-backend=rabbitmq --os-neutron-lbaas-install=y --os-heat-cloudwatch-install=y --os-heat-cfn-install=y