Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleHSIA Access RFS : ONTCPE
linenumberstrue
collapsetrue
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.nfv.OntPnfCpe: 
    derived_from: org.openecomp.resource.abstract.nodes.PNF
    properties:
      ont_id:
        type: string
        required: true false <-- to be discussed
      rg_mac_address:
        type: string
        required: true
      ont_:type
manufacturer:
        type: string
        required: true
      model:
        type: string
        required: truefalse
      ont_swserial_number:
        type: string
        required: true
      sw_version:
        type: string
        required: truefalse
    capabilities:
        virtual_binding:
          type: tosca.capabilities.nfv.VirtualBindable
          occurrences:
          - 1
          - UNBOUNDED

...

Code Block
languageyml
titleHSIA Access RFS : OLT
linenumberstrue
collapsetrue
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.nfv.OltPnf: AccessConnection: <-- to de discussed
    derived_from: org.openecomp.resource.abstract.tosca.nodes.PNFroot
    properties:
      service_type:
        type: string
        required: true
      upstream_speed:
        type: string
        required: true
      downstream_speed:
        type: string
        required: true
    capabilities:
        virtual_binding:
          type: tosca.capabilities.nfv.VirtualBindable
          occurrences:
          - 1
          - UNBOUNDED

...