blob: dfb19eb45af86c5c51fc00e5569da7653415be80 [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
ChrisC8ec1b912018-03-27 03:12:59 -07003.. Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
ChrisCfb622922017-09-05 07:36:32 -07004
ChrisCfac52642017-09-13 08:23:34 -07005CLAMP - Closed Loop Automation Management Platform
6==================================================
ChrisCfb622922017-09-05 07:36:32 -07007.. High level architecture, design, and packaging information for release planning and delivery.
8
Rich Bennettc58f8462017-10-24 08:26:42 -04009.. include:: architecture.rst
ChrisCfb622922017-09-05 07:36:32 -070010
martial99333152017-10-11 13:49:07 +020011
12Offered APIs
13------------
Eric Debeau8ecddd32017-10-20 20:21:57 +000014CLAMP offers the following API:
15* HealthCheck
Rich Bennettc58f8462017-10-24 08:26:42 -040016
17.. line-block::
18
19 URL: http://<host>:8080/restservices/clds/v1/clds/healthcheck
20 Result: if in good health it will return OK: "HTTP/1.1 200", and the following json string content:
21
Eric Debeau8ecddd32017-10-20 20:21:57 +000022.. code-block:: json
Rich Bennettc58f8462017-10-24 08:26:42 -040023
Eric Debeau8ecddd32017-10-20 20:21:57 +000024 {
25 "healthCheckComponent": "CLDS-APP",
26 "healthCheckStatus": "UP",
27 "description": "OK"
28 }
martial99333152017-10-11 13:49:07 +020029
30
31Consumed APIs
32-------------
33CLAMP uses the API's exposed by the following ONAP components:
Eric Debeauee81e8d2017-11-06 20:45:04 +000034
35- SDC : REST based interface exposed by the SDC, Distribution of service to DCAE
36- DCAE: REST based interface exposed by DCAE, Common Controller Framework, DCAE microservices onboarded (TCA, Stringmatch, Holmes (optional))
37- Policy: REST based interface (the Policy team provide a "jar" to handle the communication), both XACML and Drools PDP, APIs to App-C/VF-C/SDN-C
ChrisCfb622922017-09-05 07:36:32 -070038
39
40Delivery
41--------
Eric Debeau8ecddd32017-10-20 20:21:57 +000042CLAMP component is composed of a UI layer and a BackEnd layer and packaged into a single container.
ChrisC8ec1b912018-03-27 03:12:59 -070043CLAMP also requires a database instance with 1 DB, it uses MariaDB.
44CLAMP also uses an ELK stack (Elastic Search, Logstash and Kibana) for the Dashboard.
ChrisCfb622922017-09-05 07:36:32 -070045
46.. blockdiag::
47
48
49 blockdiag layers {
ChrisC8ec1b912018-03-27 03:12:59 -070050 orientation = portrait
51 CLAMP_UI -> CLAMP_BACKEND;
52 CLAMP_BACKEND -> CLDSDB;
53 CLAMP_KIBANA -> CLAMP_ELASTICSEARCH;
54 CLAMP_LOGSTASH -> CLAMP_ELASTICSEARCH;
55 group l1 {
56 color = blue;
57 label = "CLAMP container";
58 CLAMP_UI; CLAMP_BACKEND;
59 }
60 group l3 {
61 color = orange;
62 label = "MariaDB container";
63 CLDSDB;
64 }
65 group l4 {
66 color = green;
67 label = "E_Search container";
68 CLAMP_ELASTICSEARCH;
69 }
70 group l5 {
71 color = green;
72 label = "Kibana container";
73 CLAMP_KIBANA;
74 }
75 group l6 {
76 color = green;
77 label = "LogStash container";
78 CLAMP_LOGSTASH;
79 }
ChrisCfac52642017-09-13 08:23:34 -070080 }
ChrisCfb622922017-09-05 07:36:32 -070081
82Logging & Diagnostic Information
83--------------------------------
ChrisC8ec1b912018-03-27 03:12:59 -070084CLAMP 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 -070085
Eric Debeau8ecddd32017-10-20 20:21:57 +000086With 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 -070087
ChrisCfb622922017-09-05 07:36:32 -070088
Gildas Lanilis53f49732017-11-22 11:09:27 -080089.. _index-clamp-installation:
ChrisCfb622922017-09-05 07:36:32 -070090
91Installation
92------------
ChrisCfac52642017-09-13 08:23:34 -070093A [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 -070094
Eric Debeau8ecddd32017-10-20 20:21:57 +000095Once the image has been built and is available locally, you can use the `docker-compose up` command to deploy a prepopullated database and a CLAMP instance available on [http://localhost:8080/designer/index.html](http://localhost:8080/designer/index.html).
ChrisCfb622922017-09-05 07:36:32 -070096
97Configuration
98-------------
ChrisCfac52642017-09-13 08:23:34 -070099.. Where are they provided?
100.. What are parameters and values?
ChrisCfb622922017-09-05 07:36:32 -0700101
102
Eric Debeau8ecddd32017-10-20 20:21:57 +0000103Currently, 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 -0700104
105.. TODO detail config parameters and the usage
106
107
108There are two needed datasource for Clamp. By default, both 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 :
109
110.. code-block:: json
111
112 {
113 "spring.datasource.camunda.url": "jdbc:mariadb://anotherDB.onap.org:3306/camundabpm?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true",
114 "spring.datasource.camunda.username": "admin",
115 "spring.datasource.camunda.password": "password",
116 "spring.datasource.cldsdb.url": "jdbc:mariadb://anotherDB.onap.org:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true",
117 "spring.datasource.cldsdb.username": "admin",
118 "spring.datasource.cldsdb.password": "password"
119 }
120
121OR
122
123.. code-block:: json
124
125 {
126 "spring":
127 {
128 "datasource":
129 {
130 "camunda":
131 {
132 "url": "jdbc:mariadb://anotherDB.onap.org:3306/camundabpm?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true",
133 "username": "admin",
134 "password": "password"
135 },
136
137 "cldsdb":
138 {
139 "url": "jdbc:mariadb://anotherDB.onap.org:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true",
140 "username": "admin",
141 "password": "password"
142 }
143 }
144 }
145 }
146
ChrisCfb622922017-09-05 07:36:32 -0700147Administration
148--------------
149
ChrisCfac52642017-09-13 08:23:34 -0700150A user can access CLAMP UI at the following URL : http://localhost:8080/designer/index.html.
martial99333152017-10-11 13:49:07 +0200151(in this URL 'localhost' must be replaced by the actual host where CLAMP has been installed if it is not your current localhost)
Morgan Richommef391c6c2017-11-08 09:06:39 +0100152
153.. code-block:: html
154
Eric Debeau8ecddd32017-10-20 20:21:57 +0000155 Default username : admin
156 Default password : password
ChrisCfb622922017-09-05 07:36:32 -0700157
ChrisCfb622922017-09-05 07:36:32 -0700158Human Interfaces
159----------------
ChrisCfac52642017-09-13 08:23:34 -0700160.. Basic info on the interface type, ports/protocols provided over, etc.
161
162User Interface (CLAMP Designer) - serve to configure control loop
martial99333152017-10-11 13:49:07 +0200163The following actions are done using the UI:
ChrisCfac52642017-09-13 08:23:34 -0700164
Rich Bennettc58f8462017-10-24 08:26:42 -0400165* Design a control loop flow by selecting a predefined template from a list
166 (a template is an orchestration chain of Micro-services, so the template
167 defines how the micro-services of the control loop are chained together)
168
169* Give value to the configuration the parameters of each micro-service of
170 the control loop
171
172* Select the service and VNF(of that service) to which the control loop
173 will be attached
174
175* Configure the operational policy(the actual operation resulting from
176 the control loop)
177
178* Generate the “TOSCA” blueprint that will be used by DCAE to start the
179 control loop (The blueprint will be sent first to SDC and SDC will
180 publish it to DCAE)
181
182* Trigger the deployment of the Control loop in DCAE
183
184* Control (start/stop) the operation of the control loop in DCAE
martial99333152017-10-11 13:49:07 +0200185
Morgan Richommef391c6c2017-11-08 09:06:39 +0100186
martial99333152017-10-11 13:49:07 +0200187
Eric Debeau8ecddd32017-10-20 20:21:57 +0000188HealthCheck API - serve to verify CLAMP status (see offered API's section)