aboutsummaryrefslogtreecommitdiffstats
path: root/model/vfc/CpeVFC.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'model/vfc/CpeVFC.yaml')
-rw-r--r--model/vfc/CpeVFC.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/model/vfc/CpeVFC.yaml b/model/vfc/CpeVFC.yaml
new file mode 100644
index 0000000..43d4c03
--- /dev/null
+++ b/model/vfc/CpeVFC.yaml
@@ -0,0 +1,42 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ org.openecomp.resource.vfc.OntPnf:
+ derived_from: org.openecomp.resource.abstract.nodes.PNF
+ properties:
+ cpe_id:
+ type: string
+ required: true
+ pnf_name:
+ type: string
+ required: true
+ mac_addr:
+ type: string
+ required: true
+ manufacturer:
+ type: string
+ required: true
+ serial_num:
+ type: string
+ required: true
+ model:
+ type: string
+ required: true
+ attachment_point:
+ type: string
+ required: true
+ is_pnf:
+ type: boolean
+ required: true
+ default: true
+# ont_type: reuse nf_type in Generic_PNF
+# type: string
+# required: true
+# ont_sw_version: reuse software_versions in Generic_PNF
+# type: string
+# required: true
+ capabilities:
+ virtual_binding:
+ type: tosca.capabilities.nfv.VirtualBindable
+ occurrences:
+ - 1
+ - UNBOUNDED