Skip to content

Commit

Permalink
Add list of network interfaces usable with Kolla (#137)
Browse files Browse the repository at this point in the history
Part of osism/issues#749

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 10, 2023
1 parent cb9fd30 commit f704179
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/guides/configuration-guides/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ sidebar_position: 30

# OpenStack

## Network interfaces

**Parameter** | **Default** | **Description**
-------------------------------|------------------------------------------------------------------------|----------------
`network_interface` | `eth0` |
`neutron_external_interface` | `{{ network_interface }}` |
`kolla_external_vip_interface` | `{{ network_interface }}` |
`api_interface` | `{{ network_interface }}` |
`migration_interface` | `{{ api_interface }}` |
`tunnel_interface` | `{{ network_interface }}` |
`octavia_network_interface` | `{{ 'o-hm0' if octavia_network_type == 'tenant' else api_interface }}` |
`dns_interface` | `{{ network_interface }}` |
`dpdk_tunnel_interface` | `{{ neutron_external_interface }}` |
`ironic_http_interface` | `{{ api_interface }}` |
`ironic_tftp_interface` | `{{ api_interface }}` |

## How does the configuration get into services?

It is explained with example of OpenSearch Service how the configuration for OpenSearch
Expand Down

0 comments on commit f704179

Please sign in to comment.