| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2669 from dgoodwin/restart-ha-controllers-always | Scott Dodson | 2016-10-27 | 2 | -2/+2 |
|\ |
|
| * | Change HA master controller service to restart always. | Devan Goodwin | 2016-10-27 | 2 | -2/+2 |
* | | Merge pull request #2670 from abutcher/hosted-registry-insecure | Scott Dodson | 2016-10-26 | 3 | -4/+23 |
|\ \ |
|
| * | | Default hosted_registry_insecure true when insecure registry present in exist... | Andrew Butcher | 2016-10-26 | 3 | -4/+23 |
* | | | Fix race condtion in openshift_facts | Samuel Munilla | 2016-10-25 | 1 | -2/+5 |
* | | | Merge pull request #2615 from tbielawa/node-labels-fix | Tim Bielawa | 2016-10-25 | 2 | -3/+40 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add node-labels to kubeletArguments | Tim Bielawa | 2016-10-20 | 2 | -3/+40 |
* | | | Bump logging and metrics deployers to 3.3.1 and 3.4.0 | Scott Dodson | 2016-10-24 | 4 | -8/+8 |
* | | | Merge pull request #2641 from vishpat/cert-validity | Andrew Butcher | 2016-10-24 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | Added a parameter for cert validity | Vishal Patil | 2016-10-21 | 3 | -3/+3 |
* | | | | Merge pull request #2650 from sdodson/issue2646 | Andrew Butcher | 2016-10-24 | 1 | -0/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Enable dnsmasq service | Scott Dodson | 2016-10-24 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Default infra template modification based on openshift_examples_modify_images... | Andrew Butcher | 2016-10-24 | 1 | -1/+1 |
* | | | Move infrastructure templates into openshift_hosted_templates role. | Andrew Butcher | 2016-10-21 | 32 | -22/+102 |
| |/
|/| |
|
* | | Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-vars | Scott Dodson | 2016-10-21 | 1 | -42/+42 |
|\ \ |
|
| * | | Reference full vars for registry object storage. | Andrew Butcher | 2016-10-18 | 1 | -42/+42 |
* | | | Merge pull request #2623 from rhcarvalho/typos | Andrew Butcher | 2016-10-20 | 7 | -9/+9 |
|\ \ \ |
|
| * | | | Fix typos | Rodolfo Carvalho | 2016-10-19 | 7 | -9/+9 |
| |/ / |
|
* | | | Don't freak out if the oc command doesn't exist. | Tim Bielawa | 2016-10-20 | 1 | -0/+6 |
* | | | Make the json template filter-driven. | Tim Bielawa | 2016-10-20 | 6 | -32/+105 |
* | | | Add JSON result CLI parsing notes to the README | Tim Bielawa | 2016-10-20 | 1 | -4/+32 |
* | | | The JSON result saving template now includes a summary of expired/warned cert... | Tim Bielawa | 2016-10-20 | 1 | -1/+15 |
* | | | Clean up lint and other little things (polish++) | Tim Bielawa | 2016-10-20 | 4 | -111/+149 |
* | | | Fix playbooks, update readme, update default vars | Tim Bielawa | 2016-10-20 | 5 | -27/+151 |
* | | | Refactor into a role | Tim Bielawa | 2016-10-20 | 7 | -0/+871 |
| |/
|/| |
|
* | | Merge pull request #2620 from mscherer/cleanup_split_args | Jason DeTiberus | 2016-10-19 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove uneeded import of ansible.module_utils.splitter | Michael Scherer | 2016-10-19 | 1 | -1/+0 |
| |/ |
|
* | | Merge pull request #2621 from dgoodwin/symlink-fix | Scott Dodson | 2016-10-19 | 15 | -25/+30 |
|\ \
| |/
|/| |
|
| * | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 15 | -25/+30 |
* | | Merge pull request #2611 from abutcher/systemd-units-node-config | Scott Dodson | 2016-10-17 | 3 | -5/+2 |
|\ \ |
|
| * | | Get rid of openshift_node_config_file entirely | Scott Dodson | 2016-10-17 | 3 | -5/+2 |
| * | | Build full node config path in systemd_units tasks. | Andrew Butcher | 2016-10-17 | 1 | -1/+1 |
* | | | Merge pull request #2608 from abutcher/template-with-items | Scott Dodson | 2016-10-17 | 3 | -5/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Default [] | Andrew Butcher | 2016-10-15 | 1 | -1/+1 |
| * | | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 3 | -5/+5 |
| |/ |
|
* | | Merge pull request #2590 from vshn/feature/s3_regionendpoint | Jason DeTiberus | 2016-10-15 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | formatting updates in template | Tobias Brunner | 2016-10-14 | 1 | -1/+1 |
| * | adjustments in docs and j2 template | Tobias Brunner | 2016-10-12 | 1 | -2/+2 |
| * | add regionendpoint parameter for registry s3 | Tobias Brunner | 2016-10-12 | 1 | -0/+3 |
* | | Merge pull request #2598 from detiber/2547 | Scott Dodson | 2016-10-13 | 1 | -2/+2 |
|\ \ |
|
| * | | update handling of use_dnsmasq | Jason DeTiberus | 2016-10-13 | 1 | -2/+2 |
* | | | Merge pull request #2586 from cgwalters/seboolean-handle-aliases | Scott Dodson | 2016-10-13 | 2 | -19/+15 |
|\ \ \
| |_|/
|/| | |
|
| * | | nfs: Handle seboolean aliases not just in Fedora | Colin Walters | 2016-10-12 | 2 | -19/+15 |
| |/ |
|
* | | Merge branch 'master' of github.com:openshift/openshift-ansible into variable... | Justin Cook | 2016-10-11 | 4 | -19/+44 |
|\| |
|
| * | Merge pull request #2579 from sdodson/fix-registry-volume-namespace | Andrew Butcher | 2016-10-10 | 1 | -2/+9 |
| |\ |
|
| | * | Fix config and namespace for registry volume detection | Scott Dodson | 2016-10-10 | 1 | -2/+9 |
| * | | Merge pull request #2561 from lhuard1A/check_openstack_hostname_are_resovable | Scott Dodson | 2016-10-10 | 1 | -6/+9 |
| |\ \ |
|
| | * | | Check that OpenStack hostnames are resolvable | Lénaïc Huard | 2016-10-06 | 1 | -6/+9 |
| * | | | Apply same pattern to HA master services | Scott Dodson | 2016-10-10 | 1 | -0/+12 |
| * | | | Improve how we handle containerized node failure on first startup | Scott Dodson | 2016-10-10 | 1 | -11/+3 |