aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24noheat: clone OOM repositoryMaciej Wereski2-0/+9
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I331bf443fc23edcd706f4811d68eb4ba94dac6c8
2021-08-24noheat: deploy kubernetesMaciej Wereski4-0/+92
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ia9e567b867e6cd0f7988be7c53c034f3335f0320
2021-08-24noheat: deploy DockerMaciej Wereski3-0/+56
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ieb1bdd761099f707223e8b04f5c117dd86ef6b1f
2021-08-24noheat deployment: use nfs0 as nexus3 bastionMaciej Wereski2-3/+3
Bastion rules may cause DNS malfunction sometimes. It won't be an issue on NFS server but might be on control or operator host. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I23f49a20257c34475ed02f4c0df036f0ded450f4
2021-08-24noheat deployment: setup NFS server and clientsMaciej Wereski4-0/+61
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I8de10257f75e662e8e8809061ec818def0d3f048
2021-08-24noheat deployment: add operator0 key to itselfMaciej Wereski1-0/+5
This is needed for Ansible to deploy on operator0. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I6163942c8157108784008b4e05fc0abe85ee5184
2021-08-24noheat deployment: loosen security groups constraintsMaciej Wereski1-11/+4
Current rules may cause kubernetes services to be blocked. This may lead to a lot of time wasted on debuging issues that aren't to any of deployed components. After all patches are in place and working we might try to come up with restricting Security Groups. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I2f36afefb72df1c4082bc9dda036713f4625ab46
2021-08-24noheat deployment: Add groups to dynamic inventoryMaciej Wereski1-0/+37
Also set variables that will be needed to deploy NFS. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ibb033726f040246094f45ec5f1288b4bb4de0ef0
2021-08-23Update requirements of OpenStack noheat deploymentMaciej Wereski3-8/+10
Python dependencies are now tracked in requirements.txt file. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I47bbec6ad3e7b9e9fa3ec569d44605b803ac8271 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2021-07-14[CODESEARCH] Update documentationBartek Grzybowski1-10/+14
Change-Id: I1363c667da6e3764c397cbad5502934fcf0bdc69 Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-13[CODESEARCH] Always run the 'run_codesearch' provisionerBartek Grzybowski1-1/+1
This will automatically run the Hound engine after box reload. Change-Id: If9e2e186ab16f461b63e963a2ec189783cda0010 Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-13[CODESEARCH] Rework the nameserver provisioningBartek Grzybowski1-5/+7
Default OS resolver is set using native systemd-resolved facilities in a way that it will be persisted after box reload. Default nameserver is set within Vagrantfile and can be altered if needed. Vagrant-libvirt specific resolver settings were removed in favor of a general one. As of now it should be possible to also run this box using Virtualbox provider. Change-Id: Icdd1eb8bf3677c4616b1ac7d6b3387e0f4c7535a Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-12[CODESEARCH] Drop ssh authentication for Gerrit endpointBartek Grzybowski1-31/+2
Getting repo list does not require authentication so dropping it. Since create_config.py "--git" option was reworked it will now generate repo urls leveraging git protocol and git.onap.org service. Change-Id: I2d36392ea36016ee09e05417608fd5871fa0c074 Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-02[CODESEARCH] Rework how --git option worksBartek Grzybowski1-3/+7
"--git" will not only affect the "base-url" in Hound config for code browser but also the "url" for the repository clone string. This is the most sane behavior as git protocol is the most efficient one in terms of speed. "git" and "ssh" options are also set to be mutually exclusie as according to the above change using git protocol based clone and passing ssh credentials would not make sense as git protocol does not support any kind of authentication. Change-Id: I9897bc2aec2707ca4ed7543b1576686fb8e2b2da Issue-ID: INT-1940 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-01[CODESEARCH] Add option to define custom polling intervalBartek Grzybowski1-3/+6
The default polling interval is set to 1h. Refreshing too often might result in too many requests in time and a remote service disruption or denial of access for client (too many requests) Change-Id: I490792ddedeb7a2c13f1bbb0f11ec68ed8fc2d5b Issue-ID: INT-1942 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-07-01[CODESEARCH] Upgrade Vagrant box to utilise newest 20.04 LTSBartek Grzybowski1-1/+1
Change-Id: Ib8059e1c74ef460da0821f4403ab734c7a02b4f2 Issue-ID: INT-1941 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-06-10[ADMIN] Update and clean Integration committer listmorganrol1-15/+16
Add: - Bartosz Gardziejewski - Alexander Mazuruk Remove: - Thierry Hardy - Lasse Kaihlavirta - Pawel Wieczorek Update lifecycle_state if needed Issue-ID: INT-1930 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I05266aae622f7a4e1f8c7a05bc3072313e2f8147
2021-05-13Standard defined schema files in VES CollectorKrzysztof Kuzmicki2-2/+99
Add overall description how to configure standard defined schema files in VES Collector Issue-ID: INT-1922 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I4e5d7528b8c5b61c3114777afb3a8e48a2671e53
2021-05-06[DOC] Honolulu documentationmorganrol48-675/+763
Update documentation for Honolulu Issue-ID: INT-1888 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I66e6f397bcda898445e256dd8e22dfcb20847408
2021-04-30Set up network for in-cluster deployment stagePawel Wieczorek7-0/+70
This patch adds new network traffic exceptions to the infrastructure setup step. This change has to be done during the infrastructure setup step because OpenStack client is not available from within the cluster. Issue-ID: INT-1601 Change-Id: I5adbce6197d8de6ab2bf7f54c73d6003442674da Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2021-04-30Add missing dependencies and artifacts for in-cluster deployment stagePawel Wieczorek1-0/+6
Configuration of the operation machine has to be altered before commencing in-cluster deployment stage - otherwise in-cluster playbook will not be even parsable (after changing Ansible control node). Issue-ID: INT-1601 Change-Id: Ic0fd8d3e36866dd588febfcee8e91f837b46f015 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2021-04-28Prepare operation machine for in-cluster deployment stagePawel Wieczorek6-1/+29
This patch creates an in-cluster inventory based on the dynamic one from creating OpenStack VMs. It will be used at the next deployment stage. This patch also adds missing documentation on required software to run these Ansible playbooks. Issue-ID: INT-1601 Change-Id: Ibf009a2530de989b1927a7a4a2f328fa61c1dd55 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2021-04-27E2E_network_slicing-H-release known issues updateAhila1-1/+15
Issue-ID: INT-1874 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I5a7ce6b9d0c1890e0c8aec5349909b4be5e8067e
2021-04-26Flatten Ansible role structurePawel Wieczorek16-10/+10
Given current constraints of CI Lab application of Ansible playbooks has to be divided into several stages (changing Ansible controller between them). This is why role structure can be flattened for increased readability. Issue-ID: INT-1601 Change-Id: I71f95649617e160f7887f03c6a96161fb8873c66 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2021-04-21Add instructions for the simulator wrapperIllia Halych1-3/+55
The instructions include samples for: 1. Deploying Helm release with a simulator 2. Starting the simulator via an API call 3. Undeploying the release Issue-ID: INT-1906 Signed-off-by: Illia Halych <illia.halych@t-mobile.pl> Change-Id: I6849df15ece2e2dee2cbc1aa6ee1114ca4cbcc00
2021-04-20Update 5G PNF PnP test documentation about information on how to use NF ↵Krzysztof Kuzmicki1-13/+58
Simulator Update 5G PNF PnP test documentation about information on how to use NF Simulator Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Idf5d8c724d5c9eb32618e75a06cdda55c1b29aaf
2021-04-20[INTEGRATION] NF simulator documentation - fix indents and bullet pointsKrzysztof Kuzmicki1-40/+47
fix indents and bullet points Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Id8e2462407fdd4facbdebb652d6b57f9ee2ab100
2021-04-19[INT] Fix netconf-pnp-simulator Python dependencies versionajay_dp0011-4/+4
Issue-ID: INT-1908 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Idada3c2a16406f7aa3fcf84c7771a86e0dfda5e2
2021-04-16vFW CNF use case changes for CNFOLukasz Rajewski2-46/+259
vFW CNF use case changes for CNFO Issue-ID: INT-1867 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I69cc0834f05c5684db849d880e01529320dc9d10
2021-04-16[INTEGRATION] Add NF simulator documentation in read the docsKrzysztof Kuzmicki1-69/+68
fix indents and bullet points Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I1fae12aa024baf852bd9dc36b06a26a341d9dea2
2021-04-16[INTEGRATION] Add NF simulator documentation in read the docsKrzysztof Kuzmicki2-42/+42
fix indents and bullet points Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ibb346b3481facdc56e2c3313d5c71d36c12a7201
2021-04-16[INTEGRATION] Add NF simulator documentation in read the docsKrzysztof Kuzmicki1-1/+1
Fix visible license agreement Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I42b05c11e0da7b149e89a7f29309c57a527a382c
2021-04-15[INTEGRATION] Add NF simulator documentation in read the docsKrzysztof Kuzmicki4-30/+143
Add NF simulator documentation in read the docs Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I86f268e89c262264aedf7ddf164ec2e16c0ec630
2021-04-06[ADMIN] Add Illia Halych in INFO.yamlmrichomme1-10/+8
Add Eli and cleanup the INFO.yaml file Issue-ID: INT-1842 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I49ee0a1b8289f9efbe8f7170a7e0df6d5172facf
2021-04-02Update the simulators list and descriptionBartek Grzybowski1-2/+6
Change-Id: I79fa3e582047e067a30a95c732dc05a307a8b37b Issue-ID: INT-1900 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-04-02Update the simulators repository listBartek Grzybowski1-0/+8
Change-Id: I9cbc07dfdaa5eacb5609e78dbd140e905eb2877d Issue-ID: INT-1900 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-04-02Fix the title underline to avoid doc linter warningBartek Grzybowski1-1/+1
Change-Id: Id6fe0fb764dd411955717110a14c31e6ac129429 Issue-ID: INT-1900 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-04-02Exclude .tox subdir when building documentationBartek Grzybowski1-0/+2
".tox" subdirectory is needlessly linted by doc builder. Ignoring it decreases the warnings from 48 to 5 and shortens doc generation time. Change-Id: Ieab78788e8d4a172179c3d597ce34c3f6fbe64d2 Issue-ID: INT-1900 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-04-02Fix repositories linksBartek Grzybowski5-23/+23
Repo links should point to a browsable repository page, not to repo admin page. Change-Id: I3e04b6b7055e03b71ca95b40ecda5df4a7c89d45 Issue-ID: INT-1900 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-04-02Updating release notes for CCVPN - Transport Slicing (REQ-456).Hesam Rahimi1-7/+58
Issue-ID: INT-1875 Change-Id: Ibdb82ab8988cf6cd1bd117231c6d617272439529 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
2021-04-01E2E_network_slicing - Honolulu updatesAhila1-78/+81
Issue-ID: INT-1874 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I70ca22b50f274f8aa65cc4c82c5e166b976e5ef5
2021-03-31[DOCUMENTATION] Add a simulator section in documentationmorganrol8-11/+103
Create a simulator section in integration documentation This section aims to highlight the existing simulators and encourage people to reuse them it is a first skeleton, other patches shall complete the new sections Issue-ID: INT-1888 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: If4510001bc1bb754a4bdaf3963175873edb3601c
2021-03-24DFC test containers and config update to fit honolulu releaseKrzysztof Gajewski5-40/+47
Issue-ID: DCAEGEN2-2699 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I002b2cad53f27f900aa422e9b7912c9da3f01eee
2021-03-10Fix server hostname verificationKrzysztof Gajewski1-0/+1
- modify consul config to fit new datafile and https tests Issue-ID: DCAEGEN2-2656 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ifd6562ba40086d8e15befd7cbad7a30def1a48f7
2021-03-04Modify DFC HTTP mock to consume PNF-Simulator HTTP serverKrzysztof Gajewski12-736/+23
Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I1737bc1d5d5558552afd32c93ca68d1143d36a89
2021-03-04Fix Integration-netconf-pnp-simulator-docker-merge-master jenkins buildajay_dp0011-1/+1
Issue-ID: INT-1877 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Iaff5b0cce3e26c2f8ab487af1532a6ce697995a7
2021-03-02[TESTS] Fix versionsmorganrol1-6/+10
an exception is no more caught and triggers an error when running versions Issue-ID: TEST-312 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ib787e6bf6359abc6df2732c27ebd7ac7ab9389af Signed-off-by: morganrol <morgan.richomme@orange.com>
2021-03-02Documentation update for CCVPN - Transport Slicing (REQ-456)hyu20101-0/+13
Issue-ID: INT-1875 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I0adbd5686f6c06785a7c127aa635392d6a551466
2021-02-26Add JWT support in HTTP/HTTPS based locations - integrationKrzysztof Gajewski16-12/+200
Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I334c66c025e1f3ef59393c3a0fe69493d4a3b5fa
2021-02-24G-release docs_E2E_network_slicing.rst- Reverting the overwritesAhila1-211/+170
Issue-ID: INT-1872 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I25a92dfc7e9b395591b9984b25623eccf17e0a8e