summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/setup_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6398 from mtnbikenc/update-deprecation-checksOpenShift Merge Robot2017-12-081-3/+3
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Update deprecation checks - include: Updating deprecation tests to check for `include:` directive usage. Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation Fixes: https://github.com/openshift/openshift-ansible/issues/5586
| * Update deprecation checks - include:Russell Teague2017-12-081-3/+3
| |
* | Remove openshift.common.service_typeMichael Gugino2017-12-071-1/+0
|/ | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Playbook Consolidation - InitializationRussell Teague2017-11-151-2/+1
|
* Fix lint errorsScott Dodson2017-08-071-2/+1
|
* integration tests: keep openshift_version happyLuke Meyer2017-08-071-0/+15
|
* New pattern involves startup and initializing through the std_include.ymlKenny Woodson2017-08-071-1/+1
|
* openshift_checks: eval groups before including roleLuke Meyer2017-06-231-0/+3
| | | | | | openshift_health_checker requires openshift_version, and that has been updated to require group evaluation. Update check playbooks and integration tests to do group eval.
* integration tests: add CI scriptsLuke Meyer2017-04-251-1/+1
| | | | | | Add some scripts that can be run from Jenkins to build/push test images and to run the tests. Updated README to expand on running tests.
* preflight int tests: generalize; add testsLuke Meyer2017-04-251-0/+45
Make the container setup and teardown more reusable. Remove example tests. Add basic package tests.