diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-03 18:23:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 18:23:24 +0000 |
commit | 1c8cd98cbf776248781c8f679637f2ab75b6caf1 (patch) | |
tree | f6e08efe8b0d68b54e7b11bca81eaccf274a4c57 /docs/sections/components/architecture | |
parent | b2a561b84b926ef109809539b9e283e95032c083 (diff) | |
parent | d2cd31b73c0282f7aafd5b4adada00c0f4533d61 (diff) |
Merge "Onboarding documentation update for CLI"
Diffstat (limited to 'docs/sections/components/architecture')
-rwxr-xr-x | docs/sections/components/architecture/service-discovery.rst | 2 | ||||
-rwxr-xr-x | docs/sections/components/architecture/services.rst | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/docs/sections/components/architecture/service-discovery.rst b/docs/sections/components/architecture/service-discovery.rst index 1eeaef88..315f4520 100755 --- a/docs/sections/components/architecture/service-discovery.rst +++ b/docs/sections/components/architecture/service-discovery.rst @@ -11,7 +11,7 @@ discovery <http://microservices.io/patterns/server-side-discovery.html>`__ and is using `Consul <https://www.consul.io/>`__ as the service registry
solution.
-Service registration
+Service Registration
--------------------
All components are required to register with Consul in order to be
diff --git a/docs/sections/components/architecture/services.rst b/docs/sections/components/architecture/services.rst deleted file mode 100755 index 9cfd084c..00000000 --- a/docs/sections/components/architecture/services.rst +++ /dev/null @@ -1,19 +0,0 @@ -.. 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.
|