Skip to content
Snippets Groups Projects
epa_1vm_passthrough_nsd.yaml 1.18 KiB
Newer Older
nsd:
  nsd:
  - description: NS with 2 VNFs epa_1vm_passthrough-vnf connected by datanet and mgmtnet
      VLs
    df:
    - id: default-df
      vnf-profile:
      - id: '1'
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: '1'
            constituent-cpd-id: vnf-mgmt-ext
          virtual-link-profile-id: mgmtnet
        - constituent-cpd-id:
          - constituent-base-element-id: '1'
            constituent-cpd-id: vnf-data-ext
          virtual-link-profile-id: datanet
        vnfd-id: epa_1vm_passthrough-vnf
      - id: '2'
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: '2'
            constituent-cpd-id: vnf-mgmt-ext
          virtual-link-profile-id: mgmtnet
        - constituent-cpd-id:
          - constituent-base-element-id: '2'
            constituent-cpd-id: vnf-data-ext
          virtual-link-profile-id: datanet
        vnfd-id: epa_1vm_passthrough-vnf
    id: epa_1vm_passthrough-ns
    name: epa_1vm_passthrough-ns
    version: '1.0'
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    - id: datanet
    vnfd-id:
    - epa_1vm_passthrough-vnf