| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-22 | Stop all services before upgrading openvswitch | Scott Dodson | |
| It appears that openshift was holding a lock or perhaps openvswitch on its own does not restart cleanly when upgrading the package so just stop it before updating the package. | |||
| 2017-03-22 | Merge pull request #3731 from jcantrill/min_masters | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | Merge pull request #3692 from kwoodson/oc_volume | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | Merge pull request #3726 from sdodson/oreg_url_on_upgrade | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | Merge pull request #3718 from giuseppe/restart-openvswitch-upgrade | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | Merge pull request #3699 from sdodson/matched-versions | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | openshift_logging calculate min_masters to fail early on split brain | Jeff Cantrill | |
| 2017-03-22 | Merge pull request #3727 from sdodson/rootfs-rslave | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-22 | Fixed linting and configmap_name param | Kenny Woodson | |
| 2017-03-22 | Automatic commit of package [openshift-ansible] release [3.6.6-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-03-21 | Merge pull request #3647 from jcantrill/logging_specify_es_config | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Adding configmap support. | Kenny Woodson | |
| 2017-03-21 | Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCerts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Make /rootfs mount rslave | Scott Dodson | |
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807 | |||
| 2017-03-21 | Update imageConfig.format on upgrades to match oreg_url | Scott Dodson | |
| 2017-03-21 | Adding configmap support and adding tests. | Kenny Woodson | |
| 2017-03-21 | Adding oc_volume to lib_openshift. | Kenny Woodson | |
| 2017-03-21 | Merge pull request #3702 from tbielawa/bubble_up_qi_errors | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | Merge pull request #3680 from rhcarvalho/misc-fixes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-21 | upgrade: restart ovs-vswitchd and ovsdb-server | Giuseppe Scrivano | |
| Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-03-21 | Fix copy-pasta docstrings | Rodolfo Carvalho | |
| 2017-03-21 | Rename _ns -> node_selector | Rodolfo Carvalho | |
| There doesn't seem to be a good reason for the underscore prefix. | |||
| 2017-03-21 | Automatic commit of package [openshift-ansible] release [3.6.5-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-03-21 | Reindent code | Rodolfo Carvalho | |
| 2017-03-20 | Merge pull request #3715 from sdodson/excluders-v99 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Merge pull request #3714 from smunilla/3_6_releaser | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Attempt to match version of excluders to target version | Scott Dodson | |
| 2017-03-20 | Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusions | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Merge pull request #3703 from kwoodson/oc_group | Kenny Woodson | |
| Adding oc_group to lib_openshift. | |||
| 2017-03-20 | Get rid of adjust.yml | Scott Dodson | |
| 2017-03-20 | Protect against missing commands | Scott Dodson | |
| Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them | |||
| 2017-03-20 | Simplify excluder enablement logic a bit more | Scott Dodson | |
| 2017-03-20 | Merge pull request #3708 from aweiteka/schema2 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Add tito releaser for 3.6 | Samuel Munilla | |
| 2017-03-20 | Merge pull request #3707 from rhcarvalho/openshift_facts-no-six | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-20 | Update the failure methods and add required variables/functions | Tim Bielawa | |
| 2017-03-20 | Import the default ansible output callback on_failed methods | Tim Bielawa | |
| 2017-03-20 | Adding oc_group to lib_openshift | Kenny Woodson | |
| 2017-03-20 | preflight checks: improve user output from checks | Luke Meyer | |
| 2017-03-20 | preflight checks: bypass RPM excludes | Luke Meyer | |
| 2017-03-20 | acceptschema2 default: true | Aaron Weitekamp | |
| Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com> | |||
| 2017-03-20 | Do not require python-six via openshift_facts | Rodolfo Carvalho | |
| It turns out the code in roles/openshift_health_checker/openshift_checks/__init__.py had a mistake in the import statement, and not the case that `add_metaclass` is not available in the embedded `six` from `ansible.module_utils`. The fix is to correct the import and do not require python-six to be installed on target hosts. Note: now that we have some unit tests in the role, errors like that would have been caught. | |||
| 2017-03-18 | Automatic commit of package [openshift-ansible] release [3.6.4-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-03-17 | Merge pull request #3656 from mtnbikenc/refactor-openshift_projects | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Merge pull request #3701 from ewolinetz/cherrypick_3689 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Merge pull request #3695 from rhcarvalho/check-unit-tests | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Cherry picking from #3689 | ewolinetz | |
| 2017-03-17 | Merge pull request #3477 from lmello/fix-generate_jks.sh | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-03-17 | Moving projects task within openshift_hosted | Russell Teague | |
| 2017-03-17 | Refactor openshift_projects role | Russell Teague | |
