You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

10/6/2017

Closed loop control test is decomposed into the following items.

  1. Design and load policy rules t policy engine. Ideally this should be done by CLAMP. Currently CLAMP is working on CLAMP-59 - Getting issue details... STATUS . The workaround is to use Policy GUI.tt
  2. Preload AAI with vCPE data. The purpose is to lookup vServer using vGMUX VNF ID. Scott Seabolt (APPC) will provide a sample data to Venkata Harish Kajur (AAI) to show the named query. Venkata Harish Kajur will then create a script to preload such data to AAI for the testing.
  3. vGMUX sends packet loss VES to DCAE VES collector.
    • Kang Xi created a vGMUX instance in the open lab but the VPP-based VNF inside the VM is not functioning. According to Eric Multanen, most likely it is caused by network issues. Eric is working on this. Kang will also inform Danny Zhou and Johnson Li about this.
    • The following VES data caused an error. Most likely the data itself is incorrect. Vijay Venkatesh Kumar is looking into that.

      curl -H "Accept: application/json" -H "Content-Type: application/json" -d '{"event":{"measurementsForVfScalingFields":{"measurementInterval":10,"measurementsForVfScalingVersion":1.1,"vNicUsageArray":[

      Unknown macro: {"multicastPacketsIn"}

      ]},"commonEventHeader":

      Unknown macro: {"reportingEntityName"}

      }}' 10.12.25.84:8080/eventListener/v5

  1. DCAE TCA sends an event to Policy through DMaaP
  2. Policy process the event from DCAE and sends a “restart” event to APPC through DMaaP
  3. APPC captures the event from Policy, and then restarts the VM
  • No labels