Versions Compared

Key

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

...

Types of Users and Usage Instructions:


Short Video Tutorial Series available at :  https://www.youtube.com/playlist?list=PLj-oRfbkqkfnN_2vnfhivCesJ118SA_zG

...

Code Block
firstline
languageyml
themeRDark
titleGlobal Ingress configuration
  #Global ingress configuration
  ingress:
    enabled: true
    virtualhost:
      baseurl: "simpledemo.onap.org"

...

As OOM/ingress template has been updated in Guilin release to enable virtual host, MOD API's and UI access via ingress should use dcaemod.api.simpledemo.onap.org 

Add entry for dcaemod.api.simpledemo.onap.org in /etc/hosts with the correct IP (any of K8S node IP can be specified)

...

Now let’s access the Nifi (DCAE designer) UI - http://dcaemod.api.simpledemo.onap.org/nifi/


a) Get the artifacts to test and onboard.

...

curl -X POST http://<onboardingapi host>/onboarding/dataformats     -H "Content-Type: application/json" -d @<filepath to request>
curl -X POST http://<onboardingapi host>/onboarding/components     -H "Content-Type: application/json" -d @<filepath to request>   

In our case, 
curl -X POST http://dcaemod.api.simpledemo.onap.org/onboarding/dataformats     -H "Content-Type: application/json" -d @<filepath to request>
curl -X POST http://dcaemod.api.simpledemo.onap.org/onboarding/components     -H "Content-Type: application/json" -d @<filepath to request>  

...

curl -X GET http://dcaemod.api.simpledemo.onap.org/onboarding/dataformats

curl -X GET http://dcaemod.api.simpledemo.onap.org/onboarding/components

...

d) Verify the genprocessor (which polls onboarding periodically to convert component specs to nifi processor), converted the component

Open http://dcaemod.api.simpledemo.onap.org/nifi-jars in / in a browser.

These jars should now be available for you to use in the nifi UI as processors.

...

You can use/import the attached input configurations files to deploy. Drag and Drop these sample JSON files to fill in the configuration values.

NOTE 1: Increase memory limit to 512Mi

NOTE 2: Verify image URL

View file
nametca-deploy.input.json
height250
View file
nameves-deploy.input.json
height250

...