Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation to make yamllint happy | Vadim Rutkovsky | 2018-02-10 | 2 | -9/+9 |
| | | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | ||||
* | Verify that requested services have schedulable nodes matching the selectors | Vadim Rutkovsky | 2018-02-10 | 4 | -0/+28 |
| | | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com> | ||||
* | Merge pull request #6960 from ewolinetz/metrics_pvc_idempotence | Scott Dodson | 2018-02-02 | 2 | -32/+49 |
|\ | | | | | Conditionally create pvcs for metrics depending on whether or not it … | ||||
| * | Conditionally create pvcs for metrics depending on whether or not it already ↵ | Eric Wolinetz | 2018-01-31 | 2 | -32/+49 |
| | | | | | | | | exists | ||||
* | | Only perform console configmap ops when >= 3.9 | Scott Dodson | 2018-01-31 | 2 | -2/+6 |
|/ | |||||
* | Remove old assetConfig from master-config.yaml | Samuel Padgett | 2018-01-25 | 1 | -1/+1 |
| | | | | | | | | The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9 | ||||
* | failed_when lists are implicitely ANDs, not ORs | Vadim Rutkovsky | 2018-01-22 | 1 | -6/+2 |
| | | | | | See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690 | ||||
* | Remove old console asset config | Samuel Padgett | 2018-01-19 | 2 | -6/+1 |
| | | | | Stop writing deprecated config to the console config map. | ||||
* | Bug 1535947: Fix missing task in metrics, logging uninstall playbooks | Samuel Padgett | 2018-01-18 | 1 | -4/+4 |
| | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1535947 | ||||
* | Check rc for commands with openshift_client_binary and failed_when | Vadim Rutkovsky | 2018-01-17 | 1 | -2/+6 |
| | | | | This might mask some failures and continue instead of a failure | ||||
* | Update console config for API changes | Samuel Padgett | 2018-01-16 | 1 | -2/+7 |
| | |||||
* | Install web console server | Samuel Padgett | 2018-01-05 | 3 | -0/+24 |
| | |||||
* | Remove references to deployment_type | Michael Gugino | 2017-12-21 | 1 | -2/+2 |
| | | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now. | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 12 | -20/+20 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 2 | -3/+3 |
| | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -3/+3 |
| | |||||
* | Include Deprecation - openshift-metrics | Russell Teague | 2017-11-22 | 7 | -21/+21 |
| | |||||
* | Merge pull request #5414 from ekuric/pvc_dynamic_metrics | OpenShift Merge Robot | 2017-10-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. updated dynamic storage section for openshift metrics updated dynamic storage section for openshift metrics to support storage class name Signed-off-by: Elvir Kuric <elvirkuric@gmail.com> | ||||
| * | updated dynamic provision section for openshift metrics to support | Elvir Kuric | 2017-09-14 | 1 | -0/+1 |
| | | | | | | | | | | | | storage class name Signed-off-by: Elvir Kuric <elvirkuric@gmail.com> | ||||
* | | Reverting using uninstall variables for logging and metrics | Eric Wolinetz | 2017-09-29 | 1 | -1/+1 |
| | | |||||
* | | OpenShift-Ansible Installer Checkpointing | Russell Teague | 2017-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install | ||||
* | | Updating default behavior for installing metrics and logging. Separating out ↵ | Eric Wolinetz | 2017-09-22 | 1 | -1/+7 |
| | | | | | | | | uninstall to own variable | ||||
* | | Merge pull request #5309 from vshn/metrics-annot1 | OpenShift Merge Robot | 2017-09-21 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue Support setting annotations on Hawkular route Our setup uses annotations to request a separate component, namely the ACME Controller[1], to request domain-validated certificates from the Let's Encrypt CA. By setting the necessary annotation via Ansible rather than manually the system will automatically retrieve a certificate. [1] https://github.com/tnozicka/openshift-acme | ||||
| * | Support setting annotations on Hawkular route | Michael Hanselmann | 2017-09-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Our setup uses annotations to request a separate component, namely the ACME Controller[1], to request domain-validated certificates from the Let's Encrypt CA. By setting the necessary annotation via Ansible rather than manually the system will automatically retrieve a certificate. [1] https://github.com/tnozicka/openshift-acme | ||||
* | | Improve searching when conditions for Jinja2 delimiters | Russell Teague | 2017-09-11 | 1 | -1/+1 |
|/ | |||||
* | Remove additional 'restart master' handler references. | Andrew Butcher | 2017-08-09 | 1 | -1/+0 |
| | |||||
* | Fixing SA and clusterrole namespaces | ewolinetz | 2017-08-02 | 2 | -2/+2 |
| | |||||
* | Updating metrics role to create serviceaccounts and roles immediately | ewolinetz | 2017-07-28 | 2 | -0/+21 |
| | |||||
* | Merge pull request #4855 from mwringe/hawkular-namespace-listener-update | Scott Dodson | 2017-07-26 | 2 | -1/+26 |
|\ | | | | | Metrics: grant hawkular namespace listener role | ||||
| * | Metrics: grant hawkular namespace listener role | mwringe | 2017-07-24 | 2 | -1/+26 |
| | | |||||
* | | Removing nolog from htpasswd invocation so not to supress errors | ewolinetz | 2017-07-24 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #4596 from steveteuber/patch-2 | Scott Dodson | 2017-06-29 | 1 | -1/+1 |
|\ | | | | | Fix generate role binding destination for the HOSA service account | ||||
| * | Fix generate role binding destination for the HOSA service account | Steve Teuber | 2017-06-29 | 1 | -1/+1 |
| | | | | | | | | The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47 | ||||
* | | Adding become: false to local_action tasks | ewolinetz | 2017-06-29 | 3 | -0/+7 |
|/ | |||||
* | Fixing quote issue. | Kenny Woodson | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Fix for dynamic pvs when using storageclasses. | Kenny Woodson | 2017-06-21 | 1 | -2/+1 |
| | |||||
* | Merge pull request #4377 from mwringe/hawkular_openshift_agent | OpenShift Bot | 2017-06-14 | 6 | -3/+100 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Support installing HOSA via ansible | mwringe | 2017-06-13 | 6 | -3/+100 |
| | | |||||
* | | Merge pull request #4302 from ewolinetz/pv_node_selectors | OpenShift Bot | 2017-06-13 | 1 | -1/+3 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Allowing openshift_metrics to specify PV selectors and allow way to define ↵ | ewolinetz | 2017-05-26 | 1 | -1/+3 |
| | | | | | | | | | | | | selectors when creating pv | ||||
* | | | Use volume.beta.kubernetes.io annotation for storage-classes | Per Carlson | 2017-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | fix up openshift-ansible for use with 'oc cluster up' | Jeff Cantrill | 2017-06-06 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Updating python-passlib assert | ewolinetz | 2017-05-25 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | |||||
* | | Localhost TMP Dir Fix | Vincent Schwarzer | 2017-05-18 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #4026 from ewolinetz/cherry_picks_15 | OpenShift Bot | 2017-05-08 | 1 | -2/+5 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Updating logging and metrics to restart api, ha and controllers when ↵ | ewolinetz | 2017-04-28 | 1 | -2/+5 |
| | | | | | | | | updating master config | ||||
* | | Modified pick from release-1.5 for updating hawkular htpasswd generation | ewolinetz | 2017-05-02 | 1 | -7/+9 |
| | | |||||
* | | Don't double quote when conditions | Scott Dodson | 2017-05-01 | 7 | -12/+12 |
| | |