summaryrefslogtreecommitdiffstats
path: root/docs/sections/design-components/component-specification/component-type-docker.rst
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-04-06 17:38:56 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-04-26 12:16:55 -0400
commit709b2d6d6e4bef256843bb7381aae7da04f6c073 (patch)
treee42ea7bcdec7e334c7bde0bdc0bdfe521ee245a4 /docs/sections/design-components/component-specification/component-type-docker.rst
parentf237e2a70216eb80b044055adba009580e76a337 (diff)
DCAEMOD updates for J release
Change-Id: I9b31e55175d8b417cb1efadad90f4bc6cc02eff5 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3140 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
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
~~~~~~~~~~~~