Skip to content
Snippets Groups Projects
hackfest_cloudinit_nsd.yaml 1.38 KiB
Newer Older
nsd:nsd-catalog:
    nsd:
    -   id: hackfest_cloudinit-ns
        name: hackfest_cloudinit-ns
        short-name: hackfest_cloudinit-ns
        description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs
        version: '1.0'
        logo: osm.png
        constituent-vnfd:
        -   vnfd-id-ref: hackfest_cloudinit-vnf
            member-vnf-index: '1'
        -   vnfd-id-ref: hackfest_cloudinit-vnf
            member-vnf-index: '2'
        vld:
        -   id: mgmtnet
            name: mgmtnet
            short-name: mgmtnet
            type: ELAN
            mgmt-network: 'true'
            vim-network-name: mgmt
            vnfd-connection-point-ref:
            -   vnfd-id-ref: hackfest_cloudinit-vnf
                member-vnf-index-ref: '1'
                vnfd-connection-point-ref: vnf-mgmt
            -   vnfd-id-ref: hackfest_cloudinit-vnf
                member-vnf-index-ref: '2'
                vnfd-connection-point-ref: vnf-mgmt
        -   id: datanet
            name: datanet
            short-name: datanet
            type: ELAN
            vnfd-connection-point-ref:
            -   vnfd-id-ref: hackfest_cloudinit-vnf
                member-vnf-index-ref: '1'
                vnfd-connection-point-ref: vnf-data
            -   vnfd-id-ref: hackfest_cloudinit-vnf
                member-vnf-index-ref: '2'
                vnfd-connection-point-ref: vnf-data