This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
2.0 KiB
2.0 KiB
Home OpenStack-Ansible Installation Guide
Configuring the network
Although Ansible automates most deployment operations, networking on target hosts requires manual configuration because it can vary dramatically per environment. For demonstration purposes, these instructions use a reference architecture with example network interface names, networks, and IP addresses. Modify these values as needed for the particular environment.
The reference architecture for target hosts contains the following mandatory components:
- A
bond0interface using two physical interfaces. For redundancy purposes, avoid using more than one port on network interface cards containing multiple ports. The example configuration useseth0andeth2. Actual interface names can vary depending on hardware and drivers. Configure thebond0interface with a static IP address on the host management network. - A
bond1interface using two physical interfaces. For redundancy purposes, avoid using more than one port on network interface cards containing multiple ports. The example configuration useseth1andeth3. Actual interface names can vary depending on hardware and drivers. Configure thebond1interface without an IP address. - Container management network subinterface on the
bond0interface andbr-mgmtbridge with a static IP address. - The OpenStack Networking VXLAN subinterface on the
bond1interface andbr-vxlanbridge with a static IP address. - The OpenStack Networking VLAN
br-vlanbridge on thebond1interface without an IP address.
The reference architecture for target hosts can also contain the following optional components:
- Storage network subinterface on the
bond0interface andbr-storagebridge with a static IP address.
For more information, see OpenStack-Ansible Networking.