Commit e2197769 authored by Mark Beierl's avatar Mark Beierl
Browse files

Aligns the descriptor ids with the package name so the

osm nfpkg-create and nspkg-create can find the squid packages
parents eee1aaf3 d3ba39f6
Pipeline #132 passed with stage
in 1 minute and 56 seconds
vnfd-catalog:
schema-version: '3.0'
vnfd:
- id: squid-vnf
name: squid-vnf
short-name: squid-vnf
description: Single container deployment of Squid Web Proxy
- id: squid_cnf
name: squid_cnf
short-name: squid_cnf
description: K8s container deployment of Squid Web Proxy
vendor: Canonical
version: "1.0"
mgmt-interface:
......
nsd-catalog:
nsd:
- id: squid-cnf-ns
name: squid-cnf-ns
short-name: squid-cnf-ns
- id: squid_cnf_ns
name: squid_cnf_ns
short-name: squid_cnf_ns
description: NS with 1 KDU connected to the mgmtnet VL
vendor: Canonical
version: '1.0'
logo: osm.png
constituent-vnfd:
- vnfd-id-ref: squid-vnf
member-vnf-index: squid-vnf
- vnfd-id-ref: squid_cnf
member-vnf-index: squid_cnf
vld:
- id: mgmtnet
name: mgmtnet
......@@ -18,6 +18,6 @@ nsd-catalog:
mgmt-network: true
vim-network-name: mgmt
vnfd-connection-point-ref:
- member-vnf-index-ref: squid-vnf
vnfd-id-ref: squid-vnf
- member-vnf-index-ref: squid_cnf
vnfd-id-ref: squid_cnf
vnfd-connection-point-ref: mgmtnet
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment