This page and the pages below are describing the development of an ODLUX Web application.

Further desciptions are:

Code location and versions

The ODLUX is part of SDN-R reladed feature. You can find the code in gerrit in the ccsdk/feature repository in /sdnr/wt/odlux (https://gerrit.onap.org).

The feature is part of SDNC/oam and can be installed and started by SDNRWT feature.

The node, yarn and lerna versions used are:

<nodeVersion>v8.10.0</nodeVersion>
<yarnVersion>v1.12.3</yarnVersion>
<arguments>add lerna@3.13.1 -W --exact</arguments>

Tree:

/sdnr/wt/odlux$ tree -L 2
.
├── apps
│   ├── apiDemo
│   ├── app-feature
│   ├── app-installer
│   ├── configurationApp
│   ├── connectApp
│   ├── demoApp
│   ├── faultApp
│   ├── helpApp
│   ├── inventoryApp
│   ├── maintenanceApp
│   ├── mediatorApp
│   ├── minimumApp
│   └── performanceHistoryApp
├── core
│   ├── features
│   ├── installer
│   ├── model
│   ├── pom.xml
│   ├── provider
├── framework
├── jest.json
├── lerna.json
├── LICENSE
├── package.json
├── pom.xml
├── README.md
└── yarn.lock




  • No labels