summaryrefslogtreecommitdiffstats
path: root/platformdoc/docs/components/component-specification/start-here.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-11-06 14:52:37 -0500
committerMichael Hwang <mhwang@research.att.com>2017-11-06 14:53:29 -0500
commit3d2b2aed3172d48325ed91ee6c1546c5172bac5e (patch)
treeec0ae314c46c33998b11ae7a1e4e48d0720425ee /platformdoc/docs/components/component-specification/start-here.md
parenta73548f4eb6ba4bdb2b2064c7e24a4b74b467f5a (diff)
Merge in accumulated changes
Change-Id: I3cd9da556c31efe879f0ff1eaf48f63e4fc353aa Issue-Id: DCAEGEN2-189 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'platformdoc/docs/components/component-specification/start-here.md')
-rw-r--r--platformdoc/docs/components/component-specification/start-here.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/platformdoc/docs/components/component-specification/start-here.md b/platformdoc/docs/components/component-specification/start-here.md
index 3816dd06..e69de29b 100644
--- a/platformdoc/docs/components/component-specification/start-here.md
+++ b/platformdoc/docs/components/component-specification/start-here.md
@@ -1,21 +0,0 @@
-# Component specification
-
-Every component that onboards onto the DCAE platform requires a component specification. The component specification is a JSON artifact that fully describes your components. The format of the component specification is standardized for CDAP applications and Dockerized applications and is validated using [a JSON schema](ONAP URL TBD).
-
-The component specification is used by:
-
-* Design - TOSCA models are generated from the component specification so that your component can be used by designers to compose new DCAE services in SDC.
-* Policy - TOSCA models are generated from the component specification so that operations can create policy models used to dynamically configure your component.
-* Runtime platform - Your component's application configuration (JSON) is generated from the component specification and will be provided to your component at runtime.
-
-## dcae-cli
-
-Use the [`dcae-cli`](../dcae-cli/quickstart) tool to manage your component specification and to test your components with it.
-
-The dcae-cli can also be used to view component specifications that have already been added and published. Please check out the [shared catalog](../dcae-cli/walkthrough/#shared-catalog) for examples for both Docker and CDAP.
-
-## Next
-
-If you are building a CDAP application, review the [component specification details for CDAP](cdap-specification.md).
-
-If you are building a Dockerized application, review the [component specification details for Docker](docker-specification.md).