hackfest_simple_k8s_nsd.yaml 729 Bytes
Newer Older
1
2
nsd:nsd-catalog:
    nsd:
3
4
5
    -   id: hackfest-simple-k8s-ns
        name: hackfest-simple-k8s-ns
        short-name: hackfest-simple-k8s-ns
6
7
8
9
        description: NS with 1 KDU connected to the mgmtnet VL
        version: '1.0'
        logo: osm.png
        constituent-vnfd:
10
        -   vnfd-id-ref: hackfest-simple-k8s-vnf
11
12
13
14
15
16
17
18
19
            member-vnf-index: '1'
        vld:
        -   id: mgmtnet
            name: mgmtnet
            short-name: mgmtnet
            type: ELAN
            mgmt-network: 'true'
            vim-network-name: mgmt
            vnfd-connection-point-ref:
20
            -   vnfd-id-ref: hackfest-simple-k8s-vnf
21
22
                member-vnf-index-ref: '1'
                vnfd-connection-point-ref: mgmtnet