summaryrefslogtreecommitdiffstats
path: root/docs/sections/components/architecture/services.rst
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-12-06 22:33:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-06 22:33:09 +0000
commitb54b6cc1c54e5fba3c86c087e9843645e67e6dc5 (patch)
tree832a1ba1f817247715b39331279c73640a6d0d8d /docs/sections/components/architecture/services.rst
parentc5a64623b88d7b02cd4db8a5c4e676016056d5ae (diff)
parent1fca6acb2918beef86a5a78dc659683830908cd2 (diff)
Merge "DCAE Controller documentation DCAEGEN2-213"
Diffstat (limited to 'docs/sections/components/architecture/services.rst')
-rwxr-xr-xdocs/sections/components/architecture/services.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/sections/components/architecture/services.rst b/docs/sections/components/architecture/services.rst
new file mode 100755
index 00000000..9cfd084c
--- /dev/null
+++ b/docs/sections/components/architecture/services.rst
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+‘Services’ Overview
+===================
+
+DCAE Services run on the DCAE platform. A service performs either
+monitors the virtualized network services or does analytics. A service
+is composed of one or more components, and performs a business need.
+
+Services are created in a ‘Service Design and Creation’ tool called
+‘Service Assurance Flow Designer’ by a Service Designer. This is done by
+\* 1. ‘compose’ing a service from the available SDC catalog components
+(actually from the TOSCA models representing the components), then \* 2.
+’submit’ing the service, which generates a Cloudify blueprint, is then
+automatically uploaded to INVENTORY, and then deployed by DEPLOYMENT
+HANDLER (once a DTI Event is triggered for the service). It should be
+noted that some service flows, specifally ’closed-loop’ flows, are not
+initiated by DTI, but are done by CLAMP.