4e0574596d
This patch moves the infra-puppet-apply jobs out of legacy/ and into jobs.yaml. It also condenses the four different run playbooks and four different post playbooks into one run playbook and one post playbook since they were all identical. This includes the infra-puppet-apply-4 playbook. A future patch will implement a puppet 4 playbook properly as an experimental job. The job configuration remains centralized in openstack-zuul-jobs rather than in the individual puppet module repositories. Depends-On: https://review.openstack.org/557507 Change-Id: Icb705a5af11afa01ec889ec28b3cf5ef29ab4a11
8 lines
267 B
YAML
8 lines
267 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Copy puppet-apply test output to log server
|
|
synchronize:
|
|
src: "{{ zuul.projects['git.openstack.org/openstack-infra/system-config'].src_dir }}/applytest/"
|
|
dest: '{{ zuul.executor.log_root }}/applytest/'
|
|
mode: pull
|