commit | ece1fbc326e51795e15b18a20d4ba08f8725f7fc | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 19 15:15:28 2017 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 19 15:16:14 2017 -0700 |
tree | 02803fe8296a72e718e7e47002e090d741a9fe13 | |
parent | 3941959591f511eebcda42aca94ca04711f7afb2 [diff] |
CORD-2100: Add component_config to ONOSApp custom tosca Change-Id: I55ac4fa89dd5d10caa6bea9b5c47a782f48ef078
diff --git a/xos/tosca/custom_types/xos.m4 b/xos/tosca/custom_types/xos.m4 index cc988fc..6ae13da 100644 --- a/xos/tosca/custom_types/xos.m4 +++ b/xos/tosca/custom_types/xos.m4
@@ -453,6 +453,9 @@ dependencies: type: string required: false + component_config: + type: string + required: false tosca.nodes.ONOSvBNGApp: derived_from: tosca.nodes.Root
diff --git a/xos/tosca/custom_types/xos.yaml b/xos/tosca/custom_types/xos.yaml index 0cd6eb8..10829a5 100644 --- a/xos/tosca/custom_types/xos.yaml +++ b/xos/tosca/custom_types/xos.yaml
@@ -774,6 +774,9 @@ dependencies: type: string required: false + component_config: + type: string + required: false tosca.nodes.ONOSvBNGApp: derived_from: tosca.nodes.Root