Improve external_net_addr property description in vCPE scripts 70/95570/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 12 Sep 2019 12:04:59 +0000 (14:04 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 12 Sep 2019 12:04:59 +0000 (14:04 +0200)
Change-Id: Ie06109bb5c62d4132a5db8c6cfeb9d4c297d05a5
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-208

test/vcpe/vcpecommon.py

index b0a17bc..c4bc506 100755 (executable)
@@ -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