aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs_vCPE.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29Update vCPE doc with cloud settings detailsBartek Grzybowski1-10/+2
Change-Id: Ie5dc08f9ac5f96ccec7520949c26c6c2687bf7e1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1409
2020-01-10Update vCPE docs with script configuration detailsBartek Grzybowski1-16/+15
Change-Id: I691a2ea3e51d76c8baf56818a9dc92d43e30e5a4 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1399
2019-12-06Update vCPE doc in regard of customer serviceBartek Grzybowski1-8/+8
Creation and distribution of vCPE customer service should be done prior to 'vcpe.py init' stage which fails otherwise due to the vCPEResCust service not being populated. Change-Id: I04388f342cfb8a3462e1d84524f55aa66ad0122f Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-204
2019-12-06Get VfModuleModelInvariantUuid from service csar at runtimeBartek Grzybowski1-4/+0
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
2019-12-06Insert SDNC ip pool automatically only if oom_mode is enabledBartek Grzybowski1-24/+30
Change-Id: Ia1fe923f877cf76e51bcc1f23c9bf562a877b112 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-222
2019-12-06Insert vcpe customer service workflow into SO catalogdbBartek Grzybowski1-5/+1
Customer service workflow entry will be automatically inserted into catalogdb database if running with oom_mode set to True. So database endpoint properties were updated to reflect current catalogdb location. vCPE doc updated to reflect the changes made. Change-Id: I54ef0bf94ccf2d38501c1b854cafe4d388a4b35d Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-205
2019-12-06Update vCPE doc in regard of adding SDN-ETHERNET-INTERNET customerBartek Grzybowski1-14/+12
Adding SDN-ETHERNET-INTERNET customer is no longer required as it's already added at 'onap init' step by robot case InitDemo (see Change-Id: I576093cea61fd5f77aafb6edd119c254b674a2fc) Change-Id: I90723325ed9e8518a72cea7afaa51655322f162c Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-201
2019-11-19Add identity-url to region data in AAIBartek Grzybowski1-27/+6
This change automates the process of updating region data with identity-url Change-Id: Ibda9ac8d1bbe1a489d496a5f293aafdebb73d416 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: SO-2308
2019-11-19Get the BRG MAC address automaticallyBartek Grzybowski1-2/+2
Sdnc db port was also adjusted as there's no sdnc-db service anymore (since OOM-1651) Change-Id: I154463224777f6fd76f5380253aa9130224fe3e4 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1365
2019-11-19Update to vCPE doc regarding service csars downloadBartek Grzybowski1-19/+6
Service csars no longer need to be manually transferred from robot container as they are automatically downloaded by vcpe scripts and ete-k8s.sh at distributevCPEResCust distribution. Change-Id: I9163972df974828083e3204b5b8786d4bcce2848 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-228
2019-10-16Automate SDNC ip pool insertion into databaseBartek Grzybowski1-17/+12
This patch automates SDNC ip pool generation in sdnctl database in the scope of vcpe.py 'init' stage. Change-Id: I6322ff2dadb069991be0eddbb0cf415baa7984f6 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-222
2019-10-07Automate curl installation in sdnc container (vCPE)Bartek Grzybowski1-11/+5
Curl package will be automatically installed be the healthcheck-k8s.py script. Change-Id: I7fc5579524c7519f6153b02d0de0000dc0138992 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1313
2019-09-25Automate vCPE closed loop policy pushingBartek Grzybowski1-8/+1
Added a library routine to set up CL policy in an idempotent fashion. Description of CL pushing related manual step was removed from documentation. Change-Id: I1fad5d71481252ce803dd58c6ccbbcfa0a4d246f Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1267
2019-09-12Add remarks related to Openstack's port security on vCPEBartek Grzybowski1-1/+2
Extended anti-spoofing related notes with some hints on dealing with Neutron's Port Security Extension Driver which in some cases may prevent VNFs to function properly. Change-Id: Icf4f44b8cbcaa70621bf21d5b72ff552be80d4e2 Issue-ID: DOC-549 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-09-11Adding hint regarding dhcp anti-spoofing for vCPEMichal Ptacek1-0/+5
Adding instructions for bypassing DHCP anti-spoofing rules preventing vCPE to work. Change-Id: Ic0f92a40a41e5e20dc43c360e429baba44a46fa1 Issue-ID: DOC-549 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-09-10Update healthcheck-k8s script synopsis in vCPE manualBartek Grzybowski1-1/+1
This reflects changes made in regard of input parameters done in Change-Id: Ib6e2875f351f095bd64acd706a6060e169c54e79 Also contains minor fix for 'namespace' and 'environment' vars usage which are unused otherwise. Change-Id: Ie479400dfa0d61c89a256d4aafb2c2d184f9b935 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1213
2019-06-27Add a known issue in vCPE docYang Xu1-1/+1
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1127 Change-Id: I3354f5a468c79c83a40550fd8bcb20f9858b37a8
2019-06-26Update vCPE use case docYang Xu1-22/+45
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1104 Change-Id: I77f6a796dba7e6bfb155ccb1c82281ab31c17446
2019-06-24Update Dublin Integration release notesYang Xu1-1/+1
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1119 Change-Id: I00e6d1354f1ca79f9210e1c53ab309756dd6e742 (cherry picked from commit e3f80591ed1f83df13a5fd4593dafb0160ff2aa2)
2019-06-19Update docsYang Xu1-10/+10
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1109 Change-Id: I69c90d8152f780e0e438236d3cec4a3ef0fead17
2019-06-17Update vCPE use case docYang Xu1-5/+134
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1108 Change-Id: I4f137fc044dc036d74c78f209d29c41a666dec59
2018-11-30Merge in doc changes from casablanca branchGary Wu1-0/+6
Change-Id: Ic296c05683bec4120b89e626d21217632cafdb78 Issue-ID: INT-748 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-29Merge in all doc changes from casablanca to masterGary Wu1-0/+36
Change-Id: I3c65d3f82f6bb5540e438dfd12f7f4e5c406bd19 Issue-ID: INT-748 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>