summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05Pin sshlibrary to 3.1.1HEADmasterJamo Luhrsen1-1/+1
the newly released 3.2.0 has a bug in it so that we cannot deal with multiple connections being open, switched to, closed, etc. Change-Id: Idea3e22a3a5737c78888c069b29709a3dcef5f7b Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2018-05-17Update broken CPERF DockerfileJamo Luhrsen1-3/+6
seems newer CentOS versions (e.g. 7.5) need to have their distro "centos" available in a yum vars file when trying to work with SIG repositories also updated the openstack repo to queens release from the older ocata finally, updated the repo location for openflow and oflops. the stanford repo no longer works, but the github repos claim to be mirrors of it. Change-Id: I7084c38c680e1875558af17a3ef3c2344ee9cefc Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-08-15Add centos-release-openstack-ocata packageJamo Luhrsen1-1/+1
this was needed to install the openstack client which was added in https://gerrit.opnfv.org/gerrit/#/c/38781 Change-Id: Icc21d86e2ae19719a4ebd62e7eead0472a49df70 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-08-04Install openstackclientJamo Luhrsen1-15/+17
- also alphabetizing the packages being installed Change-Id: I5552d0a5efbaa715e4f53d52ad70310a5e60ce1a Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-06-30Install jmespath for cperf dockerfileJamo Luhrsen1-0/+1
this is just to avoid an ugly error we'll get when running ODL Robot suites from this container. It will show up even if the .py file importing this library is unused. it was added in upstream ODL here: https://git.opendaylight.org/gerrit/#/c/58823/ Change-Id: Iaaa761e131602557407bb6c56d282c8856acba6f Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-01Add dockerfile arg for branchJamo Luhrsen1-0/+2
Change-Id: I7c52c4a7c8ab8e19f680ec5756d4e2dfb9f9e10c Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2016-05-18add dependent libffi-devel packageJamo Luhrsen1-0/+1
Change-Id: Ibd4ba09a51e41b4f774a347a823237e42e40bf3f Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2016-04-27Add Dockerfile with CPerf's test toolsJamo Luhrsen1-0/+70
Includes: - CBench install - ODL Integration/Test, OPNFV RelEng and OPNFV CPerf repos - Robot Framework and required libs for ODL's tests Change-Id: I000d34f564becbeb0d9c907ca837ba744b808e32 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com> Signed-off-by: Daniel Farrell <dfarrell@redhat.com>