Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Last active September 6, 2017 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmsimard/1fc6b22a40009298713c7432d9368a37 to your computer and use it in GitHub Desktop.
Save dmsimard/1fc6b22a40009298713c7432d9368a37 to your computer and use it in GitHub Desktop.
example
[defaults]
roles_path = /some/path/project-config/roles:/some/path/zuul-jobs/roles
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/pre.yaml"
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/post-logs.yaml"
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/post-ssh.yaml"
[...]
- job:
name: base-integration-centos-7
parent: null
description: |
Tests the base playbooks
nodes:
- name: centos-7
label: centos-7
required-projects:
- openstack-infra/project-config
run: playbooks/base-integration.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment