diff options
author | Matthew Davis <Matthew.Davis.2@team.telstra.com> | 2018-08-22 12:47:55 +1000 |
---|---|---|
committer | Matthew Davis <Matthew.Davis.2@team.telstra.com> | 2018-08-22 12:47:55 +1000 |
commit | 8d48f837c56218ca3ae63afc933b754bcf5ce2ae (patch) | |
tree | b53a21411bab0518fb2a2c7af9cf3222bff32ff1 /heat/vCPE | |
parent | 144aad41ce8ff8c491a95cd26d12647122642ff6 (diff) |
Add missing net_id param for vcpe
The vcpe demo is not buildable without this.
Issue-ID: DCAEGEN2-725
Change-Id: I9a36760173d1133d4f9507aea514954b8bc7e8da
Signed-off-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
Diffstat (limited to 'heat/vCPE')
-rw-r--r-- | heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env b/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env index 15035a64..be905dc8 100644 --- a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env +++ b/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env @@ -1,6 +1,7 @@ parameters: vcpe_image_name: PUT THE IMAGE NAME HERE (Ubuntu 1604 or vbrg-base-ubuntu-16-04 SUGGESTED) vcpe_flavor_name: PUT THE FLAVOR NAME HERE (MEDIUM FLAVOR SUGGESTED) + public_net_id: PUT THE PUBLIC NETWORK ID HERE vbrgemu_name_0: zdcpe1cpe01brgemu01 vnf_id: vCPE_Infrastructure_BGREMU_demo_app vf_module_id: vCPE_Customer_BRGEMU |