summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5106 from kwoodson/metrics_stdincludeOpenShift Bot2017-08-172-2/+6
|\ | | | | Merged by openshift-bot
| * Adding std_include to the metrics playbook.Kenny Woodson2017-08-162-2/+6
| |
* | Merge pull request #5113 from bacek/masterScott Dodson2017-08-171-2/+2
|\ \ | | | | | | Enable version 3.6 for OSE
| * | Enable version 3.6 for OSEVasily Chekalkin2017-08-171-2/+2
| | |
* | | Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fixOpenShift Bot2017-08-171-1/+1
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Don't include noopRussell Teague2017-08-161-1/+1
| | | |
* | | | Merge pull request #5107 from mtnbikenc/refactor-openshift_repos-depsOpenShift Bot2017-08-171-15/+0
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Remove openshift_repos dependenciesRussell Teague2017-08-161-15/+0
| | | | |
* | | | | Merge pull request #5026 from sosiouxme/20170808-fix-checksOpenShift Bot2017-08-174-8/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | etc_traffic check: factor away short_versionLuke Meyer2017-08-152-6/+4
| | | | |
| * | | | openshift-checks: have playbooks invoke std_includeLuke Meyer2017-08-152-2/+6
| | | | |
* | | | | Merge pull request #4947 from ingvagabund/polish-openshift-master-roleOpenShift Bot2017-08-177-112/+208
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | polish openshift-master roleJan Chaloupka2017-08-167-112/+208
| | | | | |
* | | | | | Merge pull request #5098 from ashcrow/bin-sync-link-checkOpenShift Bot2017-08-161-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | bug: container_binary_sync no longer moves upon symlinksSteve Milner2017-08-151-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/bz1481366OpenShift Bot2017-08-161-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Merged by openshift-bot
| * | | | | Use openshift.node.dns_ip as listening addressScott Dodson2017-08-141-1/+1
| | | | | |
* | | | | | Merge pull request #5096 from mtnbikenc/remove-orphansOpenShift Bot2017-08-162-15/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Remove orphan filesRussell Teague2017-08-152-15/+0
| | | | | | |
* | | | | | | Merge pull request #5091 from mtnbikenc/standardize-std_includeOpenShift Bot2017-08-154-6/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Standardize usage of std_include in byoRussell Teague2017-08-154-6/+10
| | | | | | | |
* | | | | | | | Merge pull request #5090 from mtnbikenc/validate_hostnamesOpenShift Bot2017-08-151-5/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Merged by openshift-bot
| * | | | | | | Cleanup validate_hostnamesRussell Teague2017-08-151-5/+10
| |/ / / / / /
* | | | | | | Merge pull request #5048 from jcantrill/kibana_index_modeOpenShift Bot2017-08-154-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | configure kibana index modeJeff Cantrill2017-08-104-0/+14
| | | | | | | |
* | | | | | | | Merge pull request #5084 from mtnbikenc/refactor-os_firewallScott Dodson2017-08-156-33/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Additional os_firewall role refactoring
| * | | | | | | | Additional os_firewall role refactoringRussell Teague2017-08-156-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 Dodson2017-08-154-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.6Miciah Masters2017-08-114-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/ocobjdumperScott Dodson2017-08-152-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 libIvan Horvath2017-08-092-2/+20
| | | | | | | | |
* | | | | | | | | Merge pull request #5053 from tbielawa/change_default_cfme_namespaceScott Dodson2017-08-151-2/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Change default CFME namespace to use reserved openshift- prefix
| * | | | | | | | Change default CFME namespace to use reserved openshift- prefixTim Bielawa2017-08-101-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-checkScott Dodson2017-08-151-19/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Remove obsolete yum check
| * | | | | | | Remove obsolete yum checkRussell Teague2017-08-141-19/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson2017-08-154-26/+65
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Glusterfs firewall updates.
| * | | | | | | Moving firewall rules under the role to work with refactor.Kenny Woodson2017-08-114-26/+65
| | | | | | | |
* | | | | | | | Merge pull request #5051 from DenverJ/fix-iptables-reloadScott Dodson2017-08-151-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Start iptables on each master in serial
| * | | | | | | | Start iptables on each master in serialDenver Janke2017-08-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix task hanging when running from a master
* | | | | | | | | Merge pull request #5058 from kwoodson/project_error_checkScott Dodson2017-08-152-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding error checking to create.
| * | | | | | | | | Error check project creation.Kenny Woodson2017-08-102-0/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson2017-08-152-0/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShift
| * | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShiftsareti2017-07-242-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changing the conditional to negation of pod network address rather than using host address
* | | | | | | | | | Merge pull request #4770 from kwoodson/openshift_repos_refactorScott Dodson2017-08-1511-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 Woodson2017-08-1411-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cluster build.
* | | | | | | | | | Merge pull request #5037 from ozdanborne/calico-2.4Scott Dodson2017-08-143-12/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump Calico to v2.4.1
| * | | | | | | | | | Clean up Calico readmeDan Osborne2017-08-141-7/+13
| | | | | | | | | | |
| * | | | | | | | | | Bump calico to v2.4.1Dan Osborne2017-08-082-5/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4425 from rparulek/vsd-user-changeScott Dodson2017-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | Change vsd user nodes parameter name
| * | | | | | | | | | Change vsd user nodes parameter nameRohan Parulekar2017-08-141-1/+1
|/ / / / / / / / / /