CORD-2100: Add component_config to ONOSApp custom tosca
Change-Id: I55ac4fa89dd5d10caa6bea9b5c47a782f48ef078
(cherry picked from commit ece1fbc326e51795e15b18a20d4ba08f8725f7fc)
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