![Jean-Philippe Evrard](/assets/img/avatar_default.png)
This moves the appendix of the deploy guide into our user stories. Change-Id: I0c0985987fba4610f825a36619aa2b043a730613
32 lines
1.7 KiB
ReStructuredText
32 lines
1.7 KiB
ReStructuredText
=====================
|
|
Network configuration
|
|
=====================
|
|
|
|
The following table shows bridges that are to be configured on hosts.
|
|
|
|
+-------------+-----------------------+-------------------------------------+
|
|
| Bridge name | Best configured on | With a static IP |
|
|
+=============+=======================+=====================================+
|
|
| br-mgmt | On every node | Always |
|
|
+-------------+-----------------------+-------------------------------------+
|
|
| | On every storage node | When component is deployed on metal |
|
|
+ br-storage +-----------------------+-------------------------------------+
|
|
| | On every compute node | Always |
|
|
+-------------+-----------------------+-------------------------------------+
|
|
| | On every network node | When component is deployed on metal |
|
|
+ br-vxlan +-----------------------+-------------------------------------+
|
|
| | On every compute node | Always |
|
|
+-------------+-----------------------+-------------------------------------+
|
|
| | On every network node | Never |
|
|
+ br-vlan +-----------------------+-------------------------------------+
|
|
| | On every compute node | Never |
|
|
+-------------+-----------------------+-------------------------------------+
|
|
|
|
For a detailed reference of how the host and container networking is
|
|
implemented, refer to
|
|
:dev_docs:`OpenStack-Ansible Reference Architecture, section Container
|
|
Networking <reference/architecture/index.html>`.
|
|
|
|
For use case examples, refer to
|
|
:dev_docs:`User Guides <user/index.html>`.
|