ovn-org / ovn-scale-test

Apache License 2.0
18 stars 22 forks source link

Add support for physical deployments #179

Closed dceara closed 5 years ago

dceara commented 5 years ago

The physical machines must have already been provisioned and must have OVS/OVN running. To register such a deployment the new install_method="physical" option must be used in the deployment json/yaml files.

A sample deployment config for already provisioned physical setups can be found at samples/deployments/ovn-multihost-physical.json.

Signed-off-by: Dumitru Ceara dceara@redhat.com

huikang commented 5 years ago

Thanks for the contributions!