aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/src
AgeCommit message (Collapse)AuthorFilesLines
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-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski3-0/+174
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