Network
-
Open vSwitch (OVS)
osism apply -a pull openvswitch
osism apply openvswitch -
Open Virtual Network (OVN)
In
environments/kolla/configuration.yml
the parameterneutron_plugin_agent
is set toovn
. The parameter is set toovn
by default in the Cookiecutter and is the OSISM default.environments/kolla/configuration.yml# neutron
neutron_plugin_agent: "ovn"Before the deployment of OVN, the deployment of Open vSwitch must already have been done.
osism apply -a pull ovn
osism apply ovn