Versions Compared

Key

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

...

To access keyspace through cqlsh, login with credentials that are passed to MUSIC while creating the keyspace.

Build MUSIC

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 (Workspace and Development Tools)

Once you have done that run the following:

Code Block
languagebash
themeMidnight
# 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. 



Continue with Authentication

...