eab383f697313325d37f579ba15271f96268bd6c
[policy/parent.git] / docs / drools / feature_clusecases.rst
1
2 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4
5 *******************************
6 Feature: Control Loop Use Cases
7 *******************************
8
9 .. contents::
10     :depth: 3
11
12 Summary
13 ^^^^^^^
14
15 The "controlloop-usecases" feature enables the "usecases" controller in a PDP-D.
16 The "usecases" controller supports the official ONAP use cases in a more efficient manner than
17 the legacy "amsterdam" controller.
18 The main difference is that control loop provisioning does not need a new version upgrade
19 each time a control loop is added or removed.
20
21 Usage
22 ^^^^^
23
24 The feature is enabled by default.  The lifecycle "enabled" property can be toggled with
25 the "features" command line tool.
26
27     .. code-block:: bash
28        :caption: PDPD Features Command
29
30         policy stop
31
32         features disable controlloop-usecases     # enable/disable toggles the activation of the feature.
33
34         policy start
35
36 End of Document