Versions Compared

Key

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

...

The steps to provide this feature :are descibed by the following sections

Provide feature code

In the gerrit ccsdk/feature repository in the path sdnr/wt the sources for all bundles located.

In the following directory tree there are two sdnr services northbound and wt:

Code Block
sdnr/
├── northbound
│   ├── energysavings
│   └── oofpcipoc
└── wt
	├── featureaggregator
	├── apigateway
	├── helpserver
	├── devicemodel
	├── devicemanager
	├── websocketmanager2
	├── odlux
	├── pom.xml
	└── README.md

The sdnr/wt bundles apigateway, helpserver, devicemodel, devicemanager, websocketmanager2, odlux are providing the functionality.

The featureaggregator

  • is packaging all above feature bundle into one ZIP installer
  • providing a single karaf feature that can be used to install the complete service in a distibution container.

Provide distribution