summaryrefslogtreecommitdiffstats
path: root/docs/sections/design-components/component-specification/component-type-docker.rst
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2022-04-27 14:16:31 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-27 14:16:31 +0000
commit271a964e6da9b5e1342a81ed10353a2fcff67695 (patch)
treefadbd454d2462dce4c52aa16d02a0a6723ed55e8 /docs/sections/design-components/component-specification/component-type-docker.rst
parentd042f17bb05f70f4230d4b8572dba5b31af783ca (diff)
parent709b2d6d6e4bef256843bb7381aae7da04f6c073 (diff)
Merge "DCAEMOD updates for J release"
Diffstat (limited to 'docs/sections/design-components/component-specification/component-type-docker.rst')
-rwxr-xr-xdocs/sections/design-components/component-specification/component-type-docker.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/sections/design-components/component-specification/component-type-docker.rst b/docs/sections/design-components/component-specification/component-type-docker.rst
index a685e342..db338cd1 100755
--- a/docs/sections/design-components/component-specification/component-type-docker.rst
+++ b/docs/sections/design-components/component-specification/component-type-docker.rst
@@ -1470,7 +1470,28 @@ the Docker image. For CDAP, this is the full path to the CDAP jar.
Auxilary
--------
+New V3 version of component spec schema introduced -
+https://github.com/onap/dcaegen2-platform/blob/master/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json
+- Added new “helm” object under “auxilary\_docker” properties
+
+ - Includes “applicationEnv”
+
+ - Includes “service” definition
+
+- Readiness Configuration support
+
+ - docker\_healthcheck\_http
+
+ - Added HTTP/HTTPS for supported protocol enum list
+
+ - Added “port”
+
+ - Added “initialDelaySeconds”
+
+ - docker\_healthcheck\_script
+
+ - Added “initialDelaySeconds”
Health check
~~~~~~~~~~~~