From 73b02ed6a0c8c8942f2740034d6a2546a6551932 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 12 Sep 2019 14:04:59 +0200 Subject: Improve external_net_addr property description in vCPE scripts Change-Id: Ie06109bb5c62d4132a5db8c6cfeb9d4c297d05a5 Signed-off-by: Bartek Grzybowski Issue-ID: TEST-208 --- test/vcpe/vcpecommon.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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 -- cgit 1.2.3-korg