Changes

From Amahi Wiki
Jump to: navigation, search
yum -y update
* Install OpenStack following [https://openstack.redhat.com/Quickstart RDO Quickstart] instructions (run <code>packstack --allinone</code> as '''root''')
* Configure network bridging (refer to [https://openstack.redhat.com/Neutron_with_existing_external_network RDO Reference])
** Set <code>CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE=n</code>
** Executed <code>packstack --answer-file=answerfilename</code> (as '''root''')
** Created /etc/sysconfig/network-scripts/ifcfg-br-ex
** Revised /etc/sysconfig/network-scripts/ifcfg-enp9s0f0
** Appended lines to /etc/neutron/plugin.ini
** Restarted the network service
** Removed router and subnet
** Recreated subnet with IP address allocation range (set floating IP addresses)
** Recreated router to match gateway
===Notes===
12,424

edits