For Encrypted Nod to Node communications follow the method described here Preparing SSL certificates for production (Datastax)

  • No labels

2 Comments

  1. Do we have steps to build the MUSIC.war? Or does it have to be downloaded from github.com/att/music

  2. Documentation will be updated to show that. Code can be downloaded from Music Gerrit
    To build you will need to ensure you update your settings with the ONAP settings.xml (SO Workspace and Development Tools)

    Once you have done that run the following:

    # If you installed settings.cml in your ./m2 folder
    mvn clean package
    # If you placed the settings.xml elsewhere:
    mvn clean package -s /path/to/settings.xml

    After it is built you will find the MUSIC.war in the ./target folder. 

    There is a folder called postman that contains a postman collection for testing with postman.