summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-22Stop all services before upgrading openvswitchScott 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-22Merge pull request #3731 from jcantrill/min_mastersOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3692 from kwoodson/oc_volumeOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3726 from sdodson/oreg_url_on_upgradeOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3718 from giuseppe/restart-openvswitch-upgradeOpenShift Bot
Merged by openshift-bot
2017-03-22Merge pull request #3699 from sdodson/matched-versionsOpenShift Bot
Merged by openshift-bot
2017-03-22openshift_logging calculate min_masters to fail early on split brainJeff Cantrill
2017-03-22Merge pull request #3727 from sdodson/rootfs-rslaveOpenShift Bot
Merged by openshift-bot
2017-03-22Fixed linting and configmap_name paramKenny Woodson
2017-03-22Automatic 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-21Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot
Merged by openshift-bot
2017-03-21Adding configmap support.Kenny Woodson
2017-03-21Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot
Merged by openshift-bot
2017-03-21Make /rootfs mount rslaveScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807
2017-03-21Update imageConfig.format on upgrades to match oreg_urlScott Dodson
2017-03-21Adding configmap support and adding tests.Kenny Woodson
2017-03-21Adding oc_volume to lib_openshift.Kenny Woodson
2017-03-21Merge pull request #3702 from tbielawa/bubble_up_qi_errorsOpenShift Bot
Merged by openshift-bot
2017-03-21Merge pull request #3680 from rhcarvalho/misc-fixesOpenShift Bot
Merged by openshift-bot
2017-03-21upgrade: restart ovs-vswitchd and ovsdb-serverGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
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-21Automatic 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-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-20Update the failure methods and add required variables/functionsTim Bielawa
2017-03-20Import the default ansible output callback on_failed methodsTim Bielawa
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