Hi Ashok, I hope my answer can help a little for you. I also encounter some similar issues. Most of issues because VFC team forgot to update version of VFC docker image in docker-manifest.csv when release Casablanca version. So, I advise that you update docker-manifest.csv before you deploy oom using integration deploy.sh. https://git.onap.org/integration/tree/version-manifest/src/main/resources/docker-manifest.csv?h=casablanca
if you use vnflcm, please update version with bold. onap/vfc/catalog,1.2.2 onap/vfc/db,1.2.2 onap/vfc/emsdriver,1.2.1 onap/vfc/gvnfmdriver,1.2.2 onap/vfc/jujudriver,1.2.1 onap/vfc/multivimproxy,1.2.1 onap/vfc/nfvo/svnfm/huawei,1.2.1 onap/vfc/nfvo/svnfm/nokia,1.1.0 onap/vfc/nfvo/svnfm/nokiav2,1.3.0 onap/vfc/nslcm,1.2.2 onap/vfc/resmanagement,1.2.1 onap/vfc/vnflcm,1.2.2 onap/vfc/vnfmgr,1.2.1 onap/vfc/vnfres,1.2.1 onap/vfc/wfengine-activiti,1.2.0 onap/vfc/wfengine-mgrservice,1.2.0 onap/vfc/ztesdncdriver,1.2.0 onap/vfc/ztevnfmdriver,1.2.1 From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, May 8, 2019 7:04 PM To: [email protected] Subject: [onap-discuss] [VF-C] Casablanca release issues with VF-C component #vfc Hi All, We are trying to use TOSCA + UUI + VFC flow for service design and instantiation . We are using Casablanca latest release (used the code which was updated with branch casablanca recently) . We are referring following documentations : https://docs.onap.org/en/latest/submodules/integration.git/docs/docs_vCPE%20with%20Tosca%20VNF.html?highlight=vCPE https://wiki.onap.org/display/DW/VF-C+R3+operation+guide https://wiki.onap.org/display/DW/VF-C+User+Guide Now problem is when we are trying we are encountering many issues and some are very basic issues, when we see the code there is no way it will work as it is. Few examples : 1. UUI has some issues. It doesn't show already created instances when we close and open. 2. Sync SDC model with VFC is not working (Package on board failure!!) . however directly uploading vnf and ns packages working. 3. There are other issues like delete is not working. 4. Multivim is not registering following endpoint in MSB. I manually registered. (/api/multicloud/v0) 5. In multivim proxy there was code issue in casablanca which I see is fixed in master - Issue-ID: VFC-1366. onap/vfc/multivimproxy:1.2.1 image has the issue which can never work. 6. Even after fixing the issue there is another issue - call to API never works and call enters into recursive call and never returns. - ProxyRoa.java->proxyPost is the method called. Also following from design point of view want to know any plan is there to enhance VFC which I couldn't see in casablanca release: 1. Preload functionality similar to SDNC preload. 2. Integration of policy in the run time (similar to naming policy) 3. Not sure whether VFC will support variety of use cases which SDNC and APPC currently supporting like software upgrade , config modify etc. 4. I see there is some poc for PNF , hence was curious any plans to bring 5G PNF usecases in VF-C. 5. Is there any plan to use more SO bpmn flows to drive the flow since having the flow in the python code difficult to monitor and debug. Above questions are for us to understand whether we can use VF-C for service instantiation if not now but in the future (dublin or later) . Any help is appreciated . -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16969): https://lists.onap.org/g/onap-discuss/message/16969 Mute This Topic: https://lists.onap.org/mt/31553064/21656 Mute #vfc: https://lists.onap.org/mk?hashtag=vfc&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
