Commit 9006d79b authored by garciadeblas's avatar garciadeblas
Browse files

VNF and NS to test feature 8157 - metrics via snmp exporter

parent ccfeecd5
Loading
Loading
Loading
Loading
+54.6 KiB
Loading image diff...
+22 −0
Original line number Diff line number Diff line
nsd:nsd-catalog:
    nsd:
    -   id: simple_ee-ns
        name: simple_ee-ns
        short-name: simple_ee-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: simple_ee-vnf
            member-vnf-index: simple
        vld:
        -   id: mgmtnet
            name: mgmtnet
            short-name: mgmtnet
            type: ELAN
            mgmt-network: true
            vim-network-name: osm-ext
            vnfd-connection-point-ref:
            -   vnfd-id-ref: simple_ee-vnf
                member-vnf-index-ref: simple
                vnfd-connection-point-ref: vnf-mgmt
+12 −0
Original line number Diff line number Diff line
#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True

write_files:
-   content: |
        # My new helloworld file

    owner: root:root
    permissions: '0644'
    path: /root/helloworld.txt
+5.23 KiB

File added.

No diff preview for this file type.

+54.6 KiB
Loading image diff...
Loading