diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-09-12 14:04:59 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-09-12 14:04:59 +0200 |
commit | 73b02ed6a0c8c8942f2740034d6a2546a6551932 (patch) | |
tree | 074e922f6dc25da2b08cf84949b0905c8adc66cb /test | |
parent | a44882022c88882be472cfac49d53c17b4a25feb (diff) |
Improve external_net_addr property description in vCPE scripts
Change-Id: Ie06109bb5c62d4132a5db8c6cfeb9d4c297d05a5
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-208
Diffstat (limited to 'test')
-rwxr-xr-x | test/vcpe/vcpecommon.py | 4 |
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 |