| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-22 | Merge pull request #2840 from mscherer/fix_f25 | Scott Dodson | |
| Make the role work on F25 Cloud | |||
| 2016-11-22 | Make the role work on F25 Cloud | Michael Scherer | |
| On F24 and earlier, systemctl show always returned 0. On F25, it return 1 when a service do not exist, and thus the role fail on Fedora 25 cloud edition. | |||
| 2016-11-21 | Merge pull request #2818 from mtnbikenc/package-refactor | Scott Dodson | |
| Refactor to use Ansible package module | |||
| 2016-11-21 | Merge pull request #2833 from dustymabe/dusty-tuned | Jason DeTiberus | |
| Only run tuned-adm if tuned exists. | |||
| 2016-11-21 | Only run tuned-adm if tuned exists. | Dusty Mabe | |
| Fedora Atomic Host does not have tuned installed. Fixes #2809 | |||
| 2016-11-21 | Merge pull request #2827 from abutcher/BZ1377619 | Jason DeTiberus | |
| Allow ansible to continue when a node is unaccessible or fails. | |||
| 2016-11-21 | Delegate openshift_manage_node tasks to master host. | Andrew Butcher | |
| 2016-11-18 | Merge pull request #2820 from dgoodwin/yum-check-skip-atomic | Scott Dodson | |
| Fix yum/subman version check on Atomic. | |||
| 2016-11-18 | Merge pull request #2822 from sdodson/onlydnsmasq | Scott Dodson | |
| node_dnsmasq -- Set dnsmasq as our only nameserver | |||
| 2016-11-18 | Merge pull request #2825 from jsuchenia/gce-escape-logname | Jason DeTiberus | |
| Escape LOGNAME variable according to GCE rules #2736 | |||
| 2016-11-18 | Allow ansible to continue when a node is unaccessible or fails. | Andrew Butcher | |
| 2016-11-18 | Create the file in two passes, atomicly copy it over | Scott Dodson | |
| 2016-11-18 | Escape LOGNAME variable according to GCE rules | Jacek Suchenia | |
| 2016-11-17 | Merge pull request #379 from cgwalters/storage-nfs-lvm | Scott Dodson | |
| storage/nfs_lvm: Also export as ReadWriteOnce | |||
| 2016-11-17 | node_dnsmasq -- Set dnsmasq as our only nameserver | Scott Dodson | |
| 2016-11-17 | Refactor to use Ansible package module | Russell Teague | |
| The Ansible package module will call the correct package manager for the underlying OS. | |||
| 2016-11-17 | Merge pull request #2821 from sdodson/disable-origin-repo | Scott Dodson | |
| Allow users to disable the origin repo creation | |||
| 2016-11-17 | Allow users to disable the origin repo creation | Scott Dodson | |
| 2016-11-17 | Fix yum/subman version check on Atomic. | Devan Goodwin | |
| 2016-11-16 | Merge pull request #2819 from vishpat/ip-forwarding | Scott Dodson | |
| Added ip forwarding for nuage | |||
| 2016-11-16 | Merge pull request #2702 from jkhelil/fix_master_config_template | Andrew Butcher | |
| Prevent useless master restart by reworking template for master service enf file | |||
| 2016-11-16 | Merge pull request #2734 from dougbtv/openstack_timeout_option | Jason DeTiberus | |
| [openstack] allows timeout option for heat create stack | |||
| 2016-11-16 | Merge pull request #2606 from abutcher/nuage-haproxy-port | Tim Bielawa | |
| Add nuage rest server port to haproxy firewall rules. | |||
| 2016-11-16 | Merge pull request #2636 from enlinxu/master | Andrew Butcher | |
| Support 3rd party scheduler | |||
| 2016-11-16 | Merge pull request #2803 from tbielawa/BZ1390849 | Scott Dodson | |
| Fix metrics deployment in 3.4 | |||
| 2016-11-16 | Merge pull request #2815 from dgoodwin/yumCheck | Scott Dodson | |
| Check for bad versions of yum and subscription-manager. | |||
| 2016-11-16 | Merge pull request #2816 from mtnbikenc/docs-fix | Scott Dodson | |
| [Docs] Best Practices Guide - Corrected syntax and typos | |||
| 2016-11-16 | Merge pull request #2763 from yfauser/byo_cni_plugin_fixes | Andrew Butcher | |
| [#2698] Change to allow cni deployments without openshift SDN | |||
| 2016-11-16 | Check for bad versions of yum and subscription-manager. | Devan Goodwin | |
| Use of yum and repoquery will output the given additional warning when using newer versions of subscription-manager, with older versions of yum. (RHEL 7.1) Installing/upgrading newer docker can pull this subscription-manager in resulting in problems with older versions of ansible and it's yum module, as well as any use of repoquery/yum commands in our playbooks. This change explicitly checks for the problem by using repoquery and fails early if found. This is run early in both config and upgrade. | |||
| 2016-11-16 | Corrected syntax and typos | Russell Teague | |
| 2016-11-16 | Merge pull request #2813 from lhuard1A/optimize_list | Jason DeTiberus | |
| Optimize the cloud-specific list.yml playbooks | |||
| 2016-11-16 | Merge pull request #2814 from lhuard1A/fix_gce_subnet | Jason DeTiberus | |
| Fix GCE cluster creation | |||
| 2016-11-16 | Fix GCE cluster creation | Lénaïc Huard | |
| Attempting to create a GCE cluster when the `gce.ini` configuration file contains a non-default network leads to the following error: ``` TASK [Launch instance(s)] ****************************************************** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unexpected error attempting to create instance lenaic2-master-74f10, error: {'domain': 'global', 'message': \"Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network\", 'reason': 'invalid'}"} ``` The `subnetwork` parameter needs to be added and taken into account. | |||
| 2016-11-16 | Optimize the cloud-specific list.yml playbooks | Lénaïc Huard | |
| by removing the need to gather facts on all VMs in order to list them. And prettify the output of AWS list the same way it is done for other cloud providers. | |||
| 2016-11-15 | Added ip forwarding for nuage | Vishal Patil | |
| 2016-11-15 | Merge pull request #2810 from sdodson/BZ1390913 | Scott Dodson | |
| Add rolebinding-reader | |||
| 2016-11-15 | Fix typo | Scott Dodson | |
| 2016-11-15 | Fix a few places where we're not specifying the admin kubeconfig | Scott Dodson | |
| 2016-11-15 | Add rolebinding-reader | Scott Dodson | |
| Fixes Bug 1390913 Fixes BZ1390913 | |||
| 2016-11-15 | Add view permissions to hawkular sa | Scott Dodson | |
| 2016-11-15 | Use multiple '-v's when creating the metrics deployer command | Tim Bielawa | |
| 2016-11-14 | Merge pull request #2677 from ↵ | Scott Dodson | |
| EricMountain-1A/fix_docker_fatal_selinux_4upstream-github Docker daemon is started prematurely. | |||
| 2016-11-14 | Merge pull request #2802 from sdodson/image-stream-sync | Scott Dodson | |
| Sync latest image stream and templates | |||
| 2016-11-14 | Sync logging deployer changes from origin to enterprise | Scott Dodson | |
| Pulls in https://github.com/openshift/origin-aggregated-logging/commit/d40fd9b83a6f6c0fb962db8869e6a35ef4f72751 https://github.com/openshift/origin-aggregated-logging/commit/f55cf03231d3ff2c7c9f2b9c8a4e1c29b4535c9c | |||
| 2016-11-14 | Docker daemon is started prematurely. | Eric Mountain | |
| Docker service is started prior to configuration changes being applied. The service is then not restarted by the handlers, so configuration changes are not applied. We now start the docker service only once all config changes have been made. | |||
| 2016-11-14 | Sync latest enterprise/metrics-deployer.yaml | Scott Dodson | |
| 2016-11-14 | Sync latest s2i content | Scott Dodson | |
| 2016-11-14 | Merge pull request #2562 from sdodson/etcd3 | Scott Dodson | |
| etcd upgrade playbooks | |||
| 2016-11-14 | Merge pull request #2794 from dgoodwin/no-fact-cache | Scott Dodson | |
| Fix HA upgrade when fact cache deleted. | |||
| 2016-11-14 | Merge pull request #2798 from tbielawa/BZ1389137 | Tim Bielawa | |
| Fix commit-offsets in version detection for containerized installs | |||
