Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4773 from jcantrill/fix_console_logging | OpenShift Bot | 2017-08-17 | 3 | -3/+31 |
|\ | | | | | Merged by openshift-bot | ||||
| * | fix missing console appending in logging | Jeff Cantrill | 2017-08-17 | 3 | -3/+31 |
| | | |||||
* | | Merge pull request #5111 from ozdanborne/calico-default-pool | Scott Dodson | 2017-08-17 | 5 | -4/+3 |
|\ \ | | | | | | | Use sdn_cluster_network_cidr as default calico pool | ||||
| * | | Use sdn_cluster_network_cidr as default calico pool | Dan Osborne | 2017-08-17 | 5 | -4/+3 |
| | | | |||||
* | | | Merge pull request #5106 from kwoodson/metrics_stdinclude | OpenShift Bot | 2017-08-17 | 2 | -2/+6 |
|\ \ \ | |_|/ |/| | | Merged by openshift-bot | ||||
| * | | Adding std_include to the metrics playbook. | Kenny Woodson | 2017-08-16 | 2 | -2/+6 |
| | | | |||||
* | | | Merge pull request #5113 from bacek/master | Scott Dodson | 2017-08-17 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Enable version 3.6 for OSE | ||||
| * | | | Enable version 3.6 for OSE | Vasily Chekalkin | 2017-08-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fix | OpenShift Bot | 2017-08-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Don't include noop | Russell Teague | 2017-08-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #5107 from mtnbikenc/refactor-openshift_repos-deps | OpenShift Bot | 2017-08-17 | 1 | -15/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Remove openshift_repos dependencies | Russell Teague | 2017-08-16 | 1 | -15/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #5026 from sosiouxme/20170808-fix-checks | OpenShift Bot | 2017-08-17 | 4 | -8/+10 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Merged by openshift-bot | ||||
| * | | | | | etc_traffic check: factor away short_version | Luke Meyer | 2017-08-15 | 2 | -6/+4 |
| | | | | | | |||||
| * | | | | | openshift-checks: have playbooks invoke std_include | Luke Meyer | 2017-08-15 | 2 | -2/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #4947 from ingvagabund/polish-openshift-master-role | OpenShift Bot | 2017-08-17 | 7 | -112/+208 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | polish openshift-master role | Jan Chaloupka | 2017-08-16 | 7 | -112/+208 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #5098 from ashcrow/bin-sync-link-check | OpenShift Bot | 2017-08-16 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | bug: container_binary_sync no longer moves upon symlinks | Steve Milner | 2017-08-15 | 1 | -0/+5 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With origin 1.5, /usr/local/bin/oc was a symlink to /usr/local/bin/openshift. During the container_binary_sync updated versions of both binaries are copied to the host. First openshift is copied to /usr/local/bin/openshift followed by copying oc to /usr/local/bin/oc. Since oc is a symlink back to /usr/local/bin/openshift the end result was everything linked to oc. This change adds a check before copying a binary. If the destination is a symlink then said symlink is removed before copying the new binary over. Fixed #4965 Reference: https://github.com/openshift/openshift-ansible/issues/4965 | ||||
* | | | | | | | Merge pull request #5087 from sdodson/bz1481366 | OpenShift Bot | 2017-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Use openshift.node.dns_ip as listening address | Scott Dodson | 2017-08-14 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #5096 from mtnbikenc/remove-orphans | OpenShift Bot | 2017-08-16 | 2 | -15/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Remove orphan files | Russell Teague | 2017-08-15 | 2 | -15/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5091 from mtnbikenc/standardize-std_include | OpenShift Bot | 2017-08-15 | 4 | -6/+10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | Standardize usage of std_include in byo | Russell Teague | 2017-08-15 | 4 | -6/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5090 from mtnbikenc/validate_hostnames | OpenShift Bot | 2017-08-15 | 1 | -5/+10 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | Cleanup validate_hostnames | Russell Teague | 2017-08-15 | 1 | -5/+10 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5048 from jcantrill/kibana_index_mode | OpenShift Bot | 2017-08-15 | 4 | -0/+14 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | configure kibana index mode | Jeff Cantrill | 2017-08-10 | 4 | -0/+14 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5084 from mtnbikenc/refactor-os_firewall | Scott Dodson | 2017-08-15 | 6 | -33/+33 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Additional os_firewall role refactoring | ||||
| * | | | | | | | | Additional os_firewall role refactoring | Russell Teague | 2017-08-15 | 6 | -33/+33 |
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove openshift_facts dependency * Move firewall initialization from std_include.yml to openshift_cluster/config.yml Installing firewall packages is only necessary during OpenShift installation. | ||||
* | | | | | | | | Merge pull request #5036 from ↵ | Scott Dodson | 2017-08-15 | 4 | -11/+17 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Miciah/openshift_checks-support-ovs-2.7-on-ocp-3.5-and-3.6 openshift_checks: allow OVS 2.7 on OCP 3.5 and 3.6 | ||||
| * | | | | | | | openshift_checks: allow OVS 2.7 on OCP 3.5 and 3.6 | Miciah Masters | 2017-08-11 | 4 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpm_version: Allow package_list items to specify a list value for version. If a list value is provided for a package, pass the check if any version in that list is found. ovs_version: Specify both 2.6 and 2.7 as allowed versions of OVS for OpenShift versions 3.5 and 3.6. | ||||
* | | | | | | | | Merge pull request #5006 from ivanhorvath/ocobjdumper | Scott Dodson | 2017-08-15 | 2 | -2/+20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | adding check to a yaml dump to work properly with new ruamel lib | ||||
| * | | | | | | | | adding check to a yaml dump to work properly with new ruamel lib | Ivan Horvath | 2017-08-09 | 2 | -2/+20 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5053 from tbielawa/change_default_cfme_namespace | Scott Dodson | 2017-08-15 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Change default CFME namespace to use reserved openshift- prefix | ||||
| * | | | | | | | | Change default CFME namespace to use reserved openshift- prefix | Tim Bielawa | 2017-08-10 | 1 | -2/+3 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of OCP 3.6 we are advised to prefix reserved namespaces with an 'openshift-' prefix. Fixes #5049 | ||||
* | | | | | | | | Merge pull request #5086 from mtnbikenc/remove-yum-check | Scott Dodson | 2017-08-15 | 1 | -19/+0 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Remove obsolete yum check | ||||
| * | | | | | | | Remove obsolete yum check | Russell Teague | 2017-08-14 | 1 | -19/+0 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #5072 from kwoodson/glusterfs_fw | Scott Dodson | 2017-08-15 | 4 | -26/+65 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Glusterfs firewall updates. | ||||
| * | | | | | | | Moving firewall rules under the role to work with refactor. | Kenny Woodson | 2017-08-11 | 4 | -26/+65 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5051 from DenverJ/fix-iptables-reload | Scott Dodson | 2017-08-15 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Start iptables on each master in serial | ||||
| * | | | | | | | | Start iptables on each master in serial | Denver Janke | 2017-08-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix task hanging when running from a master | ||||
* | | | | | | | | | Merge pull request #5058 from kwoodson/project_error_check | Scott Dodson | 2017-08-15 | 2 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding error checking to create. | ||||
| * | | | | | | | | | Error check project creation. | Kenny Woodson | 2017-08-10 | 2 | -0/+6 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4767 from vareti/IptablesKubeProxy | Scott Dodson | 2017-08-15 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShift | ||||
| * | | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShift | sareti | 2017-07-24 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changing the conditional to negation of pod network address rather than using host address | ||||
* | | | | | | | | | | Merge pull request #4770 from kwoodson/openshift_repos_refactor | Scott Dodson | 2017-08-15 | 11 | -12/+15 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Removing openshift_repo dependencies. Moving to beginning of openshift_cluster. | ||||
| * | | | | | | | | | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 11 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cluster build. | ||||
* | | | | | | | | | | Merge pull request #5037 from ozdanborne/calico-2.4 | Scott Dodson | 2017-08-14 | 3 | -12/+18 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Bump Calico to v2.4.1 |