X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fnsd%2Fping_pong_ns%2Fsrc%2Fping_pong_nsd.yaml;h=bec5997465c88aa528aa811a14193054c8033835;hb=84fe31f632166d2fbf566968bd25aa9545e96fdc;hp=268504cc50b2ecd0a1d049672dd9b4e6fed62bb4;hpb=2c2374199270b5e71f419369a9a5e111ea0df375;p=osm%2Fdevops.git diff --git a/descriptor-packages/nsd/ping_pong_ns/src/ping_pong_nsd.yaml b/descriptor-packages/nsd/ping_pong_ns/src/ping_pong_nsd.yaml index 268504cc..bec59974 100644 --- a/descriptor-packages/nsd/ping_pong_ns/src/ping_pong_nsd.yaml +++ b/descriptor-packages/nsd/ping_pong_ns/src/ping_pong_nsd.yaml @@ -15,88 +15,89 @@ # # -nsd:nsd-catalog: - nsd:nsd: - - nsd:id: rift_ping_pong_ns - nsd:logo: rift_logo.png - nsd:name: ping_pong_ns - nsd:short-name: ping_pong_ns - nsd:vendor: RIFT.io - nsd:version: '1.1' - nsd:description: RIFT.io sample ping pong network service - nsd:constituent-vnfd: - - nsd:member-vnf-index: '1' - nsd:vnfd-id-ref: rift_ping_vnf - - nsd:member-vnf-index: '2' - nsd:vnfd-id-ref: rift_pong_vnf - nsd:initial-config-primitive: - - nsd:name: start traffic - nsd:parameter: - - nsd:name: port - nsd:value: 5555 - - nsd:name: ssh-username - nsd:value: fedora - - nsd:name: ssh-password - nsd:value: fedora - nsd:seq: '1' - nsd:user-defined-script: start_traffic.py - nsd:input-parameter-xpath: - - nsd:xpath: /nsd:nsd-catalog/nsd:nsd/nsd:vendor - nsd:ip-profiles: - - nsd:description: Inter VNF Link - nsd:ip-profile-params: - nsd:gateway-address: 31.31.31.210 - nsd:ip-version: ipv4 - nsd:subnet-address: 31.31.31.0/24 - nsd:dhcp-params: - nsd:count: 200 - nsd:start-address: 31.31.31.2 - nsd:name: InterVNFLink - nsd:placement-groups: - - nsd:member-vnfd: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-id-ref: rift_ping_vnf - - nsd:member-vnf-index-ref: '2' - nsd:vnfd-id-ref: rift_pong_vnf - nsd:name: Orcus - nsd:requirement: Place this VM on the Kuiper belt object Orcus - nsd:strategy: COLOCATION - - nsd:member-vnfd: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-id-ref: rift_ping_vnf - - nsd:member-vnf-index-ref: '2' - nsd:vnfd-id-ref: rift_pong_vnf - nsd:name: Quaoar - nsd:requirement: Place this VM on the Kuiper belt object Quaoar - nsd:strategy: COLOCATION - nsd:vld: - - nsd:id: mgmt_vl - nsd:description: Management VL - nsd:name: mgmt_vl - nsd:short-name: mgmt_vl - nsd:type: ELAN - nsd:vendor: RIFT.io - nsd:version: '1.0' - nsd:mgmt-network: 'true' - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: ping_vnfd/cp0 - nsd:vnfd-id-ref: rift_ping_vnf - - nsd:member-vnf-index-ref: '2' - nsd:vnfd-connection-point-ref: pong_vnfd/cp0 - nsd:vnfd-id-ref: rift_pong_vnf - - nsd:id: ping_pong_vl1 - nsd:description: Data VL - nsd:ip-profile-ref: InterVNFLink - nsd:name: data_vl - nsd:short-name: data_vl - nsd:type: ELAN - nsd:vendor: RIFT.io - nsd:version: '1.0' - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: ping_vnfd/cp1 - nsd:vnfd-id-ref: rift_ping_vnf - - nsd:member-vnf-index-ref: '2' - nsd:vnfd-connection-point-ref: pong_vnfd/cp1 - nsd:vnfd-id-ref: rift_pong_vnf +nsd-catalog: + nsd: + - id: rift_ping_pong_ns + logo: rift_logo.png + name: ping_pong_ns + short-name: ping_pong_ns + vendor: RIFT.io + version: '1.1' + description: RIFT.io sample ping pong network service + constituent-vnfd: + - member-vnf-index: '1' + vnfd-id-ref: rift_ping_vnf + - member-vnf-index: '2' + vnfd-id-ref: rift_pong_vnf + initial-service-primitive: + - name: start traffic + parameter: + - name: port + value: 5555 + - name: ssh-username + value: fedora + - name: ssh-password + value: fedora + seq: '1' + user-defined-script: start_traffic.py + input-parameter-xpath: + - xpath: /nsd:nsd-catalog/nsd:nsd/nsd:vendor + ip-profiles: + - description: Inter VNF Link + ip-profile-params: + gateway-address: 31.31.31.210 + ip-version: ipv4 + subnet-address: 31.31.31.0/24 + dhcp-params: + count: 200 + start-address: 31.31.31.2 + name: InterVNFLink + placement-groups: + - member-vnfd: + - member-vnf-index-ref: '1' + vnfd-id-ref: rift_ping_vnf + - member-vnf-index-ref: '2' + vnfd-id-ref: rift_pong_vnf + name: Orcus + requirement: Place this VM on the Kuiper belt object Orcus + strategy: COLOCATION + - member-vnfd: + - member-vnf-index-ref: '1' + vnfd-id-ref: rift_ping_vnf + - member-vnf-index-ref: '2' + vnfd-id-ref: rift_pong_vnf + name: Quaoar + requirement: Place this VM on the Kuiper belt object Quaoar + strategy: COLOCATION + vld: + - id: mgmt_vl + description: Management VL + name: mgmt_vl + short-name: mgmt_vl + vim-network-name: mgmt + type: ELAN + vendor: RIFT.io + version: '1.0' + mgmt-network: 'true' + vnfd-connection-point-ref: + - member-vnf-index-ref: '1' + vnfd-connection-point-ref: ping_vnfd/cp0 + vnfd-id-ref: rift_ping_vnf + - member-vnf-index-ref: '2' + vnfd-connection-point-ref: pong_vnfd/cp0 + vnfd-id-ref: rift_pong_vnf + - id: ping_pong_vl1 + description: Data VL + ip-profile-ref: InterVNFLink + name: data_vl + short-name: data_vl + type: ELAN + vendor: RIFT.io + version: '1.0' + vnfd-connection-point-ref: + - member-vnf-index-ref: '1' + vnfd-connection-point-ref: ping_vnfd/cp1 + vnfd-id-ref: rift_ping_vnf + - member-vnf-index-ref: '2' + vnfd-connection-point-ref: pong_vnfd/cp1 + vnfd-id-ref: rift_pong_vnf