summaryrefslogtreecommitdiffstats
path: root/jjb/auto
AgeCommit message (Expand)AuthorFilesLines
2018-11-08RTD: Enable Gambia streamAric Gardner1-0/+8
2018-10-29Merge "Create Stable Branch Jobs for auto"Trevor Bramwell1-1/+12
2018-10-29Create Stable Branch Jobs for autojenkins-ci1-1/+12
2018-10-18RTD jobs for all projectsAric Gardner1-0/+12
2018-10-122017-08-29Initial Auto Project JobsTrevor Bramwell1-0/+56
ss="l l-Scalar l-Scalar-Plain">name: start yardstick container on jumphost hosts: jumphost tasks: - name: Start yardstick container docker_container: name: yardstick pull: yes recreate: yes image: "{{ yardstick_docker_image|default('opnfv/yardstick:latest') }}" state: started restart_policy: always privileged: yes interactive: yes volumes: - "{{ openrc_file|default('/dev/null') }}:/etc/yardstick/openstack.creds:ro" - /var/run/docker.sock:/var/run/docker.sock - /opt:/opt - /etc/localtime:/etc/localtime:ro