summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Adding storageclass support to lib_openshift.Kenny Woodson2017-07-1410-16/+2216
|
* Merge pull request #4756 from ewolinetz/bz1469368Scott Dodson2017-07-131-0/+5
|\ | | | | making kube-service-catalog project network global when using redhat/…
| * making kube-service-catalog project network global when using ↵ewolinetz2017-07-131-0/+5
| | | | | | | | redhat/openshift-ovs-multitenant plugin
* | set KillMode to process in node service fileJan Chaloupka2017-07-132-0/+2
|/
* Merge pull request #4743 from ewolinetz/bz1469986Scott Dodson2017-07-122-0/+11
|\ | | | | Created js file for enabling tech preview for console, updated master…
| * Created js file for enabling tech preview for console, updated master-config ↵ewolinetz2017-07-122-0/+11
| | | | | | | | for pod presets and console tech preview
* | Merge pull request #4720 from jarrpa/glusterfs-fixes-fourScott Dodson2017-07-1210-2/+106
|\ \ | |/ |/| GlusterFS Fixes 4
| * GlusterFS: Fix SSH-based heketi configurationJose A. Rivera2017-07-0810-2/+106
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | add scheduled pods checkjuanvallejo2017-07-112-2/+32
| |
* | Only store failures that were not ignored.Rodolfo Carvalho2017-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past, health checks were implemented with ignore_errors: True in the playbook level, requiring us to store all failures, ignored or not, so that we could report on all failed checks. Now checks are run from a single action plugin entry point, without ignoring errors (all errors are aggregated via the action plugin). Since the integration of the openshift_health_checker role with the install playbook, failure summaries are part of the output of a lot more calls to ansible-playbook. We shall report only failures that caused the execution to stop, as ignored failures in the summary only serve to confuse users.
* | Add overlay to supported Docker storage driversRodolfo Carvalho2017-07-112-3/+3
| | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467809 As a next step, we can refine under which conditions the overlay driver is supported.
* | openshift_checks: fix execute_module paramsLuke Meyer2017-07-114-4/+4
| | | | | | | | | | | | | | | | Fix where execute_module was being passed task_vars in place of tmp param. Most modules don't seem to use either and so this doesn't fail; but under some conditions (perhaps different per version of ansible?) it tried to treat the dict as a string and came back with a python stack trace.
* | Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ewolinetz2017-07-111-0/+6
| | | | | | | | service-catalog-controller role
* | Merge pull request #4730 from ozdanborne/patch-gencertsScott Dodson2017-07-112-26/+18
|\ \ | | | | | | Fix calico when certs are auto-generated
| * | Fix calico when certs are auto-generatedDan Osborne2017-07-102-26/+18
| | |
* | | updating fetch tasks to be flat pathsewolinetz2017-07-101-0/+2
| | |
* | | Merge pull request #4624 from ↵Jan Chaloupka2017-07-081-0/+1
|\ \ \ | |_|/ |/| | | | | | | | ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s
| * | increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
| | |
* | | Merge pull request #4714 from sdodson/image-stream-syncOpenShift Bot2017-07-08100-1/+63835
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | xPaas v1.4.1 for 3.4Scott Dodson2017-07-0733-0/+21278
| | | |
| * | | xPaas v1.4.1 for 3.5Scott Dodson2017-07-0733-0/+21278
| | | |
| * | | xPaaS 1.4.1 for 3.6Scott Dodson2017-07-0734-1/+21279
| | | |
* | | | Merge pull request #4719 from abutcher/glusterfs-nodenameOpenShift Bot2017-07-073-4/+4
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Use openshift.node.nodename as glusterfs_hostname.Andrew Butcher2017-07-073-4/+4
| | | | |
* | | | | Merge pull request #4703 from tbielawa/bz1468187Scott Dodson2017-07-071-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Run some basic etcd checks after migration to ensure leases are good
| * | | | | Wait for etcd to become healthy before migrating TTLTim Bielawa2017-07-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468187
* | | | | | Merge pull request #4711 from tbielawa/bz1468424OpenShift Bot2017-07-071-8/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Merged by openshift-bot
| * | | | | Only add entries to NO_PROXY settings if a NO_PROXY value is setTim Bielawa2017-07-071-8/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468424 Incorrect indentation caused base svc/cluster.local/hostname entries to be added to the NO_PROXY settings regardless of if the user was configuring NO_PROXY or not.
* | | | | Merge pull request #4716 from ewolinetz/fix_broker_configmapScott Dodson2017-07-071-4/+4
|\ \ \ \ \ | | | | | | | | | | | | updating configmap map definition to fix asb not starting up correctly
| * | | | | updating configmap map definition to fix asb not starting up correctlyewolinetz2017-07-071-4/+4
| |/ / / /
* / / / / container-engine: Update Fedora registry urlSteve Milner2017-07-071-1/+1
|/ / / /
* | | | Merge pull request #4692 from shawn-hurley/bugzilla-1467948Scott Dodson2017-07-072-2/+7
|\ \ \ \ | | | | | | | | | | 1467948 - Ansible Service Broker configuration values
| * | | | fixing configuation values.Shawn Hurley2017-07-052-2/+7
| | | | |
* | | | | Install container-selinux with container-engineSteve Milner2017-07-061-0/+6
| |_|_|/ |/| | |
* | | | Merge pull request #4696 from richm/bug-1466152Scott Dodson2017-07-0611-24/+10
|\ \ \ \ | | | | | | | | | | Bug 1466152 - Json-file log driver: Neither "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries
| * | | | Bug 1466152 - Json-file log driver: Neither ↵Rich Megginson2017-07-0611-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries https://bugzilla.redhat.com/show_bug.cgi?id=1466152 Do not set openshift_logging_fluentd_use_journal or USE_JOURNAL at all unless it is explicitly set as an ansible param. It is almost always better to let fluentd figure out which log driver docker is using.
* | | | | Merge pull request #4531 from abutcher/f26-ah-setseboolOpenShift Bot2017-07-062-26/+76
|\ \ \ \ \ | |/ / / / |/| | | | Merged by openshift-bot
| * | | | Workaround seboolean module with setsebool command.Andrew Butcher2017-07-052-26/+76
| | | | |
* | | | | Fix yamllintScott Dodson2017-07-061-10/+10
| | | | |
* | | | | Merge pull request #4681 from kwoodson/default_registry_env_fixScott Dodson2017-07-061-2/+11
|\ \ \ \ \ | | | | | | | | | | | | [BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting in env file.
| * | | | | Removed quotes and added env variable to be specific.Kenny Woodson2017-07-051-2/+2
| | | | | |
| * | | | | [BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting.Kenny Woodson2017-07-051-2/+11
| | |/ / / | |/| | |
* | | | | Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcdJan Chaloupka2017-07-061-0/+15
|\ \ \ \ \ | | | | | | | | | | | | set the proper label of /var/lib/etcd directory
| * | | | | set the proper label of /var/lib/etcd directoryJan Chaloupka2017-07-051-0/+15
| |/ / / /
* | | | | Merge pull request #4684 from ewolinetz/service_catalog_multimasterScott Dodson2017-07-055-10/+129
|\ \ \ \ \ | | | | | | | | | | | | Addressing servicecatalog doesnt have enough permissions and multimas…
| * | | | | Synching certs and aggregator configs from first master to all other mastersewolinetz2017-07-052-3/+105
| | | | | |
| * | | | | Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz2017-07-053-7/+24
| |/ / / / | | | | | | | | | | | | | | | config for service-catalog
* | | | | Merge pull request #4554 from richm/add-back-mux-client-configScott Dodson2017-07-052-0/+13
|\ \ \ \ \ | | | | | | | | | | | | add back mux_client config that was removed
| * | | | | add back mux_client config that was removedRich Megginson2017-07-052-0/+13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not sure how this got removed, during the rebase of the logging roles perhaps? Also ensure that the value used in the fluentd daemonset env var is lower cased to work with the fluentd/run.sh script.
* | | | | Merge pull request #4671 from ↵OpenShift Bot2017-07-052-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | ingvagabund/use-master-certificates-for-oadm-migrate-etcd-ttl Merged by openshift-bot