summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-21Fix copy-pasta docstringsRodolfo Carvalho
2017-03-21Rename _ns -> node_selectorRodolfo Carvalho
There doesn't seem to be a good reason for the underscore prefix.
2017-03-21Reindent codeRodolfo Carvalho
2017-03-20Merge pull request #3715 from sdodson/excluders-v99OpenShift Bot
Merged by openshift-bot
2017-03-20Merge pull request #3714 from smunilla/3_6_releaserOpenShift Bot
Merged by openshift-bot
2017-03-20Attempt to match version of excluders to target versionScott Dodson
2017-03-20Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusionsOpenShift Bot
Merged by openshift-bot
2017-03-20Merge pull request #3703 from kwoodson/oc_groupKenny Woodson
Adding oc_group to lib_openshift.
2017-03-20Get rid of adjust.ymlScott Dodson
2017-03-20Protect against missing commandsScott 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-20Simplify excluder enablement logic a bit moreScott Dodson
2017-03-20Merge pull request #3708 from aweiteka/schema2OpenShift Bot
Merged by openshift-bot
2017-03-20Add tito releaser for 3.6Samuel Munilla
2017-03-20Merge pull request #3707 from rhcarvalho/openshift_facts-no-sixOpenShift Bot
Merged by openshift-bot
2017-03-20Adding oc_group to lib_openshiftKenny Woodson
2017-03-20preflight checks: improve user output from checksLuke Meyer
2017-03-20preflight checks: bypass RPM excludesLuke Meyer
2017-03-20acceptschema2 default: trueAaron Weitekamp
Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
2017-03-20Do not require python-six via openshift_factsRodolfo 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-18Automatic 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-17Merge pull request #3656 from mtnbikenc/refactor-openshift_projectsOpenShift Bot
Merged by openshift-bot
2017-03-17Merge pull request #3701 from ewolinetz/cherrypick_3689OpenShift Bot
Merged by openshift-bot
2017-03-17Merge pull request #3695 from rhcarvalho/check-unit-testsOpenShift Bot
Merged by openshift-bot
2017-03-17Cherry picking from #3689ewolinetz
2017-03-17Merge pull request #3477 from lmello/fix-generate_jks.shOpenShift Bot
Merged by openshift-bot
2017-03-17Moving projects task within openshift_hostedRussell Teague
2017-03-17Refactor openshift_projects roleRussell Teague
2017-03-17Merge pull request #3654 from kwoodson/project_fixOpenShift Bot
Merged by openshift-bot
2017-03-17Automatic commit of package [openshift-ansible] release [3.6.3-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-17Merge pull request #3694 from ↵Scott Dodson
ingvagabund/enable-docker-during-installation-and-upgrade-by-default-revert-revert enable docker excluder since the time it is installed
2017-03-17Add unit tests for existing health checksRodolfo Carvalho
2017-03-16Automatic commit of package [openshift-ansible] release [3.6.2-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-16enable docker excluder since the time it is installedJan Chaloupka
2017-03-16Merge pull request #3671 from abutcher/router-nodesOpenShift Bot
Merged by openshift-bot
2017-03-16Do not update when properties when not passed.Kenny Woodson
2017-03-16Merge pull request #3681 from ↵Scott Dodson
ingvagabund/enable-excluders-during-scale-up-as-well enable excluders during node/master scaling up
2017-03-16enable excluders during node/master scaling upJan Chaloupka
2017-03-16Merge pull request #3683 from kwoodson/py35_scope_fixScott Dodson
Fixing variable naming for 35 scoping.
2017-03-16Merge pull request #3674 from sdodson/fix-ovs-raceOpenShift Bot
Merged by openshift-bot
2017-03-16Automatic commit of package [openshift-ansible] release [3.6.1-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-03-16Merge pull request #3688 from smunilla/masterScott Dodson
Bump version to 3.6.0
2017-03-16Merge pull request #3675 from sdodson/only_use_excluders_on_masters_nodesScott Dodson
Only call excluder playbooks on masters and nodes
2017-03-16Merge pull request #3669 from ewolinetz/logging_master_api_portScott Dodson
Removing dependency on master facts for master_public_url default
2017-03-16Bump version to 3.6.0Samuel Munilla
Bump up the version to make our daily builds happy.
2017-03-16Merge pull request #3664 from ewolinetz/logging_cherrypick_3657OpenShift Bot
Merged by openshift-bot
2017-03-16Merge pull request #3682 from rhcarvalho/doc-run-single-testScott Dodson
Improve CONTRIBUTING guide with testing tricks
2017-03-16Fixing variable naming for 35 scoping.Kenny Woodson
2017-03-16Improve CONTRIBUTING guide with testing tricksRodolfo Carvalho
2017-03-16Merge pull request #3673 from sdodson/remove-excluder-statusOpenShift Bot
Merged by openshift-bot
2017-03-16Fix get_router_replicas infrastructure node count.Andrew Butcher