| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-23 | Verify the presence of dbus python binding | Michael Scherer | |
| While the proper fix is to have it installed by default, this commit will also permit to have a better error message in the case the module is not present (as running on python 3) | |||
| 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 #2822 from sdodson/onlydnsmasq | Scott Dodson | |
| node_dnsmasq -- Set dnsmasq as our only nameserver | |||
| 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-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 | Allow users to disable the origin repo creation | Scott Dodson | |
| 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 #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 #2763 from yfauser/byo_cni_plugin_fixes | Andrew Butcher | |
| [#2698] Change to allow cni deployments without openshift SDN | |||
| 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 | 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 #2798 from tbielawa/BZ1389137 | Tim Bielawa | |
| Fix commit-offsets in version detection for containerized installs | |||
| 2016-11-14 | Fix commit-offsets in version detection for containerized installs | Tim Bielawa | |
| * Applies the chomp_commit_offset logic to container version detection https://bugzilla.redhat.com/show_bug.cgi?id=1389137 | |||
| 2016-11-14 | Added dependency of os_firewall to docker role | Russell Teague | |
| The docker role requires iptables-services to be installed. Added dependency on so_firewall role to ensure the iptables service is installed first. Currently this will only work with iptables and not with firewalld. * Added allow_duplicates to os_firewall role meta * Removed unused task from docker/tasks * Corrected os_firewall Defaults in README | |||
| 2016-11-14 | Add updates for containerized | Scott Dodson | |
| 2016-11-14 | Drop /etc/profile.d/etcdctl.sh | Scott Dodson | |
| Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd. | |||
| 2016-11-11 | Merge pull request #2770 from mtnbikenc/docker-fix | Russell Teague | |
| Resolve docker and iptables service dependencies | |||
| 2016-11-11 | Resolve docker and iptables service dependencies | Russell Teague | |
| The docker service adds rules to the iptables configuration to support proper network functionality for running containers. If the service is started prior to iptables, these rules are not properly created. * Ensure iptables is started prior to docker Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1390835 | |||
| 2016-11-10 | Merge pull request #2600 from mscherer/python3_porting | Scott Dodson | |
| Port openshift_facts to py3 | |||
| 2016-11-10 | Merge pull request #2777 from dgoodwin/jenkins-role-bindings | Scott Dodson | |
| Reconcile role bindings for jenkins pipeline during upgrade. | |||
| 2016-11-10 | Reconcile role bindings for jenkins pipeline during upgrade. | Devan Goodwin | |
| https://github.com/openshift/origin/issues/11170 for more info. | |||
| 2016-11-09 | Merge pull request #2766 from andrewklau/master | Scott Dodson | |
| Re-sync v1.4 image streams | |||
| 2016-11-09 | Fix typos in openshift_facts gce cloud provider | Scott Dodson | |
| Fixes Bug 1390160 Fixes BZ1390160 | |||
| 2016-11-09 | Re-sync v1.4 image streams | Andrew Lau | |
| 2016-11-08 | Revert "Revert openshift.node.nodename changes" | Scott Dodson | |
| 2016-11-08 | Change to allow cni deployments without openshift SDN | yfauser | |
| The roles/openshift_facts main task did not pass the cni plugin variable to the later role playbooks. The master.yaml and node.yaml templates did not allow for a cni configuration without either installing openshift sdn or nuage. This change will allow to use os_sdn_network_plugin_name=cni and set openshift_use_openshift_sdn=false for deployments that use a cni plugin that doesn't need and want openshift sdn to be installed | |||
| 2016-11-08 | Merge pull request #2753 from jkhelil/proxy_settings | Scott Dodson | |
| Always add local dns domain to no_proxy | |||
| 2016-11-08 | Merge pull request #2751 from sdodson/BZ1388253 | Scott Dodson | |
| Revert openshift.node.nodename changes | |||
| 2016-11-08 | Merge pull request #2754 from jprovaznik/flannel_prefix | Scott Dodson | |
| FIx flannel var name | |||
