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 | 2 | -17/+29 |
| | | | | | | 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 #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 |
| | | | |||||
* | | | 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 #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 |
| | | | |||||
* | | | Add a fact to select --evacuate or --drain based on your OCP version | Tim Bielawa | 2017-01-11 | 2 | -0/+17 |
|/ / | | | | | | | Closes #3070 | ||||
* | | rename openshift_metrics to openshift_hosted_metrics | Jeff Cantrill | 2017-01-11 | 7 | -16/+16 |
| | | |||||
* | | Merge pull request #3007 from detiber/toxification | Scott Dodson | 2017-01-10 | 2 | -25/+21 |
|\ \ | | | | | | | More Toxification | ||||
| * | | More toxification | Jason DeTiberus | 2017-01-10 | 2 | -25/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils | ||||
* | | | Merge pull request #3065 from ashcrow/rpmrebuilddb | Andrew Butcher | 2017-01-10 | 1 | -0/+12 |
|\ \ \ | |_|/ |/| | | Workaround for dnf+docker version race condition | ||||
| * | | Workaround for dnf+docker version race condition | Steve Milner | 2017-01-10 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #3060 from abutcher/return-deps-to-roles | Scott Dodson | 2017-01-10 | 3 | -3/+73 |
|\ \ \ | |_|/ |/| | | Return role dependencies to roles for openshift_{hosted,master,node} | ||||
| * | | Move role dependencies out of playbooks for openshift_master, openshift_node ↵ | Andrew Butcher | 2017-01-09 | 3 | -3/+73 |
| | | | | | | | | | | | | and openshift_hosted. | ||||
* | | | Merge pull request #3055 from abutcher/openshift_image_tag=latest | Scott Dodson | 2017-01-09 | 3 | -6/+7 |
|\ \ \ | | | | | | | | | Fix openshift_image_tag=latest. | ||||
| * | | | Fix openshift_image_tag=latest. | Andrew Butcher | 2017-01-09 | 3 | -6/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #2909 from mtnbikenc/firewalld | Scott Dodson | 2017-01-09 | 5 | -18/+26 |
|\ \ \ | |/ / |/| | | Enable firewalld by default | ||||
| * | | Enable firewalld by default | Russell Teague | 2016-12-14 | 5 | -18/+26 |
| | | | |||||
* | | | Merge pull request #3015 from smarterclayton/future_versions_master | Scott Dodson | 2017-01-08 | 4 | -5/+17 |
|\ \ \ | | | | | | | | | Add future versions to openshift_facts | ||||
| * | | | Add future versions to openshift_facts | Clayton Coleman | 2017-01-04 | 4 | -5/+17 |
| | | | | |||||
* | | | | Merge pull request #3054 from sdodson/fix-repo-bools | Scott Dodson | 2017-01-06 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Fix repo defaults | ||||
| * | | | Fix repo defaults | Scott Dodson | 2017-01-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #3039 from tbielawa/gh3020 | Scott Dodson | 2017-01-06 | 2 | -4/+9 |
|\ \ \ \ | |/ / / |/| | | | Add required python-six package to installation | ||||
| * | | | Add required python-six package to installation | Tim Bielawa | 2017-01-04 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | * Moves package list into a defaults/main.yml file * Closes #3020 | ||||
* | | | | Re-add when condition which was removed mistakenly in #3036 | Maciej Szulik | 2017-01-05 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #3036 from soltysh/docker_registry_volume | Scott Dodson | 2017-01-05 | 1 | -6/+5 |
|\ \ \ \ | | | | | | | | | | | Fix jsonpath expected output when checking registry volume secrets | ||||
| * | | | | Fix jsonpath expected output when checking registry volume secrets | Maciej Szulik | 2017-01-05 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition. | ||||
* | | | | | logging-deployer pull fixes from origin-aggregated-logging/#317 | Scott Dodson | 2017-01-05 | 2 | -5/+0 |
| | | | | | |||||
* | | | | | Merge pull request #3033 from abutcher/openshift-enable-origin-repo | Scott Dodson | 2017-01-05 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Cast openshift_enable_origin_repo to bool. | ||||
| * | | | | | Cast openshift_enable_origin_repo to bool. | Andrew Butcher | 2017-01-04 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3008 from bigbank-as/feature/nfs-reclaim-option | Scott Dodson | 2017-01-05 | 3 | -1/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm role | ||||
| * | | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm role | Ando Roots | 2016-12-22 | 3 | -1/+17 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This allows to choose which volume reclamation policy to use when provisioning storage with `openshift_storage_nfs_lvm`. | ||||
* | | | | | Merge pull request #3040 from sdodson/issue3025 | Scott Dodson | 2017-01-04 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Enable repos defined in openshift_additional_repos by default | ||||
| * | | | | Enable repos defined in openshift_additional_repos by default | Scott Dodson | 2017-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Fixes #3025 | ||||
* | | | | | Update CFME template to point to GA build | Satoe Imaishi | 2017-01-04 | 1 | -5/+5 |
|/ / / / | |||||
* / / / | Add templates for CFME Beta pod images | Satoe Imaishi | 2016-12-22 | 3 | -0/+505 |
|/ / / | |||||
* / / | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 3 | -20/+27 |
|/ / | | | | | | | versions | ||||
* | | Merge pull request #2829 from tbielawa/cert_expiry_updates | Tim Bielawa | 2016-12-19 | 3 | -9/+60 |
|\ \ | | | | | | | Cert expiry updates | ||||
| * | | Update the openshift-certificate-expiry README to reflect latest | Tim Bielawa | 2016-12-19 | 1 | -7/+13 |
| | | | | | | | | | | | | changes | ||||
| * | | Check embedded etcd certs now, too | Tim Bielawa | 2016-12-15 | 1 | -4/+44 |
| | | | | | | | | | | | | | | | * Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264 | ||||
| * | | Include 'total' and 'ok' in check results | Tim Bielawa | 2016-12-15 | 2 | -1/+6 |
| |/ | | | | | | | * Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263 | ||||
* / | Deprecate node 'evacuation' with 'drain' | Tim Bielawa | 2016-12-16 | 1 | -1/+1 |
|/ | | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation | ||||
* | Fix access_modes initialization | Luis Fernandez Alvarez | 2016-12-13 | 1 | -3/+9 |
| | |||||
* | Merge pull request #2964 from mtnbikenc/linting-refactor | Tim Bielawa | 2016-12-12 | 40 | -345/+354 |
|\ | | | | | YAML Linting with CI checking | ||||
| * | YAML Linting | Russell Teague | 2016-12-12 | 40 | -345/+354 |
| | | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | | Limit node certificate SAN to node hostnames/ips. | Andrew Butcher | 2016-12-09 | 1 | -7/+7 |
|/ |