Configuring the ONAP AAI service

The Open Network Automation Platform (ONAP) Active and Available Inventory (AAI) service provides an interface to the ASM graph database. The AAI acts as the data store for the components being used, to provide telecoms network functionality. The service improves support for logical network deployment elements, services, and deployment models. The service converts an AAI query into multiple queries to Agile Service Manager, based on primary keys, relationships, or brute force queries.

Procedure
Enable the ONAP AAI service by completing the following steps:
  1. Install Netcool® Operations Insight® on OpenShift®.
  2. Edit the custom resource YAML, by running the following command:
    oc edit noi <release-name>
  3. Add the following lines:
    helmValuesASM:
    asm.aaionap.enabled: true
  4. After some time, the aaionap pod state changes to running. Verify that the pod is running:
    oc get pod | grep aaionap

For more information, see ONAP overview external icon in the ONAP documentation.