Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-06 Thread GwuiEon Jin
Message - Sender : Mahesh Poojary <mahesh.pooj...@huawei.com> Date : 2017-08-03 14:44 (GMT+9) Title : RE: [onap-discuss] [so] where is SO's entry point for instantiation VNF   Hi Gwuieon, Please find the flow diagram as below, it explains VID to SO to VNF flow. Please go through th

Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-03 Thread Alexis de Talhouët
et the recipe from the recipe table where endpoints are defined. > > > Best Regards, > > Gwuieon. > > > > - *Original Message* - > > *Sender* : Alexis de Talhouët <adetalhoue...@gmail.com > <javascript:_e(%7B%7D,'cvml','adetalhoue...@gmail.com')

Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-02 Thread Mahesh Poojary
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of GwuiEon Jin Sent: Thursday, August 03, 2017 7:48 AM To: Alexis de Talhouët Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF Dear Alexis, I appreciate your answer. i understood

Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-02 Thread GwuiEon Jin
 <adetalhoue...@gmail.com> Date : 2017-08-02 21:00 (GMT+9) Title : Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF  Look at the ServiceInstance java class in API-handler-infra bundle, it s the Class definining the vf/vnf/serviceInstance endpoint CRUD operations. So VID cal

Re: [onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-02 Thread Alexis de Talhouët
Look at the ServiceInstance java class in API-handler-infra bundle, it s the Class definining the vf/vnf/serviceInstance endpoint CRUD operations. So VID calls end up in there. Then there is a function that does the lookup in mariadb using the service recipe table, matching on the name (look at

[onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-01 Thread 진귀언
Hello All, I trying to analyze ONAP code. but it overwhelme me by the size and complexity. but i really want to know ONAP. I would like discuss only about instantiation VNF and SO at this time because ONAP have many functionality. How does call flow from VID to SO for Instantiation VNF? i want

[onap-discuss] [so] where is SO's entry point for instantiation VNF

2017-08-01 Thread 진귀언
Hello All, I've a few questions regarding ONAP code. 1. How does call flow from VID to SO for Instantiation VNF? i want to know instantiate call flow in code level. 2. How does "API handler" in SO handles instantion request from VID? where is entry point code?   Thanks, Gwuieon.