gluster / gluster-ansible

A core library of gluster specific roles and modules for ansible/ansible tower.
GNU General Public License v3.0
189 stars 54 forks source link

Defining pre-install "health checks" for deployment models #31

Open sankarshanmukhopadhyay opened 6 years ago

sankarshanmukhopadhyay commented 6 years ago

It is likely that a clutch of issues around this topic exists. The basic idea is to ensure that prior to a configuration and deployment, a set of pre-flight health checks are conducted for system resources etc.

https://docs.openshift.com/container-platform/3.9/install_config/install/advanced_install.html#configuring-cluster-pre-install-checks and https://docs.openshift.com/container-platform/3.9/admin_guide/diagnostics_tool.html#ansible-based-tooling-health-checks are added here for reference purposes

sac commented 6 years ago

This is a good idea. We have a similar requirement for hyperconverged environment, which we implement with precheck.yml. It is run only for hyperconverged environment. Good to have for all deployments in general.