Skip to content

Commit

Permalink
OVN is the default network driver in OSISM
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Oct 24, 2024
1 parent 070d8c8 commit d9ebe83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/guides/deploy-guide/services/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ sidebar_position: 15
2. Open Virtual Network (OVN)

In `environments/kolla/configuration.yml` the parameter `neutron_plugin_agent` is set to
`ovn` if OVN is used as a network plugin. The parameter is set to `ovn` by default in the
Cookiecutter.
`ovn`. The parameter is set to `ovn` by default in the Cookiecutter and is the OSISM default.

```yaml title="environments/kolla/configuration.yml"
# neutron
neutron_plugin_agent: "ovn"
```
Otherwise the network plugin is set to `openvswitch`.
If the `neutron_plugin_agent` is set to `openvswitch`, this step does not need to be done.

Before the deployment of OVN, the deployment of Open vSwitch must already have been done.
```
Expand Down
6 changes: 1 addition & 5 deletions docs/guides/upgrade-guide/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ sidebar_position: 15
2. Open Virtual Network (OVN)

In `environments/kolla/configuration.yml` the parameter `neutron_plugin_agent` is set to
`ovn` if OVN is used as a network plugin. The parameter is set to `ovn` by default in the
Cookiecutter.
`ovn`. The parameter is set to `ovn` by default in the Cookiecutter and is the OSISM default.

```yaml title="environments/kolla/configuration.yml"
# neutron
neutron_plugin_agent: "ovn"
```
Otherwise the network plugin is set to `openvswitch`.
If the `neutron_plugin_agent` is set to `openvswitch`, this step does not need to be done.

Before the upgrade of OVN, the upgrade of Open vSwitch must already have been done.
```
Expand Down

0 comments on commit d9ebe83

Please sign in to comment.