Enabling in Devstack¶
Clone networking-omnipath and devstack:
git clone https://opendev.org/openstack/devstack
Copy the sample local.conf over:
cp networking-omnipath/devstack/local_ironic.conf.example devstack/local.conf
Add HOST_IP value in local.conf and enable networking-omnipath plugin:
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin https://opendev.org/x/networking-omnipath.git
To enable OmniPath Backend add these parameters in the local.conf:
> cat local.conf [ml2_omnipath] username="root" ssh_key="<path to public ssh key authorized to access fabric>" ip_address="<ip address of fabric>"
run
stack.sh