blob: 4fd4def67557a9058d98053c4a3f0db1f7db1466 [file] [log] [blame]
ChrisCfb622922017-09-05 07:36:32 -07001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
osgn422webc69072021-03-16 16:27:47 +01003.. Copyright (c) 2017-2021 AT&T Intellectual Property. All rights reserved.
LF Jenkins CId1b4f262020-04-07 17:38:47 +00004.. _master_index:
ChrisCfb622922017-09-05 07:36:32 -07005
osgn422webc69072021-03-16 16:27:47 +01006Policy/CLAMP - Control Loop Automation Management Platform
7==========================================================
ChrisCfb622922017-09-05 07:36:32 -07008.. High level architecture, design, and packaging information for release planning and delivery.
9
Rich Bennettc58f8462017-10-24 08:26:42 -040010.. include:: architecture.rst
ChrisCfb622922017-09-05 07:36:32 -070011
martial99333152017-10-11 13:49:07 +020012
13Offered APIs
14------------
osgn422webc69072021-03-16 16:27:47 +010015The list of APIs that Policy/CLAMP has offered could be find in the following table:
Rich Bennettc58f8462017-10-24 08:26:42 -040016
xg353y2aad6d62018-05-18 17:59:06 +020017.. |pdf-icon| image:: images/pdf.png
18 :width: 40px
Rich Bennettc58f8462017-10-24 08:26:42 -040019
xg353y2aad6d62018-05-18 17:59:06 +020020.. |swagger-icon| image:: images/swagger.png
21 :width: 40px
Rich Bennettc58f8462017-10-24 08:26:42 -040022
xg353y2aad6d62018-05-18 17:59:06 +020023.. |html-icon| image:: images/html.png
24 :width: 40px
Rich Bennettc58f8462017-10-24 08:26:42 -040025
xg353y2aad6d62018-05-18 17:59:06 +020026.. csv-table::
27 :header: "|Swagger-icon|", "|html-icon|", "|pdf-icon|"
28 :widths: 60,60,60
29
30 "swagger json file", "html doc", "pdf doc"
31 ":download:`link <swagger/swagger.json>`", ":download:`link <swagger/swagger.html>`", ":download:`link <swagger/swagger.pdf>`"
martial99333152017-10-11 13:49:07 +020032
33
34Consumed APIs
35-------------
osgn422webc69072021-03-16 16:27:47 +010036Policy/CLAMP uses the API's exposed by the following ONAP components:
Eric Debeauee81e8d2017-11-06 20:45:04 +000037
38- SDC : REST based interface exposed by the SDC, Distribution of service to DCAE
39- DCAE: REST based interface exposed by DCAE, Common Controller Framework, DCAE microservices onboarded (TCA, Stringmatch, Holmes (optional))
osgn422wa09a5cc2021-03-19 13:57:10 +010040- Policy Core: REST based interface, Policy Core engine target both XACML and Drools PDP, Policy Engine trigger operations to App-C/VF-C/SDN-C
osgn422w7f1d1e52020-06-30 16:29:27 +020041- CDS: REST based interface, to retrieve list of operations/actions with their corresponding payload at runtime for Operational Policies where the field 'actor' is 'CDS'.
ChrisCfb622922017-09-05 07:36:32 -070042
43Delivery
44--------
osgn422wa09a5cc2021-03-19 13:57:10 +010045Policy/CLAMP component is composed of a UI layer and a backend layer, each layer having its own container.
osgn422webc69072021-03-16 16:27:47 +010046Policy/CLAMP also requires a database instance with 1 DB, it uses MariaDB, which is the same DB as for the core Policy.
ChrisCfb622922017-09-05 07:36:32 -070047
osgn422wa09a5cc2021-03-19 13:57:10 +010048.. |clamp-policy-archi| image:: images/clamp-policy_archi.png
ChrisCfb622922017-09-05 07:36:32 -070049
osgn422wa09a5cc2021-03-19 13:57:10 +010050|clamp-policy-archi|
ChrisCfb622922017-09-05 07:36:32 -070051
52Logging & Diagnostic Information
53--------------------------------
ChrisC8ec1b912018-03-27 03:12:59 -070054CLAMP uses logback framework to generate logs. The logback.xml file can be found under the [src/main/resources/ folder](src/main/resources).
ChrisCfac52642017-09-13 08:23:34 -070055
Eric Debeau8ecddd32017-10-20 20:21:57 +000056With the default log settings, all logs will be generated into console and into root.log file under the CLAMP root folder. The root.log file is not allowed to be appended, thus restarting the CLAMP will result in cleaning of the old log files.
ChrisCfac52642017-09-13 08:23:34 -070057
ChrisCfb622922017-09-05 07:36:32 -070058
Gildas Lanilis53f49732017-11-22 11:09:27 -080059.. _index-clamp-installation:
ChrisCfb622922017-09-05 07:36:32 -070060
61Installation
62------------
ChrisCfac52642017-09-13 08:23:34 -070063A [docker-compose example file](extra/docker/clamp/docker-compose.yml) can be found under the [extra/docker/clamp/ folder](extra/docker/).
ChrisCfb622922017-09-05 07:36:32 -070064
xuegao86eee112020-05-13 15:22:16 +020065Once the image has been built and is available locally, you can use the `docker-compose up` command to deploy a pre-populated database and a CLAMP instance available on [https://localhost:3000](https://localhost:3000).
ChrisCfb622922017-09-05 07:36:32 -070066
67Configuration
68-------------
ChrisCfac52642017-09-13 08:23:34 -070069.. Where are they provided?
70.. What are parameters and values?
ChrisCfb622922017-09-05 07:36:32 -070071
72
osgn422wa09a5cc2021-03-19 13:57:10 +010073Currently, the CLAMP docker images can be deployed with small configuration needs. Though, you might need to make small adjustments to the configuration. As CLAMP is spring based, you can use the SPRING_APPLICATION_JSON environment variable to update its parameters.
ChrisCfac52642017-09-13 08:23:34 -070074
75.. TODO detail config parameters and the usage
76
77
sebdet4d1e6b92018-10-23 16:54:02 +020078There are one datasource for Clamp. By default, it will try to connect to the localhost server using the credentials available in the example SQL files. If you need to change the default database host and/or credentials, you can do it by using the following json as SPRING_APPLICATION_JSON environment variable :
ChrisCfac52642017-09-13 08:23:34 -070079
80.. code-block:: json
81
82 {
osgn422w05df54a2019-09-18 15:53:51 +020083 "spring.datasource.cldsdb.url": "jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3",
84 "clamp.config.files.sdcController": "file:/opt/clamp/sdc-controllers-config.json",
85 "clamp.config.dcae.inventory.url": "https://inventory.{{ include "common.namespace" . }}:8080",
sebdet1f2d62d2021-04-07 10:10:45 +020086 "clamp.config.dcae.dispatcher.url": "https://deployment-handler.{{ include "common.namespace" . }}:8443",
87 "clamp.config.dcae.deployment.url": "https://deployment-handler.{{ include "common.namespace" . }}:8443",
osgn422w05df54a2019-09-18 15:53:51 +020088 "clamp.config.dcae.deployment.userName": "none",
89 "clamp.config.dcae.deployment.password": "none",
sebdet1f2d62d2021-04-07 10:10:45 +020090 "clamp.config.policy.api.url": "https://policy-api.{{ include "common.namespace" . }}:6969",
osgn422w05df54a2019-09-18 15:53:51 +020091 "clamp.config.policy.api.userName": "healthcheck",
92 "clamp.config.policy.api.password": "zb!XztG34",
sebdet1f2d62d2021-04-07 10:10:45 +020093 "clamp.config.policy.pap.url": "https://policy-pap.{{ include "common.namespace" . }}:6969",
osgn422w05df54a2019-09-18 15:53:51 +020094 "clamp.config.policy.pap.userName": "healthcheck",
95 "clamp.config.policy.pap.password": "zb!XztG34",
96 "clamp.config.cadi.aafLocateUrl": "https://aaf-locate.{{ include "common.namespace" . }}:8095",
sebdet4d1e6b92018-10-23 16:54:02 +020097 "com.att.eelf.logging.path": "/opt/clamp",
98 "com.att.eelf.logging.file": "logback.xml"
ChrisCfac52642017-09-13 08:23:34 -070099 }
100
Determe, Sebastien (sd378r)934663b2018-04-04 14:50:57 +0200101SDC-Controllers config
102----------------------
103This file is a JSON that must be specified to Spring config, here is an example:
ChrisCfac52642017-09-13 08:23:34 -0700104
105.. code-block:: json
osgn422waac02f32019-09-18 16:34:29 +0200106
107 {
108 "sdc-connections":{
109 "sdc-controller1":{
110 "user": "clamp",
111 "consumerGroup": "consumerGroup1",
112 "consumerId": "consumerId1",
113 "environmentName": "AUTO",
114 "sdcAddress": "localhost:8443",
115 "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
116 "pollingInterval":30,
117 "pollingTimeout":30,
118 "activateServerTLSAuth":"false",
119 "keyStorePassword":"",
120 "keyStorePath":"",
121 "messageBusAddresses":["dmaaphost.com"]
122 },
123 "sdc-controller2":{
124 "user": "clamp",
125 "consumerGroup": "consumerGroup1",
126 "consumerId": "consumerId1",
127 "environmentName": "AUTO",
128 "sdcAddress": "localhost:8443",
129 "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
130 "pollingInterval":30,
131 "pollingTimeout":30,
132 "activateServerTLSAuth":"false",
133 "keyStorePassword":"",
134 "keyStorePath":"",
135 "messageBusAddresses":["dmaaphost.com"]
136 }
137 }
Determe, Sebastien (sd378r)46e851e2018-04-06 11:49:18 +0200138 }
ChrisCfac52642017-09-13 08:23:34 -0700139
Determe, Sebastien (sd378r)934663b2018-04-04 14:50:57 +0200140Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers.
141Each Clamp existing in a cluster should have different consumerGroup and consumerId so that they can each consume the SDC notification.
ChrisC76c74f52019-03-26 14:28:39 +0100142The environmentName is normally the Dmaap Topic used by SDC.
143If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers)
ChrisCfac52642017-09-13 08:23:34 -0700144
ChrisCfb622922017-09-05 07:36:32 -0700145Administration
146--------------
147
osgn422webc69072021-03-16 16:27:47 +0100148A user can access Policy/CLAMP UI at the following URL : https://localhost:3000.
149(in this URL 'localhost' must be replaced by the actual host where Policy/CLAMP has been installed if it is not your current localhost)
osgn422w05df54a2019-09-18 15:53:51 +0200150For OOM, the URL is https://<host-ip>:30258
Morgan Richommef391c6c2017-11-08 09:06:39 +0100151
152.. code-block:: html
osgn422waac02f32019-09-18 16:34:29 +0200153
sebdet4d1e6b92018-10-23 16:54:02 +0200154 - Without AAF, the credentials are
155 Default username : admin
156 Default password : password
Morgan Richommef391c6c2017-11-08 09:06:39 +0100157
sebdet4d1e6b92018-10-23 16:54:02 +0200158 - With AAF enabled, the certificate p12 must be added to the browser
ChrisC989f4062019-04-05 16:24:13 +0200159 ca path: src/main/resources/clds/aaf/org.onap.clamp.p12, password "China in the Spring"
sebdet5dea2222019-01-11 13:11:03 +0100160 Or get it from this page : https://wiki.onap.org/display/DW/Control+Loop+Flows+and+Models+for+Casablanca
ChrisCfb622922017-09-05 07:36:32 -0700161
ChrisCfb622922017-09-05 07:36:32 -0700162Human Interfaces
163----------------
ChrisCfac52642017-09-13 08:23:34 -0700164.. Basic info on the interface type, ports/protocols provided over, etc.
165
osgn422webc69072021-03-16 16:27:47 +0100166User Interface - serve to configure control loop
167Policy/CLAMP UI is used to configure the Control Loop designed and distributed by SDC. From that UI it's possible to distribute the configuration policies and control the life-cycle of the DCAE Micro Services.
168Policy/CLAMP UI is also used to manage Policies outside of a Control Loop.
ChrisC76c74f52019-03-26 14:28:39 +0100169
martial99333152017-10-11 13:49:07 +0200170The following actions are done using the UI:
ChrisCfac52642017-09-13 08:23:34 -0700171
Rich Bennettc58f8462017-10-24 08:26:42 -0400172* Design a control loop flow by selecting a predefined template from a list
173 (a template is an orchestration chain of Micro-services, so the template
174 defines how the micro-services of the control loop are chained together)
175
176* Give value to the configuration the parameters of each micro-service of
177 the control loop
178
179* Select the service and VNF(of that service) to which the control loop
180 will be attached
181
182* Configure the operational policy(the actual operation resulting from
183 the control loop)
184
sebdet4d1e6b92018-10-23 16:54:02 +0200185* Send the “TOSCA” blueprint parameters that will be used by DCAE to start the
Rich Bennettc58f8462017-10-24 08:26:42 -0400186 control loop (The blueprint will be sent first to SDC and SDC will
187 publish it to DCAE)
188
189* Trigger the deployment of the Control loop in DCAE
190
191* Control (start/stop) the operation of the control loop in DCAE
martial99333152017-10-11 13:49:07 +0200192
Eric Debeau8ecddd32017-10-20 20:21:57 +0000193HealthCheck API - serve to verify CLAMP status (see offered API's section)
sebdet4d1e6b92018-10-23 16:54:02 +0200194* https://<host-ip>:8443/restservices/clds/v1/healthcheck
195This one does not require the certificate
sebdet5dea2222019-01-11 13:11:03 +0100196
197Walk-through can be found here: https://wiki.onap.org/display/DW/CLAMP+videos
198
199.. toctree::
200 :maxdepth: 1
201 :titlesonly:
202
203 CLAMP User Guide <user-guide.rst>