Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure serial certificate generation for node and master certificates. | Andrew Butcher | 2017-01-17 | 2 | -20/+33 |
| | |||||
* | Create individual serving cert and loopback kubeconfig for additional masters. | Andrew Butcher | 2017-01-16 | 5 | -26/+32 |
| | | | | | | Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file. | ||||
* | Merge pull request #3096 from abutcher/node_ports | Scott Dodson | 2017-01-16 | 3 | -4/+21 |
|\ | | | | | Support openshift_node_port_range for configuring service NodePorts | ||||
| * | Support openshift_node_port_range for configuring service NodePorts | Clayton Coleman | 2017-01-10 | 3 | -4/+21 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #3085 from abutcher/no-nfs-group-default | Scott Dodson | 2017-01-16 | 1 | -5/+0 |
|\ \ | | | | | | | Do not default registry storage kind to 'nfs' when 'nfs' host group exists. | ||||
| * | | Do not default registry storage kind to 'nfs' when 'nfs' group exists. | Andrew Butcher | 2017-01-12 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | Merge pull request #3091 from ashcrow/modify-yaml | Andrew Butcher | 2017-01-16 | 1 | -8/+19 |
|\ \ \ | | | | | | | | | Updated modify_yaml with docstring and clarifications | ||||
| * | | | Updated modify_yaml with docstring and clarifications | Steve Milner | 2017-01-13 | 1 | -8/+19 |
| | | | | |||||
* | | | | Merge pull request #3090 from jfchevrette/fix_pv_template_spec | Andrew Butcher | 2017-01-16 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix role openshift_storage_nfs_lvm keys should be lowercase in the pv spec template | ||||
| * | | | | keys should be lowercase according to the spec | Jean-Francois Chevrette | 2017-01-12 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #3088 from jfchevrette/fix_openshift_storage_nfs_lvm | Andrew Butcher | 2017-01-16 | 2 | -2/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix role openshift_storage_nfs_lvm | ||||
| * | | | | fix when statement indentation, cast to bool | Jean-Francois Chevrette | 2017-01-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add openshift_facts as role dependency | Jean-Francois Chevrette | 2017-01-12 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge pull request #3089 from ashcrow/openshift-master-updates | Andrew Butcher | 2017-01-13 | 1 | -11/+8 |
|\ \ \ \ | |/ / / |/| | | | openshift_master filter updates | ||||
| * | | | filter: Removed unused validation calls | Steve Milner | 2017-01-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Updated initializer usage in filters | Steve Milner | 2017-01-12 | 1 | -11/+11 |
|/ / / | | | | | | | | | | | | | | | | Switched from explicit parent class usage to super(). See: https://docs.python.org/2/library/functions.html#super | ||||
* | | | Merge pull request #3087 from ashcrow/setuppy | Scott Dodson | 2017-01-12 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | Added setup.py to flake8 tests | ||||
| * | | | Added setup.py to flake8 tests | Steve Milner | 2017-01-12 | 2 | -2/+4 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | Merge pull request #3084 from tbielawa/issue_template_update | Scott Dodson | 2017-01-12 | 1 | -12/+42 |
|\ \ \ | |/ / |/| | | Another proposed update to the issue template | ||||
| * | | Another proposed update to the issue template | Tim Bielawa | 2017-01-12 | 1 | -12/+42 |
|/ / | |||||
* | | Merge pull request #3081 from lberk/master | Scott Dodson | 2017-01-12 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in inventory README.md | ||||
| * | | Fix typo in inventory README.md | Lukas Berk | 2017-01-12 | 1 | -1/+1 |
|/ / | | | | | | | libviert -> libvirt | ||||
* | | Merge pull request #3076 from ashcrow/flatten-oo-filters | Jason DeTiberus | 2017-01-11 | 1 | -896/+898 |
|\ \ | | | | | | | WIP: oo_filters: Moved static methods to functions | ||||
| * | | oo_filters: Moved static methods to functions | Steve Milner | 2017-01-11 | 1 | -896/+898 |
| | | | | | | | | | | | | | | | This change moves the static methods into functions in an effort to reduce complexity and improve readability. | ||||
* | | | Merge pull request #3079 from tbielawa/readme_release_docs | Jason DeTiberus | 2017-01-11 | 1 | -22/+40 |
|\ \ \ | | | | | | | | | first swing at release version wording | ||||
| * | | | first swing at release version wording | Tim Bielawa | 2017-01-11 | 1 | -22/+40 |
|/ / / | | | | | | | | | | clarify our branching and release compat. policy. | ||||
* | | | Merge pull request #3030 from kwoodson/yaml_editor | Scott Dodson | 2017-01-11 | 11 | -0/+2118 |
|\ \ \ | | | | | | | | | Ansible module for modifying yaml idempotently. | ||||
| * | | | Adding ability to systematically modify yaml from ansible. | Kenny Woodson | 2017-01-11 | 11 | -0/+2118 |
| |/ / | |||||
* | | | Merge pull request #3074 from tbielawa/GH3070-drainuate | Scott Dodson | 2017-01-11 | 5 | -3/+20 |
|\ \ \ | | | | | | | | | Add a fact to select --evacuate or --drain based on your OCP version | ||||
| * | | | Add a fact to select --evacuate or --drain based on your OCP version | Tim Bielawa | 2017-01-11 | 5 | -3/+20 |
| | | | | | | | | | | | | | | | | Closes #3070 | ||||
* | | | | Merge pull request #3077 from mtnbikenc/fix-tox | Jason DeTiberus | 2017-01-11 | 1 | -2/+1 |
|\ \ \ \ | |_|/ / |/| | | | Correct tox to run on Travis | ||||
| * | | | Correct tox to run on Travis | Russell Teague | 2017-01-11 | 1 | -2/+1 |
|/ / / | |||||
* | | | Merge pull request #3075 from mtnbikenc/fix-yamllint-check | Jason DeTiberus | 2017-01-11 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | [WIP] Correct return code compairison for yamllint | ||||
| * | | | Correct return code compairison for yamllint | Russell Teague | 2017-01-11 | 1 | -5/+5 |
| | | | | |||||
* | | | | Merge pull request #3073 from sdodson/branches | Scott Dodson | 2017-01-11 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Update branch status | ||||
| * | | | Update branch status | Scott Dodson | 2017-01-11 | 1 | -1/+1 |
|/ / / | | | | | | | | | | master is now applicable to v1.5 and v1.4 | ||||
* | | | Merge pull request #2881 from jcantrill/mv_metrics_to_hosted_metrics | Jason DeTiberus | 2017-01-11 | 8 | -17/+17 |
|\ \ \ | | | | | | | | | rename openshift_metrics to openshift_hosted_metrics | ||||
| * | | | rename openshift_metrics to openshift_hosted_metrics | Jeff Cantrill | 2017-01-11 | 8 | -17/+17 |
| |/ / | |||||
* | | | Merge pull request #3067 from lhuard1A/update_ec2_inventory | Jason DeTiberus | 2017-01-11 | 2 | -59/+280 |
|\ \ \ | | | | | | | | | Update aws dynamic inventory | ||||
| * | | | Update aws dynamic inventory | Lénaïc Huard | 2017-01-10 | 2 | -59/+280 |
| | | | | | | | | | | | | | | | | Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py | ||||
* | | | | Merge pull request #3072 from lhuard1A/update_gce_inventory | Jason DeTiberus | 2017-01-11 | 1 | -38/+214 |
|\ \ \ \ | | | | | | | | | | | Update gce dynamic inventory | ||||
| * | | | | Update aws dynamic inventory | Lénaïc Huard | 2017-01-11 | 1 | -38/+214 |
| | |/ / | |/| | | | | | | | | | | Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/gce.py | ||||
* | | | | Merge pull request #3071 from ashcrow/remove-print-from-tests | Jason DeTiberus | 2017-01-11 | 2 | -2/+0 |
|\ \ \ \ | | | | | | | | | | | cleanup: Removed debug prints from tests | ||||
| * | | | | cleanup: Removed debug prints from tests | Steve Milner | 2017-01-11 | 2 | -2/+0 |
| |/ / / | |||||
* | | | | Merge pull request #3069 from openshift/issue-template | Scott Dodson | 2017-01-11 | 1 | -9/+22 |
|\ \ \ \ | |/ / / |/| | | | improve issue template | ||||
| * | | | improve issue template | Scott Dodson | 2017-01-11 | 1 | -9/+22 |
| | | | | |||||
* | | | | Merge pull request #3066 from detiber/toxification | Scott Dodson | 2017-01-10 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | remove debug statement from test | ||||
| * | | | | remove debug statement from test | Jason DeTiberus | 2017-01-10 | 1 | -1/+0 |
|/ / / / | |||||
* | | | | Merge pull request #3007 from detiber/toxification | Scott Dodson | 2017-01-10 | 25 | -378/+541 |
|\ \ \ \ | | | | | | | | | | | More Toxification | ||||
| * | | | | increase test coverage | Jason DeTiberus | 2017-01-10 | 1 | -1/+1 |
| | | | | |