This is the problem:

VfModule          | VFModule-ScaleOut                 | createInstance

createInstance should be scaleOut. My suggestion is to pull the latest SO 
staging, which fixes the problem. Otherwise you can manually change the SO 
tables in the shared maria DB as follows:

# Change action to scaleOut in northbound table
update northbound_request_ref_lookup set ACTION='scaleOut' where 
MACRO_ACTION='VFModule-ScaleOut';

# Change resource type and target action in building_block_detail table
update building_block_detail set RESOURCE_TYPE='VF_MODULE', 
TARGET_ACTION='CUSTOM' where BUILDING_BLOCK_NAME='ConfigurationScaleOutBB';

update building_block_detail set RESOURCE_TYPE='VNF', TARGET_ACTION='CUSTOM' 
where BUILDING_BLOCK_NAME='GenericVnfHealthCheckBB';

# Set target action to CUSTOM for different resource types and orchestration 
status in orchestration status table
insert into orchestration_status_state_transition_directive 
(RESOURCE_TYPE,ORCHESTRATION_STATUS,TARGET_ACTION,FLOW_DIRECTIVE) values 
('VNF','ACTIVE','CUSTOM','CONTINUE');

insert into orchestration_status_state_transition_directive 
(RESOURCE_TYPE,ORCHESTRATION_STATUS,TARGET_ACTION,FLOW_DIRECTIVE) values 
('VF_MODULE','ACTIVE','CUSTOM','CONTINUE');

Marco

From: <[email protected]> on behalf of MALINCONICO ANIELLO PAOLO 
<[email protected]>
Reply-To: "[email protected]" <[email protected]>, 
"[email protected]" <[email protected]>
Date: Monday, June 10, 2019 at 3:50 AM
To: MALINCONICO ANIELLO PAOLO <[email protected]>, 
"[email protected]" <[email protected]>
Subject: Re: [onap-discuss] ODP: [onap-discuss] [vLBMS] Create instance into 
VID fails

VfModule          | VFModule-ScaleOut                 | createInstance

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

View/Reply Online (#17516): https://lists.onap.org/g/onap-discuss/message/17516
Mute This Topic: https://lists.onap.org/mt/31973441/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to