| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #3264 from twiest/oc_serviceaccount_secret | Thomas Wiest | 2017-02-06 | 21 | -101/+2291 |
|\ \ \ |
|
| * | | | Added oc_serviceaccount_secret to lib_openshift. | Thomas Wiest | 2017-02-06 | 21 | -101/+2291 |
| |/ / |
|
* | | | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35 | Scott Dodson | 2017-02-06 | 3 | -4/+4 |
|\ \ \ |
|
| * | | | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics | Jeff Cantrill | 2017-02-02 | 3 | -4/+4 |
* | | | | Merge pull request #3271 from jcantrill/metrics_node_selectors | Scott Dodson | 2017-02-06 | 7 | -0/+24 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fix 1406057. Allow openshift_metrics nodeselectors for components | Jeff Cantrill | 2017-02-06 | 7 | -0/+24 |
* | | | | Merge pull request #3265 from sdodson/image-stream-sync | Scott Dodson | 2017-02-06 | 19 | -105/+2922 |
|\ \ \ \ |
|
| * | | | | Bump registry to 3.4 | Scott Dodson | 2017-02-06 | 1 | -2/+2 |
| * | | | | Sync latest image stream content | Scott Dodson | 2017-02-06 | 18 | -103/+2920 |
* | | | | | Merge pull request #3262 from giuseppe/fix-latest | Scott Dodson | 2017-02-06 | 1 | -1/+2 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Support latest for containerized version | Giuseppe Scrivano | 2017-02-04 | 1 | -1/+2 |
* | | | | | Merge pull request #3249 from kwoodson/oc_label | Kenny Woodson | 2017-02-05 | 8 | -0/+2535 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Doc enhancements. | Kenny Woodson | 2017-02-02 | 4 | -10/+69 |
| * | | | | Fixing linters. | Kenny Woodson | 2017-02-02 | 6 | -97/+17 |
| * | | | | Adding unit test. Fixed redudant calls to get. | Kenny Woodson | 2017-02-01 | 4 | -55/+245 |
| * | | | | Fixing doc and generating new label with updated base. | Kenny Woodson | 2017-02-01 | 3 | -41/+63 |
| * | | | | oc_label ansible module | Joel Diaz | 2017-02-01 | 7 | -0/+2344 |
* | | | | | Merge pull request #3259 from sdodson/ruamel-yaml-dep | Scott Dodson | 2017-02-03 | 3 | -4/+10 |
|\ \ \ \ \ |
|
| * | | | | | Ensure python2-ruamel-yaml is installed | Scott Dodson | 2017-02-03 | 3 | -4/+10 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #2671 from abutcher/cert-redeploy-restructure | Scott Dodson | 2017-02-03 | 7 | -20/+59 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 7 | -20/+59 |
| |/ / / |
|
* | / / | openshift_logging link pull secret to serviceaccounts | Jeff Cantrill | 2017-02-03 | 3 | -0/+30 |
| |/ /
|/| | |
|
* | | | Merge pull request #3258 from jcantrill/bz1414625_check_keytool | Scott Dodson | 2017-02-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fixes 1414625. Fix check of keytool in openshift_metrics role | Jeff Cantrill | 2017-02-03 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changes | Eric Wolinetz | 2017-02-02 | 8 | -25/+48 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into logging_fix_immutable_spec_changes | Eric Wolinetz | 2017-02-01 | 18 | -42/+2498 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Updating oc_apply to use command instead of shell | ewolinetz | 2017-02-01 | 1 | -5/+7 |
| * | | | Updating oc_apply changed_when conditions, fixing filter usage for openshift_... | ewolinetz | 2017-02-01 | 1 | -13/+14 |
| * | | | Adding bool filter to when openshift_logging_use_ops evals and updating oc_ap... | ewolinetz | 2017-01-31 | 8 | -19/+39 |
* | | | | Change default docker log driver from json-file to journald. | Andrew Butcher | 2017-02-02 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge pull request #3242 from ingvagabund/create-node-upgrade-role | Scott Dodson | 2017-02-02 | 15 | -0/+524 |
|\ \ \
| |_|/
|/| | |
|
| * | | Appease yamllint | Scott Dodson | 2017-02-01 | 2 | -2/+3 |
| * | | Move current node upgrade tasks under openshift_node_upgrade role | Jan Chaloupka | 2017-02-01 | 15 | -0/+523 |
| |/ |
|
* | | Merge pull request #3224 from kwoodson/oc_service | Kenny Woodson | 2017-02-01 | 17 | -42/+2466 |
|\ \ |
|
| * | | Fixing copy pasta comments. Fixed required in docs. | Kenny Woodson | 2017-02-01 | 4 | -16/+18 |
| * | | Fixing for tox tests. (flake8|pylint) | Kenny Woodson | 2017-01-31 | 4 | -1/+5 |
| * | | Adding unit test for oc_service. Added environment fix for non-standard oc i... | Kenny Woodson | 2017-01-31 | 13 | -135/+377 |
| * | | Adding integration tests. | Kenny Woodson | 2017-01-31 | 1 | -58/+96 |
| * | | Adding oc_service to lib_openshift. | Kenny Woodson | 2017-01-31 | 7 | -15/+2153 |
* | | | Merge pull request #3031 from jkhelil/sync_etcd_ca_certs | Andrew Butcher | 2017-02-01 | 1 | -0/+32 |
|\ \ \
| |_|/
|/| | |
|
| * | | Sync etcd ca certs from etcd_ca_host to other etcd hosts | jawed | 2017-01-27 | 1 | -0/+32 |
* | | | Merge pull request #3237 from ewolinetz/logging_fix_fluentd_ops_host | Eric Wolinetz | 2017-01-31 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Adding bool filter to ensure that we correctly set ops host for fluentd | ewolinetz | 2017-01-31 | 1 | -2/+2 |
* | | | | Merge pull request #3229 from abutcher/node-cert-nodename | Scott Dodson | 2017-01-31 | 1 | -3/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Set default GCE hostname to shost instance name. | Andrew Butcher | 2017-01-31 | 1 | -3/+3 |
* | | | | Added repoquery to lib_utils. | Thomas Wiest | 2017-01-31 | 13 | -21/+1431 |
|/ / / |
|
* | | | Merge pull request #3194 from mtnbikenc/upgrade-3_5-fork | Russell Teague | 2017-01-31 | 5 | -50/+143 |
|\ \ \ |
|
| * | | | Create v3_5 upgrade playbooks | Russell Teague | 2017-01-30 | 5 | -50/+143 |
* | | | | GCE deployment fails due to invalid lookup | Clayton Coleman | 2017-01-30 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurl | Scott Dodson | 2017-01-30 | 9 | -0/+34 |
|\ \ \
| |/ /
|/| | |
|