From: Bartek Grzybowski Date: Thu, 12 Sep 2019 12:04:59 +0000 (+0200) Subject: Improve external_net_addr property description in vCPE scripts X-Git-Tag: 6.0.0-ONAP~373 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=73b02ed6a0c8c8942f2740034d6a2546a6551932;p=integration.git Improve external_net_addr property description in vCPE scripts Change-Id: Ie06109bb5c62d4132a5db8c6cfeb9d4c297d05a5 Signed-off-by: Bartek Grzybowski Issue-ID: TEST-208 --- diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index b0a17bc2e..c4bc506fe 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -17,8 +17,12 @@ from netaddr import IPAddress, IPNetwork class VcpeCommon: ############################################################################################# # Start: configurations that you must change for a new ONAP installation + + ############################################################################################# + # Set network prefix of k8s host external address; mainly used for pod public IP autodetection external_net_addr = '10.12.0.0' external_net_prefix_len = 16 + ############################################################################################# # set the openstack cloud access credentials here oom_mode = True