aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpecommon.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vcpe/vcpecommon.py')
-rwxr-xr-xtest/vcpe/vcpecommon.py4
1 files changed, 4 insertions, 0 deletions
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