| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-16 | Merge pull request #3096 from abutcher/node_ports | Scott Dodson | |
| Support openshift_node_port_range for configuring service NodePorts | |||
| 2017-01-16 | Merge pull request #3085 from abutcher/no-nfs-group-default | Scott Dodson | |
| Do not default registry storage kind to 'nfs' when 'nfs' host group exists. | |||
| 2017-01-16 | Merge pull request #3091 from ashcrow/modify-yaml | Andrew Butcher | |
| Updated modify_yaml with docstring and clarifications | |||
| 2017-01-16 | Merge pull request #3090 from jfchevrette/fix_pv_template_spec | Andrew Butcher | |
| Fix role openshift_storage_nfs_lvm keys should be lowercase in the pv spec template | |||
| 2017-01-16 | Merge pull request #3088 from jfchevrette/fix_openshift_storage_nfs_lvm | Andrew Butcher | |
| Fix role openshift_storage_nfs_lvm | |||
| 2017-01-13 | Updated modify_yaml with docstring and clarifications | Steve Milner | |
| 2017-01-13 | Merge pull request #3089 from ashcrow/openshift-master-updates | Andrew Butcher | |
| openshift_master filter updates | |||
| 2017-01-12 | keys should be lowercase according to the spec | Jean-Francois Chevrette | |
| 2017-01-12 | filter: Removed unused validation calls | Steve Milner | |
| The parent class for filters in openshift_master defines a validate method which does nothing. This change removes calls to this method while leaving the validation implementations as is. | |||
| 2017-01-12 | Updated initializer usage in filters | Steve Milner | |
| Switched from explicit parent class usage to super(). See: https://docs.python.org/2/library/functions.html#super | |||
| 2017-01-12 | fix when statement indentation, cast to bool | Jean-Francois Chevrette | |
| 2017-01-12 | add openshift_facts as role dependency | Jean-Francois Chevrette | |
| 2017-01-12 | Merge pull request #3087 from ashcrow/setuppy | Scott Dodson | |
| Added setup.py to flake8 tests | |||
| 2017-01-12 | Added setup.py to flake8 tests | Steve Milner | |
| Added setup.py to flake8 tests since it is code. Also minor updates to slightly modernize. Note: In the future {#} should probably be ported to {} as numbering is no longer needed (and disliked by many). | |||
| 2017-01-12 | Merge pull request #3084 from tbielawa/issue_template_update | Scott Dodson | |
| Another proposed update to the issue template | |||
| 2017-01-12 | Do not default registry storage kind to 'nfs' when 'nfs' group exists. | Andrew Butcher | |
| This makes it possible to use openshift-ansible configured nfs for hosted components other than the registry while also configuring empty-dir registry storage (no openshift_hosted_registry_storage_kind set). | |||
| 2017-01-12 | Another proposed update to the issue template | Tim Bielawa | |
| 2017-01-12 | Merge pull request #3081 from lberk/master | Scott Dodson | |
| Fix typo in inventory README.md | |||
| 2017-01-12 | Fix typo in inventory README.md | Lukas Berk | |
| libviert -> libvirt | |||
| 2017-01-11 | Merge pull request #3076 from ashcrow/flatten-oo-filters | Jason DeTiberus | |
| WIP: oo_filters: Moved static methods to functions | |||
| 2017-01-11 | Merge pull request #3079 from tbielawa/readme_release_docs | Jason DeTiberus | |
| first swing at release version wording | |||
| 2017-01-11 | first swing at release version wording | Tim Bielawa | |
| clarify our branching and release compat. policy. | |||
| 2017-01-11 | Merge pull request #3030 from kwoodson/yaml_editor | Scott Dodson | |
| Ansible module for modifying yaml idempotently. | |||
| 2017-01-11 | Merge pull request #3074 from tbielawa/GH3070-drainuate | Scott Dodson | |
| Add a fact to select --evacuate or --drain based on your OCP version | |||
| 2017-01-11 | Merge pull request #3077 from mtnbikenc/fix-tox | Jason DeTiberus | |
| Correct tox to run on Travis | |||
| 2017-01-11 | Correct tox to run on Travis | Russell Teague | |
| 2017-01-11 | Adding ability to systematically modify yaml from ansible. | Kenny Woodson | |
| 2017-01-11 | oo_filters: Moved static methods to functions | Steve Milner | |
| This change moves the static methods into functions in an effort to reduce complexity and improve readability. | |||
| 2017-01-11 | Merge pull request #3075 from mtnbikenc/fix-yamllint-check | Jason DeTiberus | |
| [WIP] Correct return code compairison for yamllint | |||
| 2017-01-11 | Correct return code compairison for yamllint | Russell Teague | |
| 2017-01-11 | Add a fact to select --evacuate or --drain based on your OCP version | Tim Bielawa | |
| Closes #3070 | |||
| 2017-01-11 | Merge pull request #3073 from sdodson/branches | Scott Dodson | |
| Update branch status | |||
| 2017-01-11 | Update branch status | Scott Dodson | |
| master is now applicable to v1.5 and v1.4 | |||
| 2017-01-11 | Merge pull request #2881 from jcantrill/mv_metrics_to_hosted_metrics | Jason DeTiberus | |
| rename openshift_metrics to openshift_hosted_metrics | |||
| 2017-01-11 | Merge pull request #3067 from lhuard1A/update_ec2_inventory | Jason DeTiberus | |
| Update aws dynamic inventory | |||
| 2017-01-11 | Merge pull request #3072 from lhuard1A/update_gce_inventory | Jason DeTiberus | |
| Update gce dynamic inventory | |||
| 2017-01-11 | Merge pull request #3071 from ashcrow/remove-print-from-tests | Jason DeTiberus | |
| cleanup: Removed debug prints from tests | |||
| 2017-01-11 | Merge pull request #3069 from openshift/issue-template | Scott Dodson | |
| improve issue template | |||
| 2017-01-11 | rename openshift_metrics to openshift_hosted_metrics | Jeff Cantrill | |
| 2017-01-11 | Update aws dynamic inventory | Lénaïc Huard | |
| Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/gce.py | |||
| 2017-01-11 | improve issue template | Scott Dodson | |
| 2017-01-11 | cleanup: Removed debug prints from tests | Steve Milner | |
| 2017-01-10 | Merge pull request #3066 from detiber/toxification | Scott Dodson | |
| remove debug statement from test | |||
| 2017-01-10 | remove debug statement from test | Jason DeTiberus | |
| 2017-01-10 | Merge pull request #3007 from detiber/toxification | Scott Dodson | |
| More Toxification | |||
| 2017-01-10 | Support openshift_node_port_range for configuring service NodePorts | Clayton Coleman | |
| Sets the appropriate config field if openshift_node_port_range is set and also configures filewalls on each node. firewalld already supports port ranges like "30000-32000", while iptables needs that value converted to the correct "30000:32000" form for use with `--dport`. If not set, no node ports are opened. | |||
| 2017-01-10 | Merge pull request #3065 from ashcrow/rpmrebuilddb | Andrew Butcher | |
| Workaround for dnf+docker version race condition | |||
| 2017-01-10 | Workaround for dnf+docker version race condition | Steve Milner | |
| In some versions of dnf the rpm database can require maintenance after usage. Unfortunately, this trips up get_version_output in the openshift_facts library as the maintenance may interrupt the STDOUT stream. This makes the resulting data returned from get_version_output malformed and unparsable. This change adds an rpm --rebuilddb command before requesting docker version output when the ansible package manager is dnf. This causes the STDOUT maintenance messages to no longer interrupt the expected yaml stream as well as releases locks in the rpm database. | |||
| 2017-01-10 | Merge pull request #3060 from abutcher/return-deps-to-roles | Scott Dodson | |
| Return role dependencies to roles for openshift_{hosted,master,node} | |||
| 2017-01-10 | Merge pull request #2975 from sjug/soft-reset | Jason DeTiberus | |
| Partial uninstall functionality | |||
