aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02Fix JSON files linter issues in docsBartek Grzybowski5-631/+736
This is needed prior to adding job for JSON files linting in CI. Change-Id: I80c967f4657fb80f1bc1f124a48295170ff44b8e Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-21Fix YAML linter indentation errors in yaml filesBartek Grzybowski1-79/+79
Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-21Fix YAML files linter errors for duplicated keysBartek Grzybowski1-1/+0
Change-Id: I77bcf667d4a639b001258d026f2633fce2bfb0e6 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-21Fix YAML files linter errors for trailing-spaces ruleBartek Grzybowski1-1/+1
Fixed files that had trailing spaces. Change-Id: I40782bc3a934846372653a0086f1c1fe50bc02c3 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-20Fix YAML files linter errors for new-line-at-end-of-file ruleBartek Grzybowski1-1/+1
Fixed files that lacked the end of file new line. Change-Id: I552f408b88a3a529e25236b7118be3b5a5741c7e Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-13Migrate integration docsJessica Wagantall8-0/+125
Merging this will create https://onap-integration.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I41af18139b0e2fc20e3d86bc03e0331ea4b3058f
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-14Integration doc for 5g pnp pnf use caseKrzysztof Kuzmicki1-1/+1
Issue-ID: INT-1333 Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ic75ae09374ea806ea67526fba624c7a654c0aa10
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
2020-01-07Init new integration documentationmrichomme2-0/+39
Issue-ID: INT-1403 Change-Id: Ib4599fd3dfceae4ae03163bbf75c80ef5b79c3f6 Signed-off-by: mrichomme <morgan.richomme@orange.com>
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-25Update release noteEric Debeau1-27/+28
Correct system Warning Correct Doc8 errors Modify section level to avoid bad behavior in toctree Issue-ID: INT-1249 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I44c027ec9b8a14cad455bc981994f3c7dab48140
2019-10-23update Postman collections and doc,with correctionsRene_Robert1-14/+13
Issue-ID: INT-1340 Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: Idcb5ef7669805f0d8c4266ee45310078d33260c2
2019-10-18release note updatemrichomme2-21/+80
Issue-ID: INT-1249 Change-Id: Iadcfbb83cea8826e5af14f965f8b4b3aa24352d4 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-17Minor edits on 5G RTPMBrian Freeman1-2/+2
Issue-ID: INT-1322 Change-Id: I822c972506aa54850d66813084b5205e61820d8d Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-16Integration doc for 5g pnp pnf use caseKrzysztof Kuzmicki1-29/+3
Issue-ID: INT-1333 Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Iaeac6337bd37a2b2e5e66b0a400c4f67d8fd7d85
2019-10-16Improve scale out docMarco Platania11-216/+717
Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I84791cb6e01f0f5f80bdec68cd9910bba5b81122
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-15Update demo artifacts version number to 1.6.0-SNAPSHOTMarco Platania1-5/+5
Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Idbbebf9984f091c32347cdea2faf82ffa90918dd
2019-10-15Update Change Management Flexible Designer and Orchestrator docmrichomme1-11/+12
to integrate it in official documentation Issue-ID: INT-1287 Change-Id: Ied366b0112a2a4d6557942f01f49d4c1939bc008 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-15Review K8S based Cloud Region Support - EdgeXFoundry Use case docmrichomme1-134/+143
Issue-ID: INT-1287 Change-Id: I9f1797f23c3d386b953af548bfe6640149cfe917 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-15Update vFW use case documentationmrichomme3-2588/+3773
Issue-ID: INT-1287 Change-Id: I643febd15fbb9cc4b66202edda2915d4d0219ea6 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-09WIP Update integration documentation for El Altomrichomme3-66/+66
Issue-ID: INT-1322 Change-Id: Idd1d5f7bd2f57e1acb2e3c050a631cc52e212e1e Signed-off-by: mrichomme <morgan.richomme@orange.com>
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-18Fix rev level in licenseBrian Freeman1-1/+1
Issue-ID: INT-1266 Change-Id: I822becff87484b79d3e7c744038b55943c1dddcb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-16Improve description of scale out use caseMarco Platania4-1/+32
- Describe the ONAP flows - Describe SO workflow - Describe how to obtain a TOSCA template from SDC Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I901ae1a85becbb549804f8307991cb592a251d6d
2019-09-13Modified vFW DT Use case descriptionLukasz Rajewski5-20/+102
Description of policy configuration and typos fixed Change-Id: Ib11df95b79987b85c15452d74a5644c152dcbfde Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751
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-08-21Fix doc nit in Robot sectionumry83641-1/+1
Issue-ID: DOC-534 Change-Id: Ibd4856a1b75d75fe786c7aa1d5337fa7972387a0 Signed-off-by: umry8364 <morgan.richomme@orange.com>
2019-08-19Add a section on Robot in the documry83646-0/+238
Issue-ID: DOC-534 Change-Id: I62be1a4b8eac385015dac519023db4fb7e6bd4dd Signed-off-by: umry8364 <morgan.richomme@orange.com>
2019-08-15Add preload description to scale out docMarco Platania4-62/+854
Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ia6f7d8276b720bdf0ff1f71d5f1ba66535283751
2019-08-14Updating vfw_edgeX documentation.Akhila Kishore1-13/+57
Changes to the document has been made on wiki. Relecting those here to have a uniform documentation available to all. Issue-ID: MULTICLOUD-709 Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Change-Id: I103bf97a54ca42f83baf05d3cf4db2189ab0b5b3
2019-08-02Add doc about ONAP Postman collectionRene_Robert8-0/+191
Issue-ID: INT-1185 Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I1cf5d79951bfff5ff71e488a1c524099bd2d37a8
2019-07-30Fix typo in scale out documentationMarco Platania1-1/+1
Change-Id: Ib9776a1d944fda8d2a325521469988d2c24c8a6b Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com>
2019-07-24Fix typos in the scale out documentationMarco Platania1-2/+2
Change-Id: Id245450940506af726d2219c34c0033e2151c21b Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com>
2019-07-09update description of 5g pnf software updateYaoguang Wang1-30/+29
Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Issue-ID: INT-1104 Change-Id: Ifcd2e0488422759ffff8789bfb0bce9ea05aab4a
2019-07-09Issue-ID: INT-1129Rene_Robert1-1/+253
adding instantiation operations that were missing amend : set subscriptionServiceType to vLB Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: Icf7884a46ac07babda283fa464fe2fbedbe7eafe
2019-07-08Update pnf and 5g use case docYang Xu3-11/+7
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1104 Change-Id: I9fa7e1babd7b7cdbdfbec71600ebed6c81ba450b
2019-07-01Issue-ID: INT-1129Rene_Robert1-37/+74
some changes in usecase description Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I487b778dd899dc522aacd162e01efc61eafe9c43
2019-06-28Adding document for vfw/edgex use caseAkhila Kishore2-0/+623
Adding the setup instructions for vFW/EdgeX usecases. Removed whitespaces. Issue-ID: MULTICLOUD-692 Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Change-Id: I87a99ad2fce1a936334145ffe5cbf25e3133d93d