summaryrefslogtreecommitdiffstats
path: root/packer/provision/docker.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Upgrade to common-packerJessica Wagantall1-119/+0
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-07Fix ubuntu_docker_mtu_fix() functionJessica Wagantall1-1/+1
Do not translate vaiables. Pass the text as is Change-Id: I05b5c33ec79191dd4959ac10b0ac1d13c2973078 Issue-ID: CIMAN-118 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-06Fix docker MTU settingsJessica Wagantall1-0/+44
Set MTU settings to 1454 to accept https connection requests. This issue seems to be present since Docker 1.10.0 Change-Id: Ia113ffdb889fa86e91075ef4f36b3e1872c699f6 Issue-ID: CIMAN-118 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-19Install python3.6-dev package in packerJessica Wagantall1-1/+1
Add python3.6-dev package which is needed by pyCrypto. Change-Id: Iaaa3fb8ca8d464e02af71ae50656861a5d104076 Issue-ID: CIMAN-108 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Install Python3.6 for Ubuntu imagesJessica Wagantall1-0/+5
Add Python3.6 version to be used by dcaegen2 project. Change-Id: Ie6a1afde8a4697f094a862bfd0870fc5a844bf47 Issue-ID: CIMAN-108 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-31Add gecko driver for robotframeworkJessica Wagantall1-0/+3
Add gecko driver for docker based builds that will run Selerium UI tests Issue-id: CLAMP-28 Change-Id: Ib0fdb21165a5814dc7cb6599fc5226d35db813ee Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-17Add docker-compose for CSIT environmentsGary Wu1-1/+4
Change-Id: Ieb80618426b3e7755b5fbacf21c2ef697b137921 Issue-id: CIMAN-24 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-02-07Correctly call pipefail not pipefileAndrew Grimberg1-1/+1
Change-Id: I2e51de944afcdba9e77e7300960cd0578566fcc6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Make packer templates fail on any problemsAndrew Grimberg1-1/+4
Make packer templates fail on any problems and to not be quiet in their builds. Change-Id: Ieb1ef5f6f2bff711597bd7464a2676520e5fc0d8 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Configure docker imageAndrew Grimberg1-0/+61
Create a docker image, this is based on the Open-O robot image Change-Id: I4f16494da4605753f09257107889210488ec0512 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>