summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17fix missing console appending in loggingJeff Cantrill
2017-08-17Merge pull request #5113 from bacek/masterScott Dodson
Enable version 3.6 for OSE
2017-08-17Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fixOpenShift Bot
Merged by openshift-bot
2017-08-17Merge pull request #5107 from mtnbikenc/refactor-openshift_repos-depsOpenShift Bot
Merged by openshift-bot
2017-08-17Merge pull request #5026 from sosiouxme/20170808-fix-checksOpenShift Bot
Merged by openshift-bot
2017-08-17Enable version 3.6 for OSEVasily Chekalkin
2017-08-17Merge pull request #4947 from ingvagabund/polish-openshift-master-roleOpenShift Bot
Merged by openshift-bot
2017-08-16Merge pull request #5098 from ashcrow/bin-sync-link-checkOpenShift Bot
Merged by openshift-bot
2017-08-16Merge pull request #5087 from sdodson/bz1481366OpenShift Bot
Merged by openshift-bot
2017-08-16Don't include noopRussell Teague
2017-08-16Remove openshift_repos dependenciesRussell Teague
2017-08-16polish openshift-master roleJan Chaloupka
2017-08-16Merge pull request #5096 from mtnbikenc/remove-orphansOpenShift Bot
Merged by openshift-bot
2017-08-15Merge pull request #5091 from mtnbikenc/standardize-std_includeOpenShift Bot
Merged by openshift-bot
2017-08-15Merge pull request #5090 from mtnbikenc/validate_hostnamesOpenShift Bot
Merged by openshift-bot
2017-08-15etc_traffic check: factor away short_versionLuke Meyer
2017-08-15openshift-checks: have playbooks invoke std_includeLuke Meyer
2017-08-15bug: container_binary_sync no longer moves upon symlinksSteve Milner
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
2017-08-15Merge pull request #5048 from jcantrill/kibana_index_modeOpenShift Bot
Merged by openshift-bot
2017-08-15Remove orphan filesRussell Teague
2017-08-15Merge pull request #5084 from mtnbikenc/refactor-os_firewallScott Dodson
Additional os_firewall role refactoring
2017-08-15Merge pull request #5036 from ↵Scott Dodson
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
2017-08-15Merge pull request #5006 from ivanhorvath/ocobjdumperScott Dodson
adding check to a yaml dump to work properly with new ruamel lib
2017-08-15Merge pull request #5053 from tbielawa/change_default_cfme_namespaceScott Dodson
Change default CFME namespace to use reserved openshift- prefix
2017-08-15Merge pull request #5086 from mtnbikenc/remove-yum-checkScott Dodson
Remove obsolete yum check
2017-08-15Additional os_firewall role refactoringRussell Teague
* 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.
2017-08-15Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson
Glusterfs firewall updates.
2017-08-15Merge pull request #5051 from DenverJ/fix-iptables-reloadScott Dodson
Start iptables on each master in serial
2017-08-15Merge pull request #5058 from kwoodson/project_error_checkScott Dodson
Adding error checking to create.
2017-08-15Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson
Nuage changes to support IPTables kube-proxy in OpenShift
2017-08-15Merge pull request #4770 from kwoodson/openshift_repos_refactorScott Dodson
Removing openshift_repo dependencies. Moving to beginning of openshift_cluster.
2017-08-15Standardize usage of std_include in byoRussell Teague
2017-08-15Cleanup validate_hostnamesRussell Teague
2017-08-14Merge pull request #5037 from ozdanborne/calico-2.4Scott Dodson
Bump Calico to v2.4.1
2017-08-14Merge pull request #4425 from rparulek/vsd-user-changeScott Dodson
Change vsd user nodes parameter name
2017-08-14Use openshift.node.dns_ip as listening addressScott Dodson
2017-08-14Remove obsolete yum checkRussell Teague
2017-08-14Clean up Calico readmeDan Osborne
2017-08-14Change vsd user nodes parameter nameRohan Parulekar
2017-08-14Merge pull request #5055 from fraenkel/fix_awsAndrew Butcher
Fix Restore Master AWS Options
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-08-14Merge pull request #5073 from mtnbikenc/fix-firewall-playRussell Teague
Minor update to correct firewall play name
2017-08-14Merge pull request #5078 from jkaurredhat/cfme-1.7Scott Dodson
Default values for CFME container images are invalid
2017-08-14Default values for CFME container images are invalidjkaurredhat
openshift_cfme_application_img_name, openshift_cfme_postgresql_img_name and openshift_cfme_memcached_img_name are incorrect. It will fail with below error : The ImageStream \"miq-app\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-postgresql\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-memcached\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-08-12Merge pull request #5074 from mtnbikenc/fix-duplicate-evaluateScott Dodson
Fix duplicate evaluate_groups.yml call during install
2017-08-11Fix duplicate evaluate_groups.yml call during installRussell Teague
The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate.
2017-08-11Minor update to correct firewall play nameRussell Teague
2017-08-11Moving firewall rules under the role to work with refactor.Kenny Woodson
2017-08-11Merge pull request #4944 from sosiouxme/20170728-refactor-ansible-mountsScott Dodson
openshift_checks: refactor find_ansible_mount
2017-08-11Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson
Remove additional 'restart master' handler references.