If looks like your preload is wrong for vgw_private_ip_1 for the second vGW.
That is the ONAP OAM IP asssigned during preload I think.
I’m not sure this is the latest from Kang’s script but I would check what you
are doing in preload_templates/template.vcpe_vgw_vfmodule.json
10.0.101 should be used for assignments uniquely in the ONAP OAM interface. Can
you check and see what might have the 10.0.101.103 address ? That isnt one that
I remenber being used
Brian
From base_vcpe_vgw.env
onap_private_net_cidr: 10.0.0.0/16
vgw_private_ip_0: 10.5.0.21
vgw_private_ip_1: 10.0.101.30
## VPP will use DHCP to get the vgw_private_ip_2 on the CPE_PUBLIC subnet
## vgw_private_ip_2: 10.2.0.3
From base_vcpe_vgw.yaml
vgw_private_ip_1:
type: string
label: vGW private IP address towards the ONAP management network
description: Private IP address that is assigned to the vGW to communicate
with ONAP components
vgw_private_1_port:
type: OS::Neutron::Port
properties:
network: { get_param: onap_private_net_id }
fixed_ips: [{"subnet": { get_param: onap_private_subnet_id },
"ip_address": { get_param: vgw_private_ip_1 }}]
From: Liu Chenglong <[email protected]>
Sent: Monday, July 30, 2018 4:37 AM
To: FREEMAN, BRIAN D <[email protected]>; [email protected]
Cc: Liu Chenglong <[email protected]>; [email protected]; huangzonghe
<[email protected]>; 孙鑫龙 <[email protected]>
Subject: [onap-discuss] [integration] vgw_private_1_port IP address already
allocated
Hi, Brian and Kang:
According to this
url:https://gerrit.onap.org/r/#/c/56287/<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_-23_c_56287_&d=DwMFoQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=X7tPamWhDsGlErLOYl2jC5XbmkW5ckyMI7uXlhQfRzQ&s=J2cX7uoAuErKHG6EXhUI7JQ9-SbyiIiEpcav8lWc4KY&e=>
, we do this work for create new vgw2 in our laboratory, but an error
happened. The error message is:
"statusMessage": "Received vfModuleException from VnfAdapter:
category='INTERNAL' message='Exception during create VF 0 : Stack error
(CREATE_FAILED): Resource CREATE failed: Conflict:
resources.vgw_private_1_port: IP address 10.0.101.103 already allocated in
subnet 0ea19634-2497-4775-acb7-7a033251b0a1\nNeutron server returns
request_ids: ['req-028091c0-349a-412a-9c11-16d81ce55b66'] - stack successfully
deleted' rolledBack='true’”.
[cid:[email protected]]
It seems like to vgw_private_0 error, and we want to konw how to modify
the heat file.
----------------------------------------------
Regards,
Liu Chenglong
[email protected]<mailto:[email protected]>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11520): https://lists.onap.org/g/onap-discuss/message/11520
Mute This Topic: https://lists.onap.org/mt/23858014/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-