Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertySample ValueDescriptionRequired
aaf_usernamedcae@dcae.onap.orgIn the Dublin release information about the AAF user must be provided to enable publishing to authenticated topics.Yes
aaf_password<dcae_password>This is the password for the given user e.g.  Replace <dcae_password> with dcae@dcae.onap.org's password.Yes
enable_httptrueBy default, the PM-Mapper will only allow inbound queries over HTTPS, however its possible to configure it to enable HTTP also.No
tag_versionnexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:<version>By default the latest Docker Images will be used when deploying the PM-Mapper.  Replace <version> with the desired Docker image version.No
pm-mapper-filter{"filters": [{"pmDefVsn":"targetVersion", "nfType":"targetNodeType", "vendor":"targetVendor", "measTypes":["targetMeasType"]}]}The default behavior of the PM-Mapper is to map all measType in the received PM XML files, however, it's possible to provide filtering configuration which will reduce the VES event to the counters that the designer has expressed interest in. In this provided example a VES event containing the "targetMeasType" will only be generated and published if the following conditions are true:
  • The vendor of the node sending the file is "targetVendor"
  • The type of the node sending the file is "targetNodeType"

Additional Information on the filter model can be found here.

No


Expand
titleSample Cloudify input configurationcloudify configuration input


Code Block
languageyml
themeRDark
titleinputs.yaml
aaf_username:
 dcae@dcae
 dcae@dcae.onap.org


aaf_password: demo123456!


enable_http: false


tag_version:
 nexus3
 nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.0.0


pm-mapper-filter: {"filters": []}