Versions Compared

Key

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


Under construction....

This attempts to workaround the AAF dependency by disabling CADI authorization on the dmaap-bc API, but still using CADI authorization on the MR API.

Known Issues: none


Resolution:

create override file with contents:

#################################################################
# Enable/disable and configure helm charts (ie. applications)
# to customize the ONAP deployment.
#################################################################
aaf:
  enabled: true
dmaap:
  enabled: true
message-router:
  enabled: true
dmaap-bc:
  enabled: true
dmaap-dr-node:
  enabled: false
dmaap-dr-prov:
  enabled: false

helm install --debug local/aaf -n central-aaf --namespace onap -f ~/dgl_overrides.yaml --timeout 900

...