Skip to content

O1 Adapter

Angelo Athanassopoulos requested to merge o1-adapter into develop

This MR, adds the O1 Adapter functionality.

To build the adapter

cd adapter
build-adapter.sh --adapter --no-cache

To run the adapter

cd adapter
start-adapter.sh --adapter

To configure the onap/telnet IPs, change the adapter/docker/config/config.json file.

Note: with the current implementation you need to rebuild the image upon configuration change. In the future, this will be changed to get the conf during container init time.

Merge request reports