| Commit message (Expand) | Author | Age | Files | Lines |
* | hosted_registry: Get correct pod selector for GlusterFS storage | Jose A. Rivera | 2017-05-04 | 1 | -1/+9 |
* | hosted registry: Fix typo | Jose A. Rivera | 2017-05-04 | 1 | -1/+1 |
* | Replace original router cert variable names. | Andrew Butcher | 2017-04-24 | 2 | -10/+10 |
* | Allow for GlusterFS to provide registry storage | Jose A. Rivera | 2017-04-10 | 2 | -1/+56 |
* | Adding signed router cert and fixing server_cert bug. | Kenny Woodson | 2017-04-04 | 2 | -1/+28 |
* | Add docker-registry.default.svc short name to registry service signing | Scott Dodson | 2017-04-03 | 1 | -1/+2 |
* | openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter. | Slava Semushin | 2017-03-29 | 3 | -0/+3 |
* | Setting defaults on openshift_hosted. | Kenny Woodson | 2017-03-22 | 1 | -3/+3 |
* | acceptschema2 default: true | Aaron Weitekamp | 2017-03-20 | 1 | -1/+1 |
* | Moving projects task within openshift_hosted | Russell Teague | 2017-03-17 | 3 | -2/+17 |
* | Fix get_router_replicas infrastructure node count. | Andrew Butcher | 2017-03-16 | 1 | -3/+10 |
* | Add router svcacct cluster-reader role | Russell Teague | 2017-03-14 | 1 | -0/+9 |
* | Refactor and remove openshift_serviceaccount | Russell Teague | 2017-03-13 | 3 | -18/+29 |
* | Added ports. | Kenny Woodson | 2017-03-02 | 2 | -0/+6 |
* | Fixed router name to produce 2nd router. | Kenny Woodson | 2017-03-02 | 1 | -1/+1 |
* | Updated to work with an array of routers. | Kenny Woodson | 2017-03-02 | 2 | -61/+19 |
* | Adding support for router sharding. | Kenny Woodson | 2017-03-02 | 2 | -61/+90 |
* | Add oc_adm_policy_user task cluster-role policy | Russell Teague | 2017-03-02 | 1 | -0/+7 |
* | Correct config for hosted registry | Russell Teague | 2017-03-02 | 1 | -1/+2 |
* | Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ... | Kenny Woodson | 2017-03-01 | 1 | -1/+1 |
* | Merge pull request #3493 from kwoodson/registry_reencyrpt_route | Scott Dodson | 2017-03-01 | 2 | -2/+33 |
|\ |
|
| * | removing extra when condition | Kenny Woodson | 2017-03-01 | 1 | -1/+0 |
| * | Removing run_once. | Kenny Woodson | 2017-03-01 | 1 | -4/+0 |
| * | Adding the activeDeadlineSeconds. Removed debug. | Kenny Woodson | 2017-03-01 | 2 | -11/+3 |
| * | Separating routes so logic is simpler. | Kenny Woodson | 2017-03-01 | 1 | -6/+30 |
| * | Defaulting variables properly to avoid undefined route in dict error. | Kenny Woodson | 2017-03-01 | 2 | -17/+16 |
| * | Removed duplicate host param. | Kenny Woodson | 2017-02-28 | 1 | -1/+0 |
| * | Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r... | Kenny Woodson | 2017-02-28 | 3 | -20/+8 |
| * | Adding support for a route with certs and reencrypt. | Kenny Woodson | 2017-02-28 | 2 | -1/+35 |
* | | Merge pull request #3515 from mtnbikenc/registry-pvc-fix | Russell Teague | 2017-02-28 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Correct fact creation for pvc | Russell Teague | 2017-02-27 | 1 | -2/+3 |
* | | Merge pull request #3512 from mtnbikenc/hosted-registry-service | Scott Dodson | 2017-02-27 | 1 | -0/+13 |
|\ \ |
|
| * | | Create hosted registry service | Russell Teague | 2017-02-27 | 1 | -0/+13 |
| |/ |
|
* / | Make s3_volume_mount available to set_fact call | Steve Milner | 2017-02-27 | 1 | -2/+3 |
|/ |
|
* | Moving replica logic to filter_plugin to fix skipped task variable behavior. | Kenny Woodson | 2017-02-27 | 2 | -1/+36 |
* | openshift_hosted: Update tasks to use oc_ modules | Russell Teague | 2017-02-24 | 9 | -414/+274 |
* | CloudFront oc_secret contents should be a list | Steve Milner | 2017-02-22 | 1 | -2/+2 |
* | Merge pull request #3340 from etsauer/scale-router | Scott Dodson | 2017-02-20 | 1 | -0/+24 |
|\ |
|
| * | Removing trailing spaces | Eric Sauer | 2017-02-13 | 1 | -2/+2 |
| * | Making router pods scale with infra nodes | Eric Sauer | 2017-02-10 | 1 | -0/+24 |
* | | Register cloudfront privkey when required | Steve Milner | 2017-02-16 | 3 | -11/+25 |
* | | Merge pull request #3291 from ashcrow/oc-route-module | Jan Chaloupka | 2017-02-14 | 1 | -8/+8 |
|\ \ |
|
| * | | oc route commands now using the oc_route module | Steve Milner | 2017-02-14 | 1 | -8/+8 |
* | | | Merge pull request #3306 from ingvagabund/oc_service | Jan Chaloupka | 2017-02-13 | 1 | -6/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | replace 'oc service' command with its lib_openshift equivalent | Jan Chaloupka | 2017-02-11 | 2 | -6/+6 |
| |/ |
|
* | | Merge pull request #3300 from ashcrow/oc-secret-module | Jan Chaloupka | 2017-02-11 | 1 | -8/+11 |
|\ \ |
|
| * | | oc secrets now done via oc_secret module | Steve Milner | 2017-02-10 | 2 | -8/+12 |
| |/ |
|
* / | Replace service account secrets handling with oc_serviceaccount_secret module | Jan Chaloupka | 2017-02-10 | 3 | -20/+13 |
|/ |
|
* | Copies CloudFront pem file to registry hosts | Steve Milner | 2017-02-06 | 1 | -0/+21 |
* | Move role dependencies out of playbooks for openshift_master, openshift_node ... | Andrew Butcher | 2017-01-09 | 1 | -1/+20 |