| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-08 | Disable old openshift-master.service on upgrade | Clayton Coleman | |
| 2017-08-08 | Remove the origin-master.service and associated files | Clayton Coleman | |
| From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8. | |||
| 2017-08-08 | Warn when user has no etcd group member nodes | Clayton Coleman | |
| This will be removed from support in a future release | |||
| 2017-08-08 | First attempt at refactor of os_firewall | Kenny Woodson | |
| 2017-08-08 | Merge pull request #4739 from kwoodson/openshift_facts_refactor | Scott Dodson | |
| Reduce openshift_facts dependencies. | |||
| 2017-08-07 | Merge pull request #4960 from ↵ | OpenShift Bot | |
| juanvallejo/jvallejo/verify-disk-memory-before-upgrade-no-flake Merged by openshift-bot | |||
| 2017-08-04 | Removing tasks from module openshift_facts. | Kenny Woodson | |
| 2017-08-02 | Merge pull request #3043 from jkhelil/scaleup_etcd | Scott Dodson | |
| Add etcd scaleup playbook | |||
| 2017-08-02 | Merge pull request #4850 from kwoodson/normalize_logging_entry | Scott Dodson | |
| Normalize logging entry point to include std_include. | |||
| 2017-08-02 | add pre-flight checks to ugrade path | juanvallejo | |
| 2017-08-01 | Merge pull request #4894 from tbielawa/reg-dns-scaleup-bz1469336 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-08-01 | Merge pull request #4912 from abutcher/openshift-node-facts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Use existing OPENSHIFT_DEFAULT_REGISTRY setting during masters scaleup | Tim Bielawa | |
| Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5 to 3.6, any masters which are later added via the scaleup playbooks are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is inconsistent with the already configured masters. * OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master * The new scaleup master has a fact set noting it is a scaleup host * The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the default for 3.6, which is to use a hard-coded registry value of 'docker-registry.default.svc:5000' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336 | |||
| 2017-07-28 | Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-input | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-28 | Revert "Add health checks to upgrade playbook" | Rodolfo Carvalho | |
| 2017-07-28 | Merge pull request #4372 from ↵ | Rodolfo Carvalho | |
| juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook | |||
| 2017-07-27 | Shut down masters before taking an etcd backup | Scott Dodson | |
| 2017-07-27 | Move node facts to new openshift_node_facts role. | Andrew Butcher | |
| 2017-07-27 | Fix incorrect delegate_to in control plane upgrade | Scott Dodson | |
| 2017-07-27 | Clean up unnecessary quotes | Rodolfo Carvalho | |
| 2017-07-27 | Clean up openshift-checks playbooks | Rodolfo Carvalho | |
| - The referenced issue was closed, seems like a wontfix. Just use the old syntax and make no noise about it. - Remove inconsistent use of tags: if tags are passed in the command line, there is no point in evaluating groups if the checks won't be run anyway. - Remove temporal comment, easy to get out of sync. | |||
| 2017-07-26 | add pre-flight checks to ugrade path | juanvallejo | |
| 2017-07-26 | Merge pull request #4448 from mtnbikenc/vars-syntax | Scott Dodson | |
| Remove invalid when: from vars: | |||
| 2017-07-26 | Merge pull request #4816 from abutcher/containerized-lb-image-tag | Scott Dodson | |
| Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation. | |||
| 2017-07-24 | Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxy | Scott Dodson | |
| Bz1466783 etcd ips in masters no proxy | |||
| 2017-07-24 | Normalize logging entry. | Kenny Woodson | |
| 2017-07-24 | Allow storage migrations to be optional and/or non fatal | Scott Dodson | |
| Allow configuration of these options, these are their defaults openshift_upgrade_pre_storage_migration_enabled=true openshift_upgrade_post_storage_migration_enabled=true openshift_upgrade_pre_storage_migration_fatal=true openshift_upgrade_post_storage_migration_fatal=false | |||
| 2017-07-21 | Default an empty list for etcd_to_config if not there | Tim Bielawa | |
| Also add filter names of filters that failed me for to their error messages so you can figure out which filter threw an exception when you're debugging log files. | |||
| 2017-07-21 | If proxy in effect, add etcd host IP addresses to NO_PROXY list on masters | Tim Bielawa | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783 | |||
| 2017-07-21 | GlusterFS: Fix bug in detecting whether to open firewall ports. | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-07-20 | Pass first master's openshift_image_tag to openshift_loadbalancer for ↵ | Andrew Butcher | |
| containerized haproxy installation. | |||
| 2017-07-19 | Removing parameter kind and allowing default to be passed. | Kenny Woodson | |
| 2017-07-18 | Merge pull request #4778 from jkaurredhat/drain_upgrade-1.6 | Scott Dodson | |
| drain still pending in below files without fix : | |||
| 2017-07-18 | Add drain retries after 60 second delay | Scott Dodson | |
| 2017-07-18 | Wrap docker stop in retries | Scott Dodson | |
| 2017-07-18 | Test docker restart with retries 3 delay 30 | Steve Milner | |
| 2017-07-18 | drain still pending in below files without fix : | jkaurredhat | |
| playbooks/common/openshift-cluster/upgrades/docker/docker_upgrade.yml playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml Signed-off-by: jkaurredhat <jkaur@redhat.com> | |||
| 2017-07-14 | Merge pull request #4751 from jkaurredhat/redeploy-1.6 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-14 | Merge pull request #4750 from jkaurredhat/drain_upgrade1.6 | Scott Dodson | |
| Upgrade fails when "Drain Node for Kubelet upgrade" | |||
| 2017-07-14 | Config was missed before replace. | jkaurredhat | |
| Signed-off-by: jkaurredhat <jkaur@redhat.com> | |||
| 2017-07-13 | Redeploy-certificates will fail for registry and router if user is not ↵ | jkaurredhat | |
| system:admin Signed-off-by: jkaurredhat <jkaur@redhat.com> | |||
| 2017-07-13 | Upgrade fails when "Drain Node for Kubelet upgrade" | jkaurredhat | |
| Fixes : https://bugzilla.redhat.com/show_bug.cgi?id=1468572 Signed-off-by: jkaurredhat <jkaur@redhat.com> | |||
| 2017-07-11 | Merge pull request #4709 from jkaurredhat/upgrade-control_plane | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-07-11 | Merge pull request #4701 from kwoodson/master_metrics_url | Scott Dodson | |
| [Bz 1468113] Configure the rest of the masters with the correct URL. | |||
| 2017-07-10 | Add evaluate_groups.yml to network_manager playbook | Russell Teague | |
| The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook. | |||
| 2017-07-10 | Removing trailing newline. | Kenny Woodson | |
| 2017-07-08 | Merge pull request #4624 from ↵ | Jan Chaloupka | |
| ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s | |||
| 2017-07-07 | Error upgrading control_plane when user is not system:admin | jkaurredhat | |
| Signed-off-byr jkaurredhat <jkaur@redhat.com> | |||
| 2017-07-06 | [Bz 1468113] Configure the rest of the masters with the correct URL. | Kenny Woodson | |
| 2017-07-06 | Adding serial: 1 to play to ensure we run one at a time | ewolinetz | |
