Skip to content
Snippets Groups Projects
cirros_nsd.yaml 1.79 KiB
Newer Older
Philip Joseph's avatar
Philip Joseph committed
nsd:nsd-catalog:
    nsd:
    -   id: cirros_nsd
Philip Joseph's avatar
Philip Joseph committed
        description: Generated by OSM pacakage generator
        vendor: OSM
        version: '1.0'

        # Place the logo as png in icons directory and provide the name here
        logo: osm_2x.png

        # Specify the VNFDs that are part of this NSD
        constituent-vnfd:
            # The member-vnf-index needs to be unique, starting from 1
            # vnfd-id-ref is the id of the VNFD
            # Multiple constituent VNFDs can be specified
        -   member-vnf-index: 1
            vnfd-id-ref: cirros_vnfd
        scaling-group-descriptor:
        -   name: "scaling_cirros"
            vnfd-member:
            -   count: 1
                member-vnf-index-ref: 1
            min-instance-count: 0
            max-instance-count: 10
            scaling-policy:
            -   scaling-type: "manual"
                cooldown-time: 10
                threshold-time: 10
                name: manual_scale
Philip Joseph's avatar
Philip Joseph committed
        vld:
        # Networks for the VNFs
            -   id: cirros_nsd_vld1
                name: cirros_nsd_vld1
                type: ELAN
                # vim-network-name: <update>
Philip Joseph's avatar
Philip Joseph committed
                # provider-network:
                #     overlay-type: VLAN
                #     segmentation_id: <update>
                vnfd-connection-point-ref:
                # Specify the constituent VNFs
                # member-vnf-index-ref - entry from constituent vnf
                # vnfd-id-ref - VNFD id
                # vnfd-connection-point-ref - connection point name in the VNFD
                -   nsd:member-vnf-index-ref: 1
                    nsd:vnfd-id-ref: cirros_vnfd
                    # NOTE: Validate the entry below
                    nsd:vnfd-connection-point-ref: eth0