summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed spacing and lint errors.Kenny Woodson2017-07-173-6/+8
|
* Fixed tests and added sleep for update.Kenny Woodson2017-07-143-2/+4
|
* Fixing needs_update comparison. Added a small pause for race conditions. ↵Kenny Woodson2017-07-144-18/+38
| | | | Fixed doc. Fix kind to storageclass
* 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
* | Merge pull request #4755 from ↵Scott Dodson2017-07-132-0/+2
|\ \ | |/ |/| | | | | ingvagabund/set-killmode-to-process-in-node-service-file set KillMode to process in node service file
| * set KillMode to process in node service fileJan Chaloupka2017-07-132-0/+2
|/
* Automatic commit of package [openshift-ansible] release [3.6.144-1].Jenkins CD Merge Bot2017-07-132-2/+8
| | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.144
* 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-1213-2/+221
|\ \ | | | | | | GlusterFS Fixes 4
| * | GlusterFS: Add updated example hosts filesJose A. Rivera2017-07-083-0/+115
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
| * | GlusterFS: Fix SSH-based heketi configurationJose A. Rivera2017-07-0810-2/+106
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | Automatic commit of package [openshift-ansible] release [3.6.143-1].Jenkins CD Merge Bot2017-07-122-2/+5
| |/ |/| | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.143
* | Automatic commit of package [openshift-ansible] release [3.6.142-1].Jenkins CD Merge Bot2017-07-122-2/+20
| | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.142
* | Merge pull request #4737 from sosiouxme/20170711-consolidate-small-prsOpenShift Bot2017-07-1210-16/+67
|\ \ | | | | | | Merged by openshift-bot
| * | 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.
| * | ansible.cfg: improve ssh ControlPathLuke Meyer2017-07-112-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AWS hosts and user names frequently make the default Ansible ControlPath too long. This prevents ssh persistent connections, significantly impacting runtime. More detail: https://github.com/ansible/ansible/issues/11536 This config change shortens the ControlPath to make this less likely. It would be better to change it to the %C hash, as extremely long hostnames or usernames could still encounter this problem, but that is not yet available with RHEL's openssh. This at least improves the situation.
| * | 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.
| * | OCP build: override python-directed envvarsLuke Meyer2017-07-111-3/+7
| | | | | | | | | | | | | | | SUMMARY and DESCRIPTION were coming from python image build, might be confusing to someone inspecting this image.
| * | OCP build: fix bug 1465724Luke Meyer2017-07-111-2/+8
| | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1465724 Use the provided ansible.cfg and hack needed python system libs into SCL
| * | OCP build: sync packages neededLuke Meyer2017-07-111-1/+1
| | | | | | | | | | | | sync the parallel change from Dockerfile into Dockerfile.rhel7
* | | Merge pull request #4709 from jkaurredhat/upgrade-control_planeOpenShift Bot2017-07-111-1/+1
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Error upgrading control_plane when user is not system:adminjkaurredhat2017-07-071-1/+1
| | | | | | | | | | | | Signed-off-byr jkaurredhat <jkaur@redhat.com>
* | | Merge pull request #4735 from ewolinetz/service_catalog_permsScott Dodson2017-07-111-0/+6
|\ \ \ | | | | | | | | Adding create permissions for serviceclasses.servicecatalog.k8s.io to…
| * | | Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ewolinetz2017-07-111-0/+6
|/ / / | | | | | | | | | service-catalog-controller role
* | | Merge pull request #4701 from kwoodson/master_metrics_urlScott Dodson2017-07-111-0/+9
|\ \ \ | | | | | | | | [Bz 1468113] Configure the rest of the masters with the correct URL.
| * | | Removing trailing newline.Kenny Woodson2017-07-101-1/+0
| | | |
| * | | [Bz 1468113] Configure the rest of the masters with the correct URL.Kenny Woodson2017-07-061-0/+10
| | | |
* | | | 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
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.6.141-1].Jenkins CD Merge Bot2017-07-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.141
* | | | | Merge pull request #4723 from ewolinetz/fix_service_catalog_fetchScott Dodson2017-07-101-0/+2
|\ \ \ \ \ | | | | | | | | | | | | updating fetch tasks to be flat paths
| * | | | | updating fetch tasks to be flat pathsewolinetz2017-07-101-0/+2
| | | | | |
* | | | | | Merge pull request #4725 from mtnbikenc/fix-network-managerScott Dodson2017-07-101-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add evaluate_groups.yml to network_manager playbook
| * | | | | Add evaluate_groups.yml to network_manager playbookRussell Teague2017-07-101-0/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook.
* | | | | Automatic commit of package [openshift-ansible] release [3.6.140-1].Jenkins CD Merge Bot2017-07-102-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.140
* | | | | Automatic commit of package [openshift-ansible] release [3.6.139-1].Jenkins CD Merge Bot2017-07-082-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.139
* | | | | Merge pull request #4624 from ↵Jan Chaloupka2017-07-085-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | 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-285-0/+5
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.6.138-1].Jenkins CD Merge Bot2017-07-082-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.138
* | | | | 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
| | | | | | |