Versions Compared

Key

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

There are two ways to add an application to the main page, either through the GUI or during deployment.

Through GUI

  1. Log in to ONAP Portal as Super User. As of Casablanca this is    Login:"demo"     and    Password:"demo123456!"
  2. Select "Application Onboarding" on the tab on the left of screen.
  3. Fill out the required Application Details (Name, URL, REST API URL, Username, Password), and any additional details as required.
  4. Select “Application Catalogue”, again on the left tab.
  5. Tick the box of onboarded app.
  6. Return to home tab, application should now be present.



During Deployment


  1.  Insert Application info into fn_app

...

INSERT IGNORE INTO `fn_app_contact_us` (app_id, contact_name, contact_email, url, active_yn, description) VALUES ( 10,"SO Team","so@lists.onap.org","https://wiki.onap.org/display/DW/Approved+Projects",NULL, "Service Orchestration (SO).");




Info

Content by Label
showLabelsfalse
max5
spacesDW
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("portal-db","portal-apps","portal") and type = "page" and space = "DW"
labelsPortal portal-apps portal-db

...