Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create logging deployments with non-zero replica counts | Steve Kuznetsov | 2017-05-22 | 8 | -40/+8 |
| | | | | | | | | | | | | When we currently create the set of logging `DeploymentConfig`s, we create them with zero desired replicas. This causes the deployment to immediately succeed as there is no work to be done. This inhibits our ability to use nice CLI UX features like `oc rollout status` to monitor the logging stack deployments. Instead, we should can create the configs with the correct number of replicas in the first place and stop using `oc scale` to bring them up after the fact. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | ||||
* | Pulling changes from master branch | ewolinetz | 2017-05-22 | 9 | -12/+63 |
| | |||||
* | Adding some missing changes | ewolinetz | 2017-05-22 | 1 | -1/+3 |
| | |||||
* | fixing available variables for 2.3.0 | ewolinetz | 2017-05-22 | 1 | -0/+8 |
| | |||||
* | Updating pvc generation names | ewolinetz | 2017-05-22 | 1 | -3/+20 |
| | |||||
* | updating delete_logging to use modules | ewolinetz | 2017-05-22 | 1 | -62/+47 |
| | |||||
* | Pulling in changes from master | ewolinetz | 2017-05-22 | 62 | -2701/+484 |
| | |||||
* | Decomposing openshift_logging role into subcomponent roles | ewolinetz | 2017-05-22 | 41 | -120/+2161 |
| | |||||
* | Merge pull request #4228 from etsauer/s3-required-vars | Scott Dodson | 2017-05-22 | 2 | -4/+4 |
|\ | | | | | Removing requirement to pass aws credentials | ||||
| * | Removing requirement to pass aws credentials | Eric Sauer | 2017-05-22 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #4217 from ingvagabund/move-etcd-upgrade-code-into-role | Jan Chaloupka | 2017-05-21 | 12 | -7/+222 |
|\ \ | | | | | | | Move etcd upgrade code into role | ||||
| * | | move etcd upgrade related code into etcd_upgrade role | Jan Chaloupka | 2017-05-18 | 12 | -7/+222 |
| | | | |||||
* | | | Merge pull request #4226 from mtnbikenc/fix-auditConfig | OpenShift Bot | 2017-05-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Fix auditConfig for non-HA environments | Russell Teague | 2017-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Bug 1447019 | ||||
* | | | | Merge pull request #4134 from ewolinetz/issue4111 | OpenShift Bot | 2017-05-19 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Adding assert to check for python-passlib on control host | ewolinetz | 2017-05-11 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Merge pull request #4211 from dmsimard/github_teams | OpenShift Bot | 2017-05-19 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Add teams attribute to github identity provider | David Moreau-Simard | 2017-05-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitHubIdentityProvider provides the ability to authenticate against GitHub organization teams [1]. This adds the attribute as optional so that users do not get the error "provider GitHubIdentityProvider contains unknown keys teams". [1]: https://docs.openshift.com/container-platform/3.5/install_config/configuring_authentication.html#GitHub | ||||
* | | | | | | Merge pull request #3630 from juanvallejo/jvallejo/add-etcd-volume-check | OpenShift Bot | 2017-05-19 | 2 | -0/+207 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | revert role-specific var name | juanvallejo | 2017-05-15 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'jvallejo/add-etcd-volume-check' of ↵ | juanvallejo | 2017-05-12 | 1 | -5/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | github.com:juanvallejo/openshift-ansible into jvallejo/add-etcd-volume-check | ||||
| | * | | | | | | Update variable name to standard | Rodolfo Carvalho | 2017-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It was agreed to name role variables as `r_ROLE_NAME_VARIABLE_NAME`. Giving it a try. | ||||
| | * | | | | | | Make class attribute name shorter | Rodolfo Carvalho | 2017-05-11 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | Add module docstring | Rodolfo Carvalho | 2017-05-11 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | check if hostname is in list of etcd hosts | juanvallejo | 2017-05-12 | 1 | -3/+4 |
| |/ / / / / / | |||||
| * | | | | | | Update check | Rodolfo Carvalho | 2017-05-10 | 2 | -48/+46 |
| | | | | | | | |||||
| * | | | | | | int -> float | Rodolfo Carvalho | 2017-05-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | We don't need to convert to int and then to float. Read it as float from the start. | ||||
| * | | | | | | Remove vim line | Rodolfo Carvalho | 2017-05-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | It has been agreed that we don't use it any longer. | ||||
| * | | | | | | add etcd volume check | juanvallejo | 2017-05-09 | 2 | -0/+207 |
| | | | | | | | |||||
* | | | | | | | Fix yamllint problems | Scott Dodson | 2017-05-19 | 1 | -8/+8 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | I should've noticed before merging... | ||||
* | | | | | | Merge pull request #4073 from richm/logging-es-route | Scott Dodson | 2017-05-19 | 5 | -0/+205 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add ability to expose Elasticsearch as an external route | ||||
| * | | | | | | add ability to expose Elasticsearch as an external route | Rich Megginson | 2017-05-18 | 5 | -0/+205 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to expose Elastisearch as a route outside of the cluster. - `openshift_logging_es_allow_external`: True (default is False) - if this is True, Elasticsearch will be exposed as a Route - `openshift_logging_es_ops_hostname`: The external facing hostname to use for the route and the TLS server certificate (default is "es." + `openshift_master_default_subdomain`) There are other similar parameters for the TLS server cert, key, and CA cert. There are other similar parameters for when the OPS cluster is deployed e.g. `openshift_logging_es_ops_allow_external`, etc. | ||||
* | | | | | | | Merge pull request #4094 from ashcrow/status-doesnt-exist | Jan Chaloupka | 2017-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Ensure good return code for specific until loops | ||||
| * | | | | | | | Ensure good return code for specific until loops | Steve Milner | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4128 from VincentS/Container_Registry_Firewalld | Jan Chaloupka | 2017-05-19 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added Container Registry Port 5000 to Firewalld | ||||
| * | | | | | | | | Added Docker Registry Port 5000 to Firewalld | Vincent Schwarzer | 2017-05-18 | 2 | -0/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4145 from VincentS/Calico_Parameterization | Jan Chaloupka | 2017-05-19 | 4 | -3/+32 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Parameterized Calico/Node Arguments | ||||
| * | | | | | | | | | Parameterized Calico/Node Arguments | Vincent Schwarzer | 2017-05-18 | 4 | -3/+32 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4125 from VincentS/Calico_BGP_Port | Jan Chaloupka | 2017-05-19 | 2 | -0/+9 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added Calico BGP Port 179 to Firewalld | ||||
| * | | | | | | | | | Added Calico BGP Port 179 to Firewalld | Vincent Schwarzer | 2017-05-15 | 2 | -0/+9 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4224 from VincentS/LocalTMPDir_Fix | OpenShift Bot | 2017-05-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | Localhost TMP Dir Fix | Vincent Schwarzer | 2017-05-18 | 1 | -0/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3660 from juanvallejo/jvallejo/add-etcd-clustersize-check | OpenShift Bot | 2017-05-18 | 3 | -0/+534 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | add etcd cluster size check | juanvallejo | 2017-05-17 | 3 | -0/+534 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4208 from abutcher/local-action-delegate | OpenShift Bot | 2017-05-18 | 4 | -12/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | Remove use of local_action with delegate_to and switch 'delegate_to: ↵ | Andrew Butcher | 2017-05-16 | 4 | -12/+6 |
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | localhost' temporary directory cleanup actions to local_actions. | ||||
* | | | | | | | | | | Merge pull request #4183 from jpeeler/master | OpenShift Bot | 2017-05-18 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | Fix python3 error in repoquery | Jeff Peeler | 2017-05-13 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly convert from bytes to string so that splitting the string is successful. This change works with python 2 as well. Closes #4182 | ||||
* | | | | | | | | | | | Merge pull request #3914 from rikkuness/yaml_newline | OpenShift Bot | 2017-05-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | | Prevent line wrap in yaml dump of IDP, fixes #3912 | Darrian | 2017-04-12 | 1 | -0/+1 |
| | | | | | | | | | | | |