Merge "Turn off puppet reports"
This commit is contained in:
commit
231acc0e54
@ -3,4 +3,5 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: true
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
@ -4,3 +4,5 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
@ -3,3 +3,5 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
@ -12,6 +12,8 @@
|
||||
- role: puppet
|
||||
copy_hieradata: False
|
||||
copy_puppet: False
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
- hosts: "git0*:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -20,6 +22,8 @@
|
||||
- role: puppet
|
||||
facts:
|
||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
- hosts: "review.openstack.org:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -27,8 +31,9 @@
|
||||
- role: puppet
|
||||
facts:
|
||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||
vars:
|
||||
puppet_timeout: 60m
|
||||
puppet_timeout: 60m
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
- hosts: "zuul-scheduler:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -36,5 +41,6 @@
|
||||
- role: puppet
|
||||
facts:
|
||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||
vars:
|
||||
puppet_timeout: 60m
|
||||
puppet_timeout: 60m
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
@ -4,11 +4,13 @@
|
||||
serial: 1
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: true
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
- hosts: "compute*.ic.openstack.org:!disabled"
|
||||
gather_facts: true
|
||||
max_fail_percentage: 100
|
||||
serial: "10%"
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: true
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
@ -3,3 +3,5 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
|
Loading…
x
Reference in New Issue
Block a user