Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3733 from lukas-vlcek/es_readiness_probe | OpenShift Bot | 2017-04-19 | 1 | -0/+7 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Introduce Elasticsearch readiness probe | Lukáš Vlček | 2017-04-07 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #3955 from Fale/fix_etcd_paths | OpenShift Bot | 2017-04-19 | 1 | -1/+1 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Add /etc/sysconfig/etcd to etcd_container | Fabio Alessandro Locati | 2017-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | The `/etc/sysconfig/etcd` file is often used to allow the usage of additional variables passed to the etcd daemon. Example of this is to make some new nodes join an existing cluster. Having two files simplify the automation around it, since in the `/etc/sysconfig/etcd` is possible to put temporary variables and then nuke the file as soon as they are not used anymore. | ||||
* | | | openshift_version: improve messaging | Luke Meyer | 2017-04-18 | 1 | -18/+38 |
|/ / | | | | | | | | | | | | | This role often provides the first failure messages when users' inventory parameters are not going to work out. So, make sure the task names and messages are informative to someone who may not have very much context for what this role does. | ||||
* | | Merge pull request #3937 from mtnbikenc/fix-openshift-node-upgrade | OpenShift Bot | 2017-04-17 | 1 | -0/+1 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Correct role dependencies | Russell Teague | 2017-04-17 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3793 from jarrpa/glusterfs-registry | OpenShift Bot | 2017-04-17 | 18 | -1/+1078 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Allow for GlusterFS to provide registry storage | Jose A. Rivera | 2017-04-10 | 3 | -1/+60 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
| * | | | GlusterFS playbook and role | Jose A. Rivera | 2017-04-10 | 15 | -0/+1018 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | Merge pull request #3926 from sdodson/fix-enterprise-prefixes | OpenShift Bot | 2017-04-17 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Fix default image tag for enterprise | Scott Dodson | 2017-04-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We're just going to hardcode this for now until we can verify that a tag like v3.6 will always exist in the future | ||||
* | | | | | Merge pull request #3920 from stevekuznetsov/skuznets/etcd-debug | OpenShift Bot | 2017-04-17 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Cast etcd_debug to a boolean | Steve Kuznetsov | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation, any user-provided string in the `etcd_debug` variable will be placed into `etcd.conf`. The YAML and Ansible boolean parsing is more generous than the Golang one, so valid YAML booleans like `no` will be invalid when passed to etcd. Casting to a boolean before casting to a string normalizes the field. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | ||||
* | | | | | Merge pull request #3884 from mtnbikenc/disable-swap | OpenShift Bot | 2017-04-13 | 2 | -0/+54 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Disable swap space on nodes at install and upgrade | Russell Teague | 2017-04-12 | 2 | -0/+54 |
| | | | | | |||||
* | | | | | Merge pull request #3887 from rhcarvalho/pkg-version-only-master-or-node | OpenShift Bot | 2017-04-13 | 2 | -0/+29 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Do not check package version on non-master/node | Rodolfo Carvalho | 2017-04-10 | 2 | -0/+29 |
| | | | | | |||||
* | | | | | Merge pull request #3866 from jpkrohling/JPK-SwitchMetricsToUseGeneratedCerts | OpenShift Bot | 2017-04-12 | 6 | -164/+36 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Changed Hawkular Metrics secrets to use a format similar to the one ↵ | Juraci Paixão Kröhling | 2017-04-06 | 6 | -164/+36 |
| | | | | | | | | | | | | | | | | | | | | automatically generated by OpenShift | ||||
* | | | | | Merge pull request #3799 from rhcarvalho/docs | Scott Dodson | 2017-04-12 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Documentation updates | ||||
| * | | | | | Update deployment_type documentation | Rodolfo Carvalho | 2017-04-11 | 1 | -4/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3902 from sosiouxme/20170410-validate-deployment-type | OpenShift Bot | 2017-04-12 | 1 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | openshift_sanitize_inventory: disallow conflicting deployment types | Luke Meyer | 2017-04-10 | 1 | -0/+13 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3757 from ↵ | OpenShift Bot | 2017-04-12 | 2 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | juanvallejo/jvallejo/skip-yum-update-check-on-fedora Merged by openshift-bot | ||||
| * | | | | | skip PackageAvailability check if not yum | juanvallejo | 2017-04-11 | 2 | -0/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #3894 from kwoodson/compat_server_cert | OpenShift Bot | 2017-04-11 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Fixing a compatibility issue with python 2.7 to 3.5 when reading from ↵ | Kenny Woodson | 2017-04-10 | 2 | -2/+2 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | subprocess. | ||||
* | | | | | | Merge pull request #3649 from sosiouxme/20170313-fix-output-and-exclusions | OpenShift Bot | 2017-04-11 | 6 | -64/+295 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | preflight checks: refactor and fix aos_version | Luke Meyer | 2017-04-08 | 6 | -64/+295 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in openshift_repos to provide Origin repo before checks on Origin. For OCP we want the check to fail if both version 3.3 and version 3.4 are available - they shouldn't have both channels enabled. For Origin everything is in one repo so it's not surprising to find 1.4 and 1.5 versions available. Added unit tests as well. | ||||
* | | | | | | | Merge pull request #3691 from wongma7/efs | OpenShift Bot | 2017-04-11 | 20 | -0/+589 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Add external provisioners playbook starting with aws efs | Matthew Wong | 2017-03-30 | 20 | -0/+589 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3880 from kwoodson/cockpit_ui_remove_route | OpenShift Bot | 2017-04-10 | 1 | -5/+8 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Adding a query for the existing docker-registry route. | Kenny Woodson | 2017-04-07 | 1 | -1/+8 |
| | | | | | | | |||||
| * | | | | | | Removing docker-registry route from cockpit-ui. | Kenny Woodson | 2017-04-07 | 1 | -9/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #3859 from sosiouxme/20170405-validate-release | OpenShift Bot | 2017-04-07 | 1 | -7/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | openshift_sanitize_inventory: validate release | Luke Meyer | 2017-04-05 | 1 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complain early if those wacky users use wacky values for openshift_release. | ||||
* | | | | | | | Merge pull request #3875 from kwoodson/bugfix | OpenShift Bot | 2017-04-07 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Fixed a bug when oc command fails. | Kenny Woodson | 2017-04-06 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3822 from codificat/cronjob-example | OpenShift Bot | 2017-04-07 | 1 | -16/+117 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Add example scheduled certificate check | Pep Turró Mauri | 2017-04-06 | 1 | -16/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself. | ||||
* | | | | | | | Merge pull request #3846 from rhcarvalho/cs-unit-tests | OpenShift Bot | 2017-04-07 | 3 | -28/+268 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Add tests for action plugin | Rodolfo Carvalho | 2017-04-04 | 1 | -15/+168 |
| | | | | | | | | |||||
| * | | | | | | | Remove unnecessary code | Rodolfo Carvalho | 2017-04-04 | 1 | -5/+1 |
| | | | | | | | | |||||
| * | | | | | | | Make resolve_checks more strict | Rodolfo Carvalho | 2017-04-04 | 3 | -23/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that all names it return are directly usable, without checking for existence. | ||||
* | | | | | | | | Merge pull request #3872 from giuseppe/audit-fix | OpenShift Bot | 2017-04-06 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | master-api: add mount for /var/log | Giuseppe Scrivano | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | | | | master: add mount for /var/log | Giuseppe Scrivano | 2017-04-06 | 1 | -1/+1 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | Merge pull request #3857 from djosborne/bump-calico-policy-controller | OpenShift Bot | 2017-04-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Bump calico policy controller | Dan Osborne | 2017-04-05 | 1 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | |