summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/sanity_checks.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add openshift_public_hostname length checkMichael Gugino2017-09-111-0/+4
| | | | | | | | | | | | | Currently, the variable openshift_hostname is checked to ensure it is less than 63 characters. The variable openshift_public_hostname should also be checked for this length. This commit checks the length of openshift_public_hostname to ensure it is 63 characters or less. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1467790
* Remove openshift-commonMichael Gugino2017-09-061-0/+47
Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.