Re: APPC -> RE: [onap-discuss] #appc Unable to execute stop lcm operation from APPC #appc
Taka Cho
The default value for VNF_DG_MAPPING should be pre-loaded when doing deployment…
From: Alexis de Talhouët <adetalhouet89@...>
Sent: Thursday, May 16, 2019 11:17 AM To: onap-discuss <onap-discuss@...>; Alexis de Talhouët <adetalhouet89@...> Cc: PLATANIA, MARCO <platania@...>; FREEMAN, BRIAN D <bf1936@...>; alphonse.steve.siani.djissitchi@...; CHO, TAKAMUNE <tc012c@...> Subject: Re: APPC -> RE: [onap-discuss] #appc Unable to execute stop lcm operation from APPC
Also, I don’t know if it’s normal, but we had to add this in the sdnctl DB of appc to make it work.
MariaDB [sdnctl]> select * from VNF_DG_MAPPING; +-------------------+---------+-------------+----------+-------------+----------+------------+-----------+ | VNF_DG_MAPPING_ID | ACTION | API_VERSION | VNF_TYPE | VNF_VERSION | DG_NAME | DG_VERSION | DG_MODULE | +-------------------+---------+-------------+----------+-------------+----------+------------+-----------+ | 1 | Stop | 2.00 | vm | | VM_Stop | 2.0.0 | APPC | | 2 | Start | 2.00 | vm | | VM_Start | 2.0.0 | APPC | | 3 | Restart | 2.00 | vm | | RebootVM | 4.0.0 | APPC | +-------------------+---------+-------------+----------+-------------+----------+------------+-----------+
|
|