summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3350 from mwringe/bz1421860Scott Dodson2017-02-142-4/+4
|\
| * BZ1421860: increase Heapster's metric resolution to 30smwringe2017-02-132-4/+4
* | Merge pull request #3351 from detiber/fixConfigClobberJason DeTiberus2017-02-1422-66/+22
|\ \
| * | Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-1322-66/+22
| |/
* | Merge pull request #3355 from tbielawa/idempotency_please_workScott Dodson2017-02-147-46/+100
|\ \
| * | Add block+when skip to `openshift_facts` tasksTim Bielawa2017-02-141-46/+58
| * | Trying to fix up/audit note some changesTim Bielawa2017-02-146-0/+42
* | | Merge pull request #3359 from ewolinetz/logging_metrics_defaultsScott Dodson2017-02-142-2/+2
|\ \ \
| * | | updating defaults for logging and metrics rolesewolinetz2017-02-142-2/+2
* | | | Merge pull request #3356 from mtnbikenc/mod-fixesScott Dodson2017-02-141-1/+1
|\ \ \ \
| * | | | Fix logic for checking docker-registryRussell Teague2017-02-141-1/+1
| |/ / /
* | | | Merge pull request #3308 from mtnbikenc/oc_labelRussell Teague2017-02-144-65/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Modify playbooks to use oc_label moduleRussell Teague2017-02-144-77/+10
* | | | Merge pull request #3342 from mtnbikenc/oc_objRussell Teague2017-02-146-148/+191
|\ \ \ \ | |_|/ / |/| | |
| * | | Modify playbooks to use oc_obj moduleRussell Teague2017-02-146-148/+191
| |/ /
* | | Merge pull request #3291 from ashcrow/oc-route-moduleJan Chaloupka2017-02-143-93/+67
|\ \ \ | |/ / |/| |
| * | oc route commands now using the oc_route moduleSteve Milner2017-02-143-93/+67
* | | Merge pull request #3289 from mtnbikenc/upgrade-commonJan Chaloupka2017-02-146-100/+128
|\ \ \ | |_|/ |/| |
| * | Modify playbooks to use oadm_manage_node moduleRussell Teague2017-02-136-100/+128
* | | Merge pull request #3346 from mwringe/BZ1421834Scott Dodson2017-02-133-5/+5
|\ \ \
| * | | BZ1421834: increase the Heapster metric resolution to 30smwringe2017-02-133-5/+5
|/ / /
* | | Merge pull request #3343 from sdodson/bz1419654Scott Dodson2017-02-131-19/+5
|\ \ \ | |/ / |/| |
| * | Fix Bug 1419654 Remove legacy config_base fallback to /etc/openshiftScott Dodson2017-02-131-19/+5
* | | Merge pull request #3306 from ingvagabund/oc_serviceJan Chaloupka2017-02-132-12/+14
|\ \ \ | |/ / |/| |
| * | replace 'oc service' command with its lib_openshift equivalentJan Chaloupka2017-02-113-12/+15
* | | Merge pull request #3338 from sdodson/issue3303Scott Dodson2017-02-131-0/+1
|\ \ \
| * | | Add libselinux-python dependency for localhostScott Dodson2017-02-101-0/+1
* | | | Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-137-0/+2582
|\ \ \ \
| * | | | Fixing docs, linting, and comments.Kenny Woodson2017-02-103-14/+24
| * | | | Pleasing the linting bot.Kenny Woodson2017-02-085-66/+7
| * | | | Adding integration tests.Kenny Woodson2017-02-084-257/+411
| * | | | Adding oc_env to lib_openshift.Kenny Woodson2017-02-086-0/+2477
* | | | | Merge pull request #3295 from ashcrow/oc-scale-moduleScott Dodson2017-02-132-104/+0
|\ \ \ \ \
| * | | | | Removed adhoc s3_registrySteve Milner2017-02-132-104/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3333 from dgoodwin/restart-hosts-fixScott Dodson2017-02-131-2/+14
|\ \ \ \ \
| * | | | | More fixes for reboot/wait for hosts.Devan Goodwin2017-02-101-2/+14
* | | | | | Merge pull request #3313 from tbielawa/fix_expiry_playbook_pathsTim Bielawa2017-02-138-24/+46
|\ \ \ \ \ \
| * | | | | | Include rpm/git paths in expiry README.Tim Bielawa2017-02-102-24/+44
| * | | | | | Make the cert expiry playbooks runnableTim Bielawa2017-02-097-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3234 from rhcarvalho/check-moduleScott Dodson2017-02-1322-235/+434
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Do not hard code package namesRodolfo Carvalho2017-02-102-14/+17
| * | | | | Refactor code to access values from task_varsRodolfo Carvalho2017-02-104-17/+25
| * | | | | Document how to create new checksRodolfo Carvalho2017-02-102-0/+36
| * | | | | Introduce tag notation for checksRodolfo Carvalho2017-02-106-4/+35
| * | | | | Replace multi-role checks with action pluginRodolfo Carvalho2017-02-1021-195/+342
| * | | | | Reword module documentationRodolfo Carvalho2017-02-101-6/+5
| * | | | | Separate import groups with a blank lineRodolfo Carvalho2017-02-102-0/+3
| * | | | | Remove commented-out debugging codeRodolfo Carvalho2017-02-102-28/+0
* | | | | | Merge pull request #3321 from ashcrow/oc-serviceaccount-moduleJan Chaloupka2017-02-119-69/+43
|\ \ \ \ \ \
| * | | | | | oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-109-69/+43