summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | | | Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka2017-02-113-19/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | oc secrets now done via oc_secret moduleSteve Milner2017-02-104-19/+33
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3307 from ingvagabund/oc_serviceaccount_secretJan Chaloupka2017-02-114-25/+21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-104-25/+21
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3288 from simaishi/trigger_auto_trueScott Dodson2017-02-102-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Set image change triggers to auto=true for OCP 3.4 - for v1.5Satoe Imaishi2017-02-081-3/+3
| * | | | | | | | Set image change triggers to auto=true for OCP 3.4Satoe Imaishi2017-02-081-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #3311 from enoodle/logging_ops_nfs_and_pv_provisioningScott Dodson2017-02-104-2/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Provisioning of nfs share and PV for logging opsErez Freiberger2017-02-114-2/+23
|/ / / / / / /
* | | | | | | Merge pull request #3309 from jcantrill/bz_1420229_metrics_fail_on_upgradeScott Dodson2017-02-101-0/+14
|\ \ \ \ \ \ \