Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To add a new ONAP component to Heat it is necessary to complete the following three steps:

  1. Add the definition of a new component VM to the Heat template
  2. Make sure that all the component-specific configuration is in the Gerrit repository
  3. Prepare installation scripts that install software dependencies and docker containers


Add the definition of a new component VM to the Heat template

The Heat template contains the definition of the Operation And Management (OAM) private network that ONAP components use to communicate with each other. Each component has a fixed private IP address to the OAM network, in the 10.0.0.0/16 address family

  • No labels