Skip to content

Mvp

Offline support

Add ability for no internet on kubernetes

Core OS support

Support Debian AND CoreOS

Flavor Support

Restore the ability of deploying "flavors" of ONAP:

  • core: aaf, aai, dmaap, robot, sdc, sdnc, so
  • small: core + appc, cli, esr, log, msb, multicloud, nbi, portal, vid
  • medium: small + clamp, contrib, dcaegen2, oof, policy, pomba
  • full: all onap components

To do that, set environment variable DEPLOYMENT_TYPE to core, small, medium or full. If you want to add some components on top of one of type of deployment, you can add them in ADDITIONAL_COMPONENTS with a comma-separated list (example: vfc,uui). Here's the list of components available (on top of all described in core, small and medium):

  • modeling
  • sniro_emulator
  • vnfsdk
  • vfc
  • uui
Edited by Sylvain Desbureaux

Merge request reports