Hi!

I’m following a demo article on E2E Automation vFW w/CDS Use Case ( 
https://wiki.onap.org/pages/viewpage.action?pageId=68538646 ) and in the last 
steps I encounter an issue:

After successful distribution done in SDC I can see the service in 
sdc/v1/catalog/services

> 
> 
> 
> [
> 
> 
> 
> {
> 
> 
> 
> "uuid": "8e381198-26f8-4752-b8be-a29868b76fdb",
> 
> 
> 
> "invariantUUID": "3466a27f-6266-4e8e-ae1f-c67ab3fb4367",
> 
> 
> 
> "name": "CDS-VNF-TEST",
> 
> 
> 
> "version": "1.0",
> 
> 
> 
> "toscaModelURL":
> "/sdc/v1/catalog/services/8e381198-26f8-4752-b8be-a29868b76fdb/toscaModel",
> 
> 
> 
> 
> "category": "Network L4+",
> 
> 
> 
> "lifecycleState": "CERTIFIED",
> 
> 
> 
> "lastUpdaterUserId": "jm0007",
> 
> 
> 
> "distributionStatus": "DISTRIBUTED"
> 
> 
> 
> },
> ]
> 
> 

But the service is not visible in SO Catalog API 
ecomp/mso/catalog/v2/serviceVnfs?serviceModelName=CDS-VNF-TEST

> 
> 
> 
> {
> 
> 
> 
> "serviceVnfs": []
> 
> 
> 
> }
> 
> 

And from what I can see service is present in catalog db but there is no VNF

> 
> 
> 
> MariaDB [catalogdb]> select MODEL_NAME, SERVICE_TYPE, SERVICE_ROLE,
> SERVICE_CATEGORY, WORKLOAD_CONTEXT, RESOURCE_ORDER from service where
> model_name = 'CDS-VNF-TEST';
> 
> 
> 
> +--------------+--------------+--------------+------------------+------------------+----------------+
> 
> 
> 
> 
> | MODEL_NAME | SERVICE_TYPE | SERVICE_ROLE | SERVICE_CATEGORY |
> WORKLOAD_CONTEXT | RESOURCE_ORDER |
> 
> 
> 
> +--------------+--------------+--------------+------------------+------------------+----------------+
> 
> 
> 
> 
> | CDS-VNF-TEST | | | Network L4+ | Production | CDS-VNF-TEST |
> 
> 
> 
> +--------------+--------------+--------------+------------------+------------------+----------------+
> 
> 
> 

The table VNF_RESOURCE is empty.

Are my expectations correct? Should service and vnf be distributed to SO? I’m 
not sure if this is intended behavior or a bug.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#19155): https://lists.onap.org/g/onap-discuss/message/19155
Mute This Topic: https://lists.onap.org/mt/34463263/21656
Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164
Mute #cds: https://lists.onap.org/mk?hashtag=cds&subid=2740164
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to