aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
AgeCommit message (Collapse)AuthorFilesLines
2021-05-12Update EJBCA version from 6.15.2.5 to 7.4.3.2Joanna Jeremicz1-1/+1
Bump project version to 1.0.6 Update changelog Issue-ID: OOM-2649 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I59b9794f0e602fcc6b6a658b1e146cfd13751f87
2021-03-02Add JWT support in HTTP/HTTPS based locations - pnf-simulator1.0.5Krzysztof Gajewski1-1/+1
- update containers to version 1.0.5 Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: If6b938db03fc8b5e5a5a6435ad0559061fa5b4ad
2021-02-04Change version to 1.0.41.0.4Bartosz Gardziejewski1-1/+1
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ide6d9d89f3dd840e10b210b2f962a1fe090ca644 Issue-ID: INT-1844
2021-01-08Update Pnf simulator version to 1.0.2marcinrzepeckiwroc1-1/+1
Add pom for Http Server Issue-ID: INT-1814 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742
2020-06-24Remove superfluous 'docker login' invocationsBartek Grzybowski1-2/+0
Logging to docker registry once suffices Change-Id: I1f2efc18cf5257e9327782ca13d63b7175c70c50 Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-24Add Onap's docker registry address to the image namesBartek Grzybowski1-0/+4
By default compose services leverage locally built images which is not the case in onboaring package so there was no chance it could work. Change-Id: Ide25355da0535272e341ee4c4e15ef6eabf048de Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-24Set the 'noninteractive' frontend for debconfBartek Grzybowski1-0/+1
Docker installation script doesn't set debconf fronted explicitly thus default interactive was used and the runcmd was stalling. Change-Id: If9bf60c71f96d010ff1dac4f333a8bf07d5c032c Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-23Fix remote shell setup in HOTBartek Grzybowski1-1/+4
'PermitRootLogin' keyword is commented out by default so sed pattern needed adjustment to actually work. Nova injected rule that forbids root login was removed from authorized_keys file. Change-Id: Ib582848a2499ce4a882c5199069b3c5de57b1b3b Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-23Upgrade pnf-simulator repo linkBartek Grzybowski1-3/+3
PNF Simulator was moved to it's own repo of integration/simulators/pnf-simulator so updating broken links. Change-Id: Idbd940c3898d34b68d9c0578deee5078ff2bdcad Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-23Upgrade docker-ce and docker-compose releases in deployment packageBartek Grzybowski2-4/+4
Ubuntu release in example HOT env file is bumped to Ubuntu Bionic and related docker tools versions are upgraded accordingly. Change-Id: I45b1d94cfcc8ec4513f5e26fd6613f6ebc199e78 Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-06-22Drop unused/obsolete "docker_remove" routineBartek Grzybowski1-13/+0
Change-Id: I5c567fe12d1318422c958a087a01241e261ca9bb Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-23Switch pnf simulator to the new versionBogumil Zebek1-1/+1
Prepare new release line. Version: 1.0.1 Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db
2020-04-14Update PNF simulator root project nameBartosz Gardziejewski1-1/+1
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I22f131df7eb89f9f623be819f87b1c977256ad6e
2020-04-10Update project structureBogumil Zebek1-2/+2
Fix groupId, version and docker tag. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6a20e816fb53c2b50e58ca5680dd886cea8fc6b2
2020-04-09Add distribution management in pomBartosz Gardziejewski1-0/+0
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I7bb906bbf993ee6adce253b356a039f259172669
2020-04-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski6-0/+261
This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1