summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-13Merge pull request #3637 from sdodson/typoScott Dodson
Fix typo
2017-03-13Fix typoScott Dodson
2017-03-11Merge pull request #3625 from jcantrill/bz1430661_update_metrics_urlOpenShift Bot
Merged by openshift-bot
2017-03-10Merge pull request #3623 from tbielawa/petset_early_fail_againOpenShift Bot
Merged by openshift-bot
2017-03-10Merge pull request #3596 from jcantrill/bz1428249_hostmount_fixOpenShift Bot
Merged by openshift-bot
2017-03-10Merge pull request #3610 from ↵Scott Dodson
ingvagabund/re-enable-excluders-during-installation-if-enabled re-enable excluders if they are enabled after openshift version detection
2017-03-10add 'hawkular/metrics' when updating configJeff Cantrill
2017-03-10update all the mastersJeff Cantrill
2017-03-10Merge pull request #3615 from ashcrow/nuage-3583OpenShift Bot
Merged by openshift-bot
2017-03-10bug 1430661. Update masterConfig metricsPublicURL on installJeff Cantrill
2017-03-10Merge pull request #3624 from codificat/fix-readme-containerScott Dodson
Minor updates to README_CONTAINER_IMAGE.md
2017-03-10Merge pull request #3616 from richm/missing-searchguard.truststoreOpenShift Bot
Merged by openshift-bot
2017-03-10nuage: Move role back to configSteve Milner
d113f03 moved role dependencies out of playbooks. However, this ended up causing the masters to not be configured before the nuage steps required configured masters. This change moves the nuage specific change in d113f03 back to the config. Resolves #3583
2017-03-10Fix incorrect comparison when detecting petsetsTim Bielawa
2017-03-10Minor updates to README_CONTAINER_IMAGE.mdPep Turró Mauri
Fix link to the example role, prefix image name with openshift/.
2017-03-10Merge pull request #3618 from germansosa/masterScott Dodson
Fix references to openshift_set_node_ip in inventory examples
2017-03-10Merge pull request #3613 from detiber/module_utils_sixOpenShift Bot
Merged by openshift-bot
2017-03-10Fix references to openshift_set_node_ip in inventory examplesgermansosa
2017-03-09Merge pull request #3600 from tbielawa/etcd_is_atomic-BZ1427067OpenShift Bot
Merged by openshift-bot
2017-03-09Bug 1428711 - [IntService_public_324] ES pod is unable to read ↵Rich Megginson
searchguard.truststore after upgarde logging from 3.3.1 to 3.5.0 https://bugzilla.redhat.com/show_bug.cgi?id=1428711 The list of secrets for elasticsearch was missing searchguard.truststore
2017-03-09bug 1428249. Use ES hostmount storage if it existsJeff Cantrill
2017-03-09Merge pull request #3605 from kwoodson/oc_adm_policy_user_fixOpenShift Bot
Merged by openshift-bot
2017-03-09Use ansible.compat.six where possibleJason DeTiberus
2017-03-09Remove debug taskTim Bielawa
2017-03-09Use six from ansible.module_utils for remote hostsJason DeTiberus
2017-03-09re-enable excluders if they are enabled after openshift version detectionJan Chaloupka
2017-03-09Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher
Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
2017-03-09Merge pull request #3586 from srampal/issue3541Scott Dodson
Fix for issue 3541
2017-03-09Merge pull request #3607 from ingvagabund/extend-excluders-to-containerized-ocpJan Chaloupka
extend the excluders to containerized deployment
2017-03-09extend the excluders to containerized deploymentJan Chaloupka
2017-03-08Merge pull request #3604 from sdodson/issue3603Scott Dodson
openshift_excluders depends on openshift_repos
2017-03-08Merge pull request #3601 from mmckinst/etcd_versionOpenShift Bot
Merged by openshift-bot
2017-03-08Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson
method searches all and matches on properties.
2017-03-08openshift_excluders depends on openshift_reposScott Dodson
So that centos repos are provisioned before attempting to install the excluders
2017-03-08add ability to specify an etcd versionMark McKinstry
2017-03-08Lowering test coverage percentage.Kenny Woodson
2017-03-08Removing ordereddict. Replaced with sorted keys.Kenny Woodson
2017-03-08New roleTim Bielawa
2017-03-08Merge pull request #3589 from brenton/masterScott Dodson
Adding scripts for building and pushing images
2017-03-08Merge pull request #3597 from ingvagabund/enable-excluders-by-defaultScott Dodson
enable excluders by default
2017-03-08Fixed for linting.Kenny Woodson
2017-03-08enable excluders by defaultJan Chaloupka
2017-03-08Merge pull request #3595 from ↵Jan Chaloupka
ingvagabund/check-docker-excluder-status-only-when-it-is-enabled Ignore the docker excluder status if it is not enabled by a user
2017-03-08ignore the docker excluder status if it is not enabled by a userJan Chaloupka
2017-03-07Merge pull request #3585 from tbielawa/petset_early_failScott Dodson
Petset early fail
2017-03-07Fix pylint/pyflakes errors on masterScott Dodson
2017-03-07Identify PetSets in 3.4 clusters and fail if any are detectedTim Bielawa
* PetSets are deprecated in 3.5, replaced with StatefulSets * We can not automatically migrate between the two * Red Hat has never supported PetSets nor do we support StatefulSets * Gracefully handles invalid resource queries if ran against 3.5+ clusters * Fails out with explanation and ref docs if petsets are detected Reference bug: https://bugzilla.redhat.com/show_bug.cgi?id=1428229
2017-03-07Merge pull request #3558 from ewolinetz/logging_metrics_defaultsScott Dodson
Adding some more logging and metrics defaults
2017-03-07More logging fixesewolinetz
2017-03-07Merge pull request #3529 from ingvagabund/upgrade-excluders-in-upgrade-onlyJan Chaloupka
WIP: update excluders to latest by default, in non-upgrade scenarios do not update