| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-20 | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | |
| We set these variables using facts in init, no need to duplicate the logic all around the codebase. | |||
| 2017-12-18 | Relocate filter plugins to lib_utils | Michael Gugino | |
| This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | |||
| 2017-12-14 | Deprecate using Ansible tests as filters | Russell Teague | |
| 2017-11-30 | retry package operations | Luke Meyer | |
| When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | |||
| 2017-11-22 | Include Deprecation - openshift-master | Russell Teague | |
| 2017-08-25 | Default to global setting for firewall. | Kenny Woodson | |
| 2017-08-10 | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | |
| file. | |||
| 2017-08-09 | Adding a default condition and removing unneeded defaults. | Kenny Woodson | |
| 2017-08-08 | First attempt at refactor of os_firewall | Kenny Woodson | |
| 2017-06-16 | Rename cockpit-shell -> cockpit-system | Rodolfo Carvalho | |
| The package name has changed. See https://bugzilla.redhat.com/show_bug.cgi?id=1461689 https://bugzilla.redhat.com/show_bug.cgi?id=1419718 | |||
| 2016-11-28 | Refactored to use Ansible systemd module | Russell Teague | |
| * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide | |||
| 2016-11-17 | Refactor to use Ansible package module | Russell Teague | |
| The Ansible package module will call the correct package manager for the underlying OS. | |||
| 2016-06-01 | Move os_firewall_allow from defaults to role dependencies. | Andrew Butcher | |
| 2016-05-02 | Default os_firewall_use_firewalld to false in os_firewall and remove overrides. | Andrew Butcher | |
| 2016-03-07 | Don't enable cockpit-ws for containerized installs | Brenton Leanhardt | |
| 2016-03-04 | Add cockpit-docker package by default | Kenjiro Nakayama | |
| 2016-03-03 | First past at the upgrade process | Brenton Leanhardt | |
| 2016-01-26 | Install cockpit, logrotate and fluentd unless host is atomic. | Andrew Butcher | |
| 2015-12-15 | Skip yum/dnf ops when is_containerized | Scott Dodson | |
| 2015-12-09 | Remove yum / dnf duplication | Scott Dodson | |
| 2015-12-02 | Fedora changes: | Adam Miller | |
| - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml | |||
| 2015-08-28 | Add cockpit-ws with cockpit-kubernetes plugin | Scott Dodson | |
