From c7d5ad568900eda20f0774cdc387bda8f57f917f Mon Sep 17 00:00:00 2001 From: Matt Welch Date: Fri, 27 Oct 2017 12:50:28 -0400 Subject: vCPE vBNG: fix v_bng_install.sh, env, & yaml Update vBNG environment and heat templates. Update v_bng installer for ONAP cloud environment, add 'build state' control to phases of the installer. Automatically detect ethernet pci devs for vpp. Remove binary blobs from Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch (cause of the HUGE line count in this patch) Modify Vpp patch to include dhcp.api.h file which fixes build errors. Change-Id: If9e61185f2dde9095efda08aa8f72c2c03c475e7 Issue-ID: INT-63 Signed-off-by: Matt Welch --- heat/vCPE/vbng/base_vcpe_vbng.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'heat/vCPE/vbng/base_vcpe_vbng.yaml') diff --git a/heat/vCPE/vbng/base_vcpe_vbng.yaml b/heat/vCPE/vbng/base_vcpe_vbng.yaml index 9cc44840..3dd7ca09 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng.yaml +++ b/heat/vCPE/vbng/base_vcpe_vbng.yaml @@ -233,6 +233,7 @@ resources: - port: { get_resource: vbng_private_0_port } - port: { get_resource: vbng_private_1_port } - port: { get_resource: vbng_private_2_port } + - port: { get_resource: vbng_private_3_port } metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }} user_data_format: RAW user_data: -- cgit 1.2.3-korg