Update puppet jobs to default to puppet 4

This change removes the last of the puppet-3 puppet-apply jobs and
changes the default puppet version to '4' for the puppet-apply and
beaker jobs. This change leaves the unversioned base puppet jobs and the
puppet-4 child jobs even though they are now redundant for the sake of
clarity of the job ancestry.

Change-Id: I58a82d7e58ee1d2d8c653e4e92cab8cfc8d834b4
This commit is contained in:
Colleen Murphy
2019-05-29 14:55:39 -07:00
parent c716915911
commit a0697b63b6
4 changed files with 2 additions and 15 deletions

View File

@@ -7,6 +7,6 @@
args:
chdir: "{{ zuul.projects['opendev.org/opendev/system-config'].src_dir }}"
environment:
PUPPET_VERSION: "{{ puppet_version | default('3') }}"
PUPPET_VERSION: "{{ puppet_version | default('4') }}"
tags:
- skip_ansible_lint

View File

@@ -51,4 +51,4 @@
chdir: "{{ project_src_dir }}"
environment:
'GEM_HOME': "{{ ansible_user_dir }}/.bundled_gems"
'PUPPET_VERSION': "{{ puppet_version | default('3') }}"
'PUPPET_VERSION': "{{ puppet_version | default('4') }}"

View File

@@ -1452,17 +1452,6 @@
run: playbooks/infra-puppet-apply/run.yaml
post-run: playbooks/infra-puppet-apply/post.yaml
- job:
name: infra-puppet-apply-3-ubuntu-xenial
parent: infra-puppet-apply-base
nodeset: ubuntu-xenial
- job:
name: infra-puppet-apply-3-ubuntu-trusty
parent: infra-puppet-apply-base
nodeset: ubuntu-trusty
branches: master
- job:
name: infra-puppet-apply-4-ubuntu-xenial
parent: infra-puppet-apply-base

View File

@@ -1574,12 +1574,10 @@
Runs puppet apply tests for OpenStack Infrastructure.
check:
jobs:
- infra-puppet-apply-3-ubuntu-xenial
- infra-puppet-apply-4-ubuntu-xenial
- openstackci-beaker-puppet-4
gate:
jobs:
- infra-puppet-apply-3-ubuntu-xenial
- infra-puppet-apply-4-ubuntu-xenial
- openstackci-beaker-puppet-4