| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-22 | Added a BYO playbook for configuring NetworkManager on nodes | Steve Kuznetsov | |
| In order to do a full install of OpenShfit using the byo/config.yml playbook, it is currently required that NetworkManager be installed and configured on the nodes prior to the installation. This playbook introduces a very simple default configuration that can be used to install, configure and enable NetworkManager on their nodes. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2016-10-27 | Merge pull request #2669 from dgoodwin/restart-ha-controllers-always | Scott Dodson | |
| Change HA master controller service to restart always. | |||
| 2016-10-27 | Change HA master controller service to restart always. | Devan Goodwin | |
| Restarts of systemd-journald can cause the master controllers service to die in HA environments, due to a SIGPIPE and how it's handled. (seemingly by default in golang) on-failure does not trigger in this situation, instead we set to Restart=always in the systemd unit, which matches the non-HA service definitions as well. | |||
| 2016-10-26 | Merge pull request #2670 from abutcher/hosted-registry-insecure | Scott Dodson | |
| Bug 1388016 - The insecure-registry address was removed during upgrade | |||
| 2016-10-26 | Merge pull request #2667 from smunilla/BZ1385449 | Scott Dodson | |
| Fix race condtion in openshift_facts | |||
| 2016-10-26 | Default hosted_registry_insecure true when insecure registry present in ↵ | Andrew Butcher | |
| existing /etc/sysconfig/docker. | |||
| 2016-10-26 | Automatic commit of package [openshift-ansible] release [3.4.13-1]. | Troy Dawson | |
| 2016-10-25 | Fix race condtion in openshift_facts | Samuel Munilla | |
| If, for some reason, two facts processes were run simultaneously on the same host, creating the directory could cause an exception. This should help with that. Fixes Bug 1385449 | |||
| 2016-10-25 | Merge pull request #2662 from blues-man/update_doc_upgrade_openshift | Scott Dodson | |
| Update link to latest versions upgrade README | |||
| 2016-10-25 | Merge pull request #2663 from dgoodwin/34-upgrade | Scott Dodson | |
| Add support for 3.4 upgrade. | |||
| 2016-10-25 | Merge pull request #2637 from dgoodwin/ctrl-plane-restart | Scott Dodson | |
| Fix and reorder control plane service restart. | |||
| 2016-10-25 | Merge pull request #2615 from tbielawa/node-labels-fix | Tim Bielawa | |
| Set node-labels in kubeletArguments | |||
| 2016-10-25 | Merge pull request #2664 from sdodson/bz1387529 | Scott Dodson | |
| [upgrades] Fix containerized node | |||
| 2016-10-25 | [upgrades] Fix containerized node | Scott Dodson | |
| This file was removed and no longer used | |||
| 2016-10-25 | Add support for 3.4 upgrade. | Devan Goodwin | |
| This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately. | |||
| 2016-10-25 | Update link to latest versions upgrade README | Natale Vinto | |
| 2016-10-24 | Merge pull request #2654 from detiber/nix_vagrant | Scott Dodson | |
| Remove Vagrantfile | |||
| 2016-10-24 | Merge pull request #2655 from sdodson/image-stream-sync | Scott Dodson | |
| Bump logging and metrics deployers to 3.3.1 and 3.4.0 | |||
| 2016-10-24 | Bump logging and metrics deployers to 3.3.1 and 3.4.0 | Scott Dodson | |
| 2016-10-24 | Merge pull request #2641 from vishpat/cert-validity | Andrew Butcher | |
| Added a parameter for cert validity for Nuage components | |||
| 2016-10-24 | Remove Vagrantfile | Jason DeTiberus | |
| - Remove Vagrantfile - Update README_vagrant.md to point to openshift-ansible-contrib for a vagrant-based installation | |||
| 2016-10-24 | Merge pull request #2650 from sdodson/issue2646 | Andrew Butcher | |
| Enable dnsmasq service | |||
| 2016-10-24 | Merge pull request #2649 from abutcher/default-modify-imagestreams | Andrew Butcher | |
| Default infra template modification based on openshift_examples_modify_imagestreams | |||
| 2016-10-24 | Enable dnsmasq service | Scott Dodson | |
| 2016-10-24 | Default infra template modification based on ↵ | Andrew Butcher | |
| openshift_examples_modify_imagestreams | |||
| 2016-10-24 | Automatic commit of package [openshift-ansible] release [3.4.12-1]. | Troy Dawson | |
| 2016-10-24 | Merge pull request #2573 from abutcher/infra-templates | Scott Dodson | |
| Move infrastructure templates into openshift_hosted_templates role. | |||
| 2016-10-21 | Move infrastructure templates into openshift_hosted_templates role. | Andrew Butcher | |
| 2016-10-21 | Added a parameter for cert validity | Vishal Patil | |
| 2016-10-21 | Merge pull request #2639 from tbielawa/test-utils-debugging | Andrew Butcher | |
| Unit tests for the debug_env logger thing | |||
| 2016-10-21 | Merge pull request #2563 from smunilla/BZ1339621 | Andrew Butcher | |
| a-o-i: Separate install and scaleup workflows | |||
| 2016-10-21 | Unit tests for the debug_env logger thing | Tim Bielawa | |
| 2016-10-21 | Fix and reorder control plane service restart. | Devan Goodwin | |
| This was missed in the standalone upgrade control plane playbook. However it also looks to be out of order, we should restart before reconciling and upgrading nodes. As such moved the restart directly into the control plane upgrade common code, and placed it before reconciliation. | |||
| 2016-10-21 | Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-vars | Scott Dodson | |
| Reference full vars for registry object storage. | |||
| 2016-10-21 | Automatic commit of package [openshift-ansible] release [3.4.11-1]. | Troy Dawson | |
| 2016-10-21 | Merge pull request #2638 from henningf/master | Scott Dodson | |
| trouble creating service signer certificate while running upgrade dockerized | |||
| 2016-10-21 | trouble creating service signer while running upgrade dockerized | Henning Fjellheim | |
| 2016-10-20 | a-o-i: Separate install and scaleup workflows | Samuel Munilla | |
| In order to simplify the quick installer logic, this moves the scaleup workflow into its own subcommand. Fixes: Bug 1339621 | |||
| 2016-10-20 | Merge pull request #2623 from rhcarvalho/typos | Andrew Butcher | |
| Fix typos | |||
| 2016-10-20 | Merge pull request #2549 from tbielawa/check-cert-expiry | Andrew Butcher | |
| Cert Expiry for Cluster Ops | |||
| 2016-10-20 | Merge pull request #2627 from dgoodwin/remove-pacemaker-restarts | Scott Dodson | |
| Drop pacemaker restart logic. | |||
| 2016-10-20 | Add node-labels to kubeletArguments | Tim Bielawa | |
| * Node labels are parsed from openshift_node_labels if they exist | |||
| 2016-10-20 | Don't freak out if the oc command doesn't exist. | Tim Bielawa | |
| 2016-10-20 | Make the json template filter-driven. | Tim Bielawa | |
| 2016-10-20 | Add JSON result CLI parsing notes to the README | Tim Bielawa | |
| 2016-10-20 | The JSON result saving template now includes a summary of expired/warned ↵ | Tim Bielawa | |
| certs for easier parsing. | |||
| 2016-10-20 | Clean up lint and other little things (polish++) | Tim Bielawa | |
| * Fix code lint * Prefix role variables with the role name per best practices * Add words to README | |||
| 2016-10-20 | Fix playbooks, update readme, update default vars | Tim Bielawa | |
| Fix 'make ci' system Add examples | |||
| 2016-10-20 | Refactor into a role | Tim Bielawa | |
| 2016-10-20 | Get router/registry certs. Collect common names and subjectAltNames | Tim Bielawa | |
