diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-11-26 12:32:55 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-12-06 10:22:10 +0000 |
commit | ed83db3c55c10fe6f36fd217a42c2fba595d9140 (patch) | |
tree | 4fb79218a751f7568b77b272b2db700e72313d03 /docs | |
parent | 4cc691d7bbf275798211d08e1bc41672c15ad7d3 (diff) |
Get VfModuleModelInvariantUuid from service csar at runtime
VfModuleModelInvariantUuid no longer needs manual
assignment, it will be gathered from service csar
at runtime.
Change-Id: I5d0da822dd4ce7b574dae8ce80db2a2d1e5de297
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1389
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs_vCPE.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/docs_vCPE.rst b/docs/docs_vCPE.rst index 25ea35e06..39a1837b5 100644 --- a/docs/docs_vCPE.rst +++ b/docs/docs_vCPE.rst @@ -66,10 +66,6 @@ Here are the main steps to run the use case in Integration lab environment, wher 'public_net_id': 'xxxxxxxxxxxxx' } -:: - - # CHANGEME: vgw_VfModuleModelInvariantUuid is in rescust service csar, open service template with filename like service-VcpesvcRescust1118-template.yml and look for vfModuleModelInvariantUUID under groups vgw module metadata. - self.vgw_VfModuleModelInvariantUuid = 'xxxxxxxxxxxxxxx' 5. If running with oom_mode=False initialize SDNC ip pool by running below command from k8s control node. It will be done automatically otherwise. |