Recently in preparation for the Redhat OpenStack certification exam, you must go to Packstack. Take a note here to make it easy to use next time.
sources of RDO: Http://pan.baidu.com/s/1eQlFBJO
1 Making a local source
[RDO]
Name=rdo
Baseurl=http://192.168.1.136/rdo/packages
Gpgcheck=0
Yum clean Allyum List # no local source, RDO downloads very slowly from the web
2 Installing Packstack
Yum install-y openstack-packstack # Install Packstack package Packstack--gen-answer-file/root/answer.txt # Generate a Answer-file file
3 Edit Answer-file
vim /root/answer.txt # Edit Answer.txt, modify the content config_ceilometer_install=nconfig_ntp_servers=1.cn.pool.ntp.org # ntp server Address config_compute_hosts=192.168.234.20 CONFIG_REPO=http://192.168.1.136/rdo/Packages # can configure local source Config_keystone_admin_pw=redhatconfig_horizon_ssl=yconfig_ Provision_demo=nconfig_neutron_l2_plugin=ml2config_neutron_ml2_type_drivers=vlanconfig_neutron_ml2_tenant_ Network_types=vlanconfig_neutron_ml2_mechanism_drivers=openvswitchconfig_neutron_ml2_vlan_ranges=physnet1 : 1000:2000config_neutron_ovs_tenant_network_type=vlanconfig_neutron_ovs_vlan_ranges=physnet1:1000:2000config_ neutron_ovs_bridge_mappings=physnet1:br-eth0config_neutron_ovs_bridge_ifaces=br-eth0:eth0 # here seems to be a bug, do not fill me to execute PACKstack is successful, then manually ovs-vsctl add-port
Another note: SELinux cannot be disabled.
Packstack--answer-file/root/answer.txt # Wait till you're done with your clothes.
After the installation is complete, Br-ex also need to manually add-port the
When creating a network on dashboard, there is a provider default, if configured as above is Physnet1
This article is from the "The-way-to-cloud" blog, make sure to keep this source http://iceyao.blog.51cto.com/9426658/1588071
RDO Rapid deployment of OpenStack version J