|
|
* stop stack
|
|
|
* disable neutron-openvswitch-agent
|
|
|
* install neutron-ofagent-agent
|
|
|
|
|
|
```bash
|
|
|
yum install make automake gcc gcc-c++ kernel-devel python-pip python-devel
|
|
|
pip install ryu
|
|
|
yum install openstack-neutron-ofagent
|
|
|
```
|
|
|
|
|
|
* find its config file and adapt it to our setup (probably new plugin conf file in /etc/neutron/...
|
|
|
* (maybe restart opendaylight before next step)
|
|
|
* start cluster with ofagent enabled instead of openvswitch-agent
|
|
|
* track ofagent log and opendaylight log to see if they communicate directly and correctly
|
|
|
* create a network
|
|
|
* start a vm
|
|
|
* start another vm
|
|
|
* ...
|
|
|
* profit |
|
|
\ No newline at end of file |