Rodolfo Carvalho 01046c33e0 Rename subrole facts -> init пре 8 година
..
base 43b22a73c4 Move Python modules into role пре 8 година
common 43b22a73c4 Move Python modules into role пре 8 година
init 01046c33e0 Rename subrole facts -> init пре 8 година
masters 43b22a73c4 Move Python modules into role пре 8 година
nodes 43b22a73c4 Move Python modules into role пре 8 година
verify_status 9041a81621 Refactor preflight check into roles пре 8 година
README.md 01046c33e0 Rename subrole facts -> init пре 8 година

README.md

OpenShift Preflight Checks

This role detects common problems prior to installing OpenShift.

Requirements

  • Ansible 2.2+

Role Variables

None

Dependencies

None

Example Playbook

---
- hosts: OSEv3
  roles:
    - openshift_preflight/init

- hosts: OSEv3
  name: checks that apply to all hosts
  gather_facts: no
  ignore_errors: yes
  roles:
    - openshift_preflight/common

- hosts: OSEv3
  name: verify check results
  gather_facts: no
  roles:
    - openshift_preflight/verify_status

License

Apache License Version 2.0

Author Information

Customer Success team (dev@lists.openshift.redhat.com)