aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14[APACHECNF] CDS workflows for upgrade scenarioLukasz Rajewski14-17/+270
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Icfa9dd7d90abb3da2b0cf388cfb1e3a27e8edd6d
2022-10-21[APACHECNF] Update healthcheck and add scale workflowLukasz Rajewski11-23/+207
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I7cf59f58592321ec06d8d812bd081293130ec74d
2022-10-21[APACHECNF] Various updates of the demoLukasz Rajewski32-1881/+203
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac
2022-05-09Script to create all templates needed to run E2E NS Option2marcin krasowski2-1/+498
Script to create all required templates for Option2. Signed-off-by: marcin krasowski <lfn@krasm.net> Issue-ID: INT-2064 Change-Id: I859538cb0f98118ea92235d704c3301cbfaeafa5
2022-05-06Automate AAI manual configurationMaciej Lisowski2-0/+116
Developed custom script to automate AAI configuration, provided manual for its usage Issue-ID: INT-2070 Signed-off-by: Maciej Lisowski <m.lisowski2@partner.samsung.com> Change-Id: I6464d7a0ffe0b569e6086c8f95cd137d2479fdd6
2022-03-22[APACHE] Add Apache CNF use case filesLukasz Rajewski85-0/+8693
Issue-ID: INT-2094 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Signed-off-by: Michal Chabiera <michal.chabiera@orange.com> Signed-off-by: Michal Grzesik <michal.grzesik@orange.com> Change-Id: Ie8f72b9804f1055f49e1bc85dd0d712841eb0f5d
2022-02-21Make Network Slicing usecase more user friendlyMaciej Lisowski59-0/+5144
It was required to create a directory containing all files related to Network Slicing in order to make the usecase more user friendly. This change contains policies with already made automated scripts. Issue-ID: INT-2069 Signed-off-by: Maciej Lisowski <m.lisowski2@partner.samsung.com> Change-Id: Ia6f003a2dbff53f32a2fc0614bb646302b6d080b
2020-06-15Fix for missing VNFC rel informationLukasz Rajewski2-15/+88
This patch adds workaround for missing VNFC-VSERVER relation when VSERVER info is created by SO heatbridge (instead robot) Change-Id: I4d54f4bd1ac17193f5b1037bedbf1d00af9d0ac9 Issue-ID: SO-2983 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-05-14Fixed secrets used for appcLukasz Rajewski3-5/+42
THe patch changes way how secrets are resolved for appc after latest changes in ONAP secrets policy. Issue-ID: INT-1465 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I7f992477e612cb04eb3c4dd5dce64fa9c83d1258
2020-05-11Improvements for new policy APILukasz Rajewski11-195/+264
Improvements in demo scripts for new API for policy, including scripts preparing OOF for interaction with Policy API Change-Id: Ifd28f6b2941d23dcab6699a71c536d8534fa7cf5 Issue-ID: INT-1465 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-04-27vFWDT tutorial fixes after integration testsLukasz Rajewski10-36/+62
Modification in test files, including configuration and workflow files. Change-Id: I6d9eaf4355a151fa20f1b5d4ea8a025cbcb3d70f Issue-ID: INT-1465 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-03-26Fix indentation issues within YAMLsBartek Grzybowski5-83/+83
Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-26Fix spacing issues in YAML files in tutorials/Bartek Grzybowski8-21/+19
Fixes applied as reported by yamllint. Change-Id: I6f5ddce18c7a29bbbf3c973d1fd34ba308ec5616 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-24Fix indentation issues as reported by pylintBartek Grzybowski1-21/+21
Change-Id: I96c57d08d0030b48a9377eb05c077e26241870a6 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-24Fix unused varbiales pylint warningsBartek Grzybowski1-4/+4
Change-Id: I3f76a82d276c75f20453a9306b4f9964d90b5179 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-24Do not use `len(SEQUENCE)` to determine if a sequence is emptyBartek Grzybowski1-1/+1
Change-Id: Iad6832e7b9d468bc8ce73cb728bb983941f7a61c Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Removing unused imports in python scriptsBartek Grzybowski1-5/+0
Removing according to pylint report. Change-Id: I2296b923a71c53347afcd0eb11d1c07b1400570f Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Fix whitespace issues in Python filesBartek Grzybowski1-1/+0
Change-Id: I7c98d1187c24b58471a822ec6f0fb9b0999f6f39 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Pretty print json files in tutorials/Bartek Grzybowski27-727/+2194
Fixing json files to conform to linter rules. Change-Id: Ib71831d153f32133eef7deb95804e9d96240f5c7 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-02-20APPC CDT AutomationLukasz Rajewski13-0/+361
The patch modifies vFWDT configuration scripts in order to automate the configuration of APPC artifacts instead of CDT. As a result it makes use case closer for CSIT automation Change-Id: I5ab2785093515ee0b224c8f3e8a5d9eb600e52f9 Issue-ID: APPC-1731 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-01-02vFW Upgrade WorkflowLukasz Rajewski7-46/+225
Continuation of changes for migiration of vFW DT use case to vFW DT & Upgrade Use case. This patch contains complete and final changes in the workflow script like upgrade, lock, unlock actions. The workflow was also switched to use latest APPC VNFC Ansible support feature. Logging of LCM execution statistics also was added. Change-Id: Iba744cd485eb2460951019fb2a6c5bce5d3e37b1 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-1278
2019-10-02vFW DT tutorial improvementsLukasz Rajewski4-46/+301
- use of TLS for APPC - vFW Upgrade workflow - Help information for workflow - script for configuration of workflow - script for upgrade of vFW VMs to Upgrade demo Change-Id: I26136ec20569c9c02abb1644c6e40b4733d8f5ea Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751
2019-09-26vFW DT tutorial improvementsLukasz Rajewski2-2/+28
- Fixed workflow script for osdf request - ansible_inventory file generation added - Licence for upload policy script Change-Id: Ia46d19750569f649ce12dcdb49571299d87d8fee Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751 (cherry picked from commit e659e3afec2f3987d071510efe63e72374ef1a88)
2019-09-13vFW DT tutorial improvementsLukasz Rajewski11-18/+621
- Improvements in the workflow script to use OSDF request - policy types added - policy rules added - script to upload policies added Change-Id: I61e2bf3bbb10ca45088e989bbd801ec9ca439ae3 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751
2019-06-14Playbooks to check traffic on PKG and SINKPiotr Magalski2-0/+246
Issue-ID: APPC-1466 Signed-off-by: Piotr Magalski <piotr.magalski@orange.com> Change-Id: I25fabb5387ac8a108620a81e8ed2e2b52745b55b (cherry picked from commit be033e311832f82c26658022d3d44735fad8cd40)
2019-06-14DistributeTraffic playbook for vFWDTMichal Chabiera1-0/+217
Signed-off-by: Michal Chabiera <michal.chabiera@orange.com> Issue-ID: INT-751 Change-Id: I6a7f449b1f62565673bec18eb732000566efe648 (cherry picked from commit 73a66a348f321af37480991f11999794803f91ea)
2019-06-06Files for vFW DT Use case tutorialLukasz Rajewski13-0/+1237
Change-Id: Ie86576ba685ae446c53692e826e2fb83a628bf07 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751 (cherry picked from commit d2fd9916127de68e79ace6acd4eedf68873b4af1)
2019-03-05Add tutorial about SDNC-AAI Service adaptorMarco Platania4-0/+248
- Simple DGs for writing and reading services to/from AAI - Postman POST calls to trigger DGs using CCSDK/SLI API Change-Id: I9eaa58e0a2b08e783cf61f11cb45e6f740f15ddf Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-16Correct ExternalAPI-NBI init scriptEric Debeau1-47/+47
Add directory /opt/nbi Correct docker-compose.yml path Issue-ID: INT-456 Change-Id: I872da967874c444ae8c76fd9f5784bdadbd00da0 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-18Remove GPL v3 HEAT templatesBrian Freeman10-1742/+1
Issue-ID: UCA-38 Change-Id: Ia2e01a1b83c3cbc30dd542e25d03e058fd15029a Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Updatd after network review 2017-08-03Brian Freeman1-0/+13
Change-Id: I29e9610c18f3592fe933c247fd97afb6581ba974 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-07-13Initial Tutorial vIMS CleawaterBrian Freeman11-0/+1841
Issue-Id: UCA-31 Change-Id: Ie7580af51b0ba31bd19ce84d733fdee34eeeaf55 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-04-21fixed netconf port; fixed delete dgBrian Freeman2-3/+3
Change-Id: I41a23f11ac72979a1e88ee703bfdcdac96c8d670 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-04-19Initial Tutorial on SDNC to APPC NetConf MountBrian Freeman5-0/+89
Change-Id: I0d5b4fc3fef63aea465013d051667f4380429b26 Signed-off-by: Brian Freeman <bf1936@att.com>