Merge "Shift docker and pip setup to pre-playbook for quick-start"

This commit is contained in:
Zuul 2020-06-18 14:29:39 +00:00 committed by Gerrit Code Review
commit a5da22c404
3 changed files with 8 additions and 6 deletions

View File

@ -120,6 +120,7 @@
name: zuul-quick-start
parent: opendev-buildset-registry-consumer
description: Run the commands in the Zuul quick-start documentation.
pre-run: playbooks/quick-start/pre.yaml
run: playbooks/quick-start/run.yaml
post-run: playbooks/quick-start/post.yaml
required-projects:

View File

@ -0,0 +1,7 @@
- hosts: all
roles:
- ensure-pip
- name: ensure-docker
use_upstream_docker: false
docker_compose_install: true
- use-buildset-registry

View File

@ -2,12 +2,6 @@
vars:
workspace: /tmp/quickstart-test
local: false
roles:
- name: ensure-docker
use_upstream_docker: false
docker_compose_install: true
- ensure-pip
- use-buildset-registry
tasks:
- name: Install git-review
command: python3 -m pip install git-review