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)

...

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

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

...

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

...