blob: c8aafc23ccd3366492441c97b9f40bc4536649f5 [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
ChrisC76c74f52019-03-26 14:28:39 +01003.. Copyright (c) 2017-2019 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
osgn422w17f8fc62019-05-29 19:26:49 +02006CLAMP - Control Loop Automation Management Platform
osgn422w5e8ca2f2019-06-04 15:06:11 +02007===================================================
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------------
xg353y2aad6d62018-05-18 17:59:06 +020015The list of APIs that 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-------------
36CLAMP 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))
osgn422wac763152019-05-28 12:59:41 +020040- Policy: REST based interface, Policy 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--------
sebdet4d1e6b92018-10-23 16:54:02 +020045CLAMP component is composed of a UI layer and a backend layer and packaged into a single container (single jar).
ChrisC8ec1b912018-03-27 03:12:59 -070046CLAMP also requires a database instance with 1 DB, it uses MariaDB.
47CLAMP also uses an ELK stack (Elastic Search, Logstash and Kibana) for the Dashboard.
ChrisCfb622922017-09-05 07:36:32 -070048
49.. blockdiag::
50
51
52 blockdiag layers {
ChrisC8ec1b912018-03-27 03:12:59 -070053 orientation = portrait
54 CLAMP_UI -> CLAMP_BACKEND;
55 CLAMP_BACKEND -> CLDSDB;
56 CLAMP_KIBANA -> CLAMP_ELASTICSEARCH;
57 CLAMP_LOGSTASH -> CLAMP_ELASTICSEARCH;
58 group l1 {
59 color = blue;
60 label = "CLAMP container";
61 CLAMP_UI; CLAMP_BACKEND;
62 }
63 group l3 {
64 color = orange;
65 label = "MariaDB container";
66 CLDSDB;
67 }
68 group l4 {
69 color = green;
70 label = "E_Search container";
71 CLAMP_ELASTICSEARCH;
72 }
73 group l5 {
74 color = green;
75 label = "Kibana container";
76 CLAMP_KIBANA;
77 }
78 group l6 {
79 color = green;
80 label = "LogStash container";
81 CLAMP_LOGSTASH;
82 }
ChrisCfac52642017-09-13 08:23:34 -070083 }
ChrisCfb622922017-09-05 07:36:32 -070084
85Logging & Diagnostic Information
86--------------------------------
ChrisC8ec1b912018-03-27 03:12:59 -070087CLAMP 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 -070088
Eric Debeau8ecddd32017-10-20 20:21:57 +000089With 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 -070090
ChrisCfb622922017-09-05 07:36:32 -070091
Gildas Lanilis53f49732017-11-22 11:09:27 -080092.. _index-clamp-installation:
ChrisCfb622922017-09-05 07:36:32 -070093
94Installation
95------------
ChrisCfac52642017-09-13 08:23:34 -070096A [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 -070097
xuegao86eee112020-05-13 15:22:16 +020098Once 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 -070099
100Configuration
101-------------
ChrisCfac52642017-09-13 08:23:34 -0700102.. Where are they provided?
103.. What are parameters and values?
ChrisCfb622922017-09-05 07:36:32 -0700104
105
Eric Debeau8ecddd32017-10-20 20:21:57 +0000106Currently, the CLAMP docker image 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 -0700107
108.. TODO detail config parameters and the usage
109
110
sebdet4d1e6b92018-10-23 16:54:02 +0200111There 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 -0700112
113.. code-block:: json
114
115 {
osgn422w05df54a2019-09-18 15:53:51 +0200116 "spring.datasource.cldsdb.url": "jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3",
117 "clamp.config.files.sdcController": "file:/opt/clamp/sdc-controllers-config.json",
118 "clamp.config.dcae.inventory.url": "https://inventory.{{ include "common.namespace" . }}:8080",
119 "clamp.config.dcae.dispatcher.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
120 "clamp.config.dcae.deployment.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
121 "clamp.config.dcae.deployment.userName": "none",
122 "clamp.config.dcae.deployment.password": "none",
123 "clamp.config.policy.api.url": "https4://policy-api.{{ include "common.namespace" . }}:6969",
124 "clamp.config.policy.api.userName": "healthcheck",
125 "clamp.config.policy.api.password": "zb!XztG34",
126 "clamp.config.policy.pap.url": "https4://policy-pap.{{ include "common.namespace" . }}:6969",
127 "clamp.config.policy.pap.userName": "healthcheck",
128 "clamp.config.policy.pap.password": "zb!XztG34",
129 "clamp.config.cadi.aafLocateUrl": "https://aaf-locate.{{ include "common.namespace" . }}:8095",
sebdet4d1e6b92018-10-23 16:54:02 +0200130 "com.att.eelf.logging.path": "/opt/clamp",
131 "com.att.eelf.logging.file": "logback.xml"
ChrisCfac52642017-09-13 08:23:34 -0700132 }
133
Determe, Sebastien (sd378r)934663b2018-04-04 14:50:57 +0200134SDC-Controllers config
135----------------------
136This file is a JSON that must be specified to Spring config, here is an example:
ChrisCfac52642017-09-13 08:23:34 -0700137
138.. code-block:: json
osgn422waac02f32019-09-18 16:34:29 +0200139
140 {
141 "sdc-connections":{
142 "sdc-controller1":{
143 "user": "clamp",
144 "consumerGroup": "consumerGroup1",
145 "consumerId": "consumerId1",
146 "environmentName": "AUTO",
147 "sdcAddress": "localhost:8443",
148 "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
149 "pollingInterval":30,
150 "pollingTimeout":30,
151 "activateServerTLSAuth":"false",
152 "keyStorePassword":"",
153 "keyStorePath":"",
154 "messageBusAddresses":["dmaaphost.com"]
155 },
156 "sdc-controller2":{
157 "user": "clamp",
158 "consumerGroup": "consumerGroup1",
159 "consumerId": "consumerId1",
160 "environmentName": "AUTO",
161 "sdcAddress": "localhost:8443",
162 "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
163 "pollingInterval":30,
164 "pollingTimeout":30,
165 "activateServerTLSAuth":"false",
166 "keyStorePassword":"",
167 "keyStorePath":"",
168 "messageBusAddresses":["dmaaphost.com"]
169 }
170 }
Determe, Sebastien (sd378r)46e851e2018-04-06 11:49:18 +0200171 }
ChrisCfac52642017-09-13 08:23:34 -0700172
Determe, Sebastien (sd378r)934663b2018-04-04 14:50:57 +0200173Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers.
174Each 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 +0100175The environmentName is normally the Dmaap Topic used by SDC.
176If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers)
ChrisCfac52642017-09-13 08:23:34 -0700177
ChrisCfb622922017-09-05 07:36:32 -0700178Administration
179--------------
180
xuegao86eee112020-05-13 15:22:16 +0200181A user can access CLAMP UI at the following URL : https://localhost:3000.
martial99333152017-10-11 13:49:07 +0200182(in this URL 'localhost' must be replaced by the actual host where CLAMP has been installed if it is not your current localhost)
osgn422w05df54a2019-09-18 15:53:51 +0200183For OOM, the URL is https://<host-ip>:30258
Morgan Richommef391c6c2017-11-08 09:06:39 +0100184
185.. code-block:: html
osgn422waac02f32019-09-18 16:34:29 +0200186
sebdet4d1e6b92018-10-23 16:54:02 +0200187 - Without AAF, the credentials are
188 Default username : admin
189 Default password : password
Morgan Richommef391c6c2017-11-08 09:06:39 +0100190
sebdet4d1e6b92018-10-23 16:54:02 +0200191 - With AAF enabled, the certificate p12 must be added to the browser
ChrisC989f4062019-04-05 16:24:13 +0200192 ca path: src/main/resources/clds/aaf/org.onap.clamp.p12, password "China in the Spring"
sebdet5dea2222019-01-11 13:11:03 +0100193 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 -0700194
osgn422w05df54a2019-09-18 15:53:51 +0200195A user can access the Control-Loop DashBoard (ELK stack based) at the following URL : https://localhost:5601 .
196(in this URL 'localhost' must be replaced by the actual host where CLAMP has been installed if it is not your current localhost)
197For OOM, the URL is https://<host-ip>:30290. Since El Alto release, User access is protected using the Search Guard plugin, community Edition!,
198for Kibana and ElasticSearch. The initial users and credentials provided by the Search Guard plugins are used by default.
199(take a look at the files in the ElasticSearch docker image located in the folder: /usr/share/elasticsearch/config/sg/,
200especially the file "sg_internal_users.yml").
201
ChrisCfb622922017-09-05 07:36:32 -0700202Human Interfaces
203----------------
ChrisCfac52642017-09-13 08:23:34 -0700204.. Basic info on the interface type, ports/protocols provided over, etc.
205
206User Interface (CLAMP Designer) - serve to configure control loop
sebdet5dea2222019-01-11 13:11:03 +0100207CLAMP 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.
ChrisC76c74f52019-03-26 14:28:39 +0100208
martial99333152017-10-11 13:49:07 +0200209The following actions are done using the UI:
ChrisCfac52642017-09-13 08:23:34 -0700210
Rich Bennettc58f8462017-10-24 08:26:42 -0400211* Design a control loop flow by selecting a predefined template from a list
212 (a template is an orchestration chain of Micro-services, so the template
213 defines how the micro-services of the control loop are chained together)
214
215* Give value to the configuration the parameters of each micro-service of
216 the control loop
217
218* Select the service and VNF(of that service) to which the control loop
219 will be attached
220
221* Configure the operational policy(the actual operation resulting from
222 the control loop)
223
sebdet4d1e6b92018-10-23 16:54:02 +0200224* Send the “TOSCA” blueprint parameters that will be used by DCAE to start the
Rich Bennettc58f8462017-10-24 08:26:42 -0400225 control loop (The blueprint will be sent first to SDC and SDC will
226 publish it to DCAE)
227
228* Trigger the deployment of the Control loop in DCAE
229
230* Control (start/stop) the operation of the control loop in DCAE
martial99333152017-10-11 13:49:07 +0200231
Eric Debeau8ecddd32017-10-20 20:21:57 +0000232HealthCheck API - serve to verify CLAMP status (see offered API's section)
sebdet4d1e6b92018-10-23 16:54:02 +0200233* https://<host-ip>:8443/restservices/clds/v1/healthcheck
234This one does not require the certificate
sebdet5dea2222019-01-11 13:11:03 +0100235
236Walk-through can be found here: https://wiki.onap.org/display/DW/CLAMP+videos
237
238.. toctree::
239 :maxdepth: 1
240 :titlesonly:
241
242 CLAMP User Guide <user-guide.rst>