ns_relations_nsd.yaml 1.03 KB
Newer Older
1
2
3
4
5
6
nsd:
  nsd:
  - description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs
    df:
    - id: default-df
      vnf-profile:
7
      - id: vnf1
8
9
        virtual-link-connectivity:
        - constituent-cpd-id:
10
          - constituent-base-element-id: vnf1
11
12
13
            constituent-cpd-id: provides-mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: ns_relations_provides-vnf
14
      - id: vnf2
15
16
        virtual-link-connectivity:
        - constituent-cpd-id:
17
          - constituent-base-element-id: vnf2
18
19
20
21
22
            constituent-cpd-id: requires-mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: ns_relations_requires-vnf
    id: ns_relations-ns
    name: ns_relations-ns
23
    version: 1.0
24
25
    virtual-link-desc:
    - id: mgmtnet
26
      mgmt-network: true
27
28
29
30
31
32
33
    vnfd-id:
    - ns_relations_provides-vnf
    - ns_relations_requires-vnf
    ns-configuration:
      relation:
      - name: relation
        entities:
34
        - id: vnf1
35
          endpoint: interface
36
        - id: vnf2
37
          endpoint: interface