Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Enable fact gathering for needed validations"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 31, 2019
2 parents d3fc9ee + 2affbb1 commit 0204d76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/check-latest-minor-version.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Check if latest minor version is installed
Expand Down
1 change: 1 addition & 0 deletions playbooks/repos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: undercloud, overcloud
gather_facts: yes
vars:
metadata:
name: Check correctness of current repositories
Expand Down
1 change: 1 addition & 0 deletions playbooks/undercloud-cpu.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Verify undercloud fits the CPU core requirements
Expand Down
1 change: 1 addition & 0 deletions playbooks/undercloud-ram.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Verify the undercloud fits the RAM requirements
Expand Down
1 change: 1 addition & 0 deletions playbooks/undercloud-selinux-mode.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: undercloud
gather_facts: yes
vars:
metadata:
name: Undercloud SELinux Enforcing Mode Check
Expand Down

0 comments on commit 0204d76

Please sign in to comment.