Clone this repo:

Branches

  1. b6705b6 [SO] Generate and replace values file based on instance variable by egernug · 2 years, 3 months ago master
  2. 7d81ee0 Clean up Helm Charts Downloaded Directories by nadeeshani.jayathilake · 2 years ago
  3. 26714e6 Helm charts values customization using files by nadeeshani.jayathilake · 2 years ago
  4. 0b66a66 Fixing issue with resource monitoring by waqas.ikram · 2 years, 1 month ago
  5. 6bb9682 Fixing minor issues by waqas.ikram · 2 years, 1 month ago

ONAP SO CNFM



Introduction

SO CNFM project which handles the AS/CNF Lifecycle Management.

Compiling SO CNFM

SO CNFM can be compiled with mvn clean install

Getting Help

Subscribe and post messages with SO tag in onap-discuss group at https://lists.onap.org/g/onap-discuss

Project Structure

SO-CNFM is composed of a main pom.xml which is structured to build packages (docker image preparation file) and so-cnfm-lcm modules. Also, so-cnfm-lcm is structured to build all submodules and there is individual pom.xml for each submodule. so-cnfm-lcm is composed of so-cnfm-lcm-api – generates the POJOs for REST APIs. so-cnfm-lcm-application – creates Spring Boot application jar file. so-cnfm-lcm-bpmn-flows - Camunda BPM engine code flow for step-by-step order flow execution. so-cnfm-lcm-database-service – mariadb for storing metadata. so-cnfm-lcm-service – contains the REST APIs.