summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-04Merge pull request #4673 from enoodle/allow_manageiq_to_read_logsScott Dodson
Adding pods/logs to manageiq role
2017-08-04Merge pull request #4978 from ewolinetz/bz1477440Scott Dodson
Fixing SA and clusterrole namespaces
2017-08-04Merge pull request #4964 from abutcher/py3-expiryOpenShift Bot
Merged by openshift-bot
2017-08-04Merge pull request #4996 from jkaurredhat/installer-1.7Scott Dodson
Quick Installer should specify which config file to edit.
2017-08-04Merge pull request #4992 from ilackarms/cfme-take2Scott Dodson
only provision nfs PVs if cloud_provider not defined
2017-08-04Merge pull request #5003 from sosiouxme/20170804-oc-clientScott Dodson
Origin image build: add oc client
2017-08-04Merge pull request #4925 from ↵OpenShift Bot
ingvagabund/set-openshift_version-to-openshift_common_version_if_empty Merged by openshift-bot
2017-08-04Origin image build: add oc clientLuke Meyer
The oc client was left out with the move away from playbook2image. However it is needed in the image for the `oc cluster up` use case for installing logging or metrics. This change adds oc via the latest signed and released client RPM, which requires adding the centos-openshift-origin repo to the image.
2017-08-04Merge pull request #4999 from jarrpa/null-file-fixScott Dodson
GlusterFS: Don't use /dev/null for empty file.
2017-08-04Merge pull request #5002 from sdodson/v37Scott Dodson
Add v3.7 hosted templates
2017-08-04Add v3.7 hosted templatesScott Dodson
2017-08-04Merge pull request #4789 from ↵Jan Chaloupka
ingvagabund/allow-to-specify-docker-registry-for-system-containers Allow to specify docker registry for system containers
2017-08-04GlusterFS: Don't use /dev/null for empty file.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1478198 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-08-04Quick Installer should specify which config file to edit.jkaurredhat
Fixes bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=1460353 Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-08-03nfs only run if cloud_provider not definedScott Weiss
2017-08-03Merge pull request #4988 from stevekuznetsov/skuznets/tolerate-3.7Scott Dodson
Update version checks to tolerate 3.7
2017-08-03Default gte_3_7 to falseScott Dodson
2017-08-03Add v3.7 contentScott Dodson
2017-08-03Update version checks to tolerate 3.7Steve Kuznetsov
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-08-03adding pods/logs to manageiq roleErez Freiberger
This will allow manageiq to read the logs from elasticsearch in the logging project. Also, adding role to correct user and as clusterrole
2017-08-02Merge pull request #3043 from jkhelil/scaleup_etcdScott Dodson
Add etcd scaleup playbook
2017-08-02Merge pull request #4981 from jarrpa/heketi-key-fixScott Dodson
GlusterFS: Copy SSH private key to master node.
2017-08-02Merge pull request #4969 from sosiouxme/20170801-tolerate-ovs-beyond-36OpenShift Bot
Merged by openshift-bot
2017-08-02GlusterFS: Copy SSH private key to master node.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1477718 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-08-02Fixing SA and clusterrole namespacesewolinetz
2017-08-02package_version check: tolerate release version 3.7Luke Meyer
Addresses issue https://github.com/openshift/openshift-ansible/issues/4967 For now, any version >= 3.6 is handled as if it were 3.6. We may want to keep that or fine-tune it later. Also, the ovs_version check is not updated. This is a post-install health check (does not block install/upgrade) with an update already in progress so will be addressed there.
2017-08-02Merge pull request #4968 from sdodson/cfme-imagesOpenShift Bot
Merged by openshift-bot
2017-08-02Merge pull request #4976 from kprabhak/kp-calico-updatesScott Dodson
Missing space
2017-08-02Missing spaceKarthik Prabhakar
2017-08-02Merge pull request #4850 from kwoodson/normalize_logging_entryScott Dodson
Normalize logging entry point to include std_include.
2017-08-02Merge pull request #4958 from sdodson/logging-metrics-imagetagScott Dodson
Switch logging and metrics OCP image tag from 3.6.0 to v3.6
2017-08-02Merge pull request #4592 from juanvallejo/jvallejo/verify-fluentd-logging-configOpenShift Bot
Merged by openshift-bot
2017-08-02Merge pull request #4916 from richm/mux-client-modeOpenShift Bot
Merged by openshift-bot
2017-08-01Merge pull request #4949 from carlpett/patch-1OpenShift Bot
Merged by openshift-bot
2017-08-01Merge pull request #4961 from jarrpa/minor-namespace-fixScott Dodson
GlusterFS: Check for namespace if deploying a StorageClass
2017-08-01Merge pull request #4894 from tbielawa/reg-dns-scaleup-bz1469336OpenShift Bot
Merged by openshift-bot
2017-08-01add fluentd logging driver config checkjuanvallejo
2017-08-01Paren wrap integration print().Andrew Butcher
2017-08-01Update openshift_cert_expiry for py3 support.Andrew Butcher
2017-08-01Use enterprise images for CFME enterprise deploymentsScott Dodson
2017-08-01use mux_client_mode instead of use_mux_clientRich Megginson
Instead of the `openshift_logging_use_mux_client` boolean parameter, use `openshift_logging_mux_client_mode` which will allow us to support different mux client use cases: The value `maximal` will cause Fluentd to perform as much of the processing as possible at the local node. This currently means all of the processing *except* for the Kubernetes metadata processing, which will be done by mux. This is the currently recommended mode to use due to current scaling issues. The value `minimal` means that Fluentd will do *no* processing at all, and send the raw logs to mux for processing. This is currently not recommended to use due to current scaling issues. Ansible will warn you if you try to use this mode. `MUX_ALLOW_EXTERNAL` is no longer needed in the mux dc. mux now always operates to process external logs. The ansible setting `openshift_logging_mux_allow_external` is still required in order to set up the mux service to accept connections from outside of the cluster.
2017-08-01Merge pull request #4700 from sdodson/rate-limitOpenShift Bot
Merged by openshift-bot
2017-08-01GlusterFS: Check for namespace if deploying a StorageClassJose A. Rivera
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-08-01Switch logging and metrics OCP image tag from 3.6.0 to v3.6Scott Dodson
2017-08-01Merge pull request #4912 from abutcher/openshift-node-factsOpenShift Bot
Merged by openshift-bot
2017-07-31Merge pull request #4954 from kwoodson/storageclass_doc_fixScott Dodson
Fixing storageclass doc variable.
2017-07-31Merge pull request #4900 from ↵OpenShift Bot
ingvagabund/move-common-openshift-node-systemd-unit-tasks-into-separete-files Merged by openshift-bot
2017-07-31Fixing storageclass doc variable.Kenny Woodson
2017-07-31Merge pull request #4952 from jarrpa/namespace_fixScott Dodson
GlusterFS: Fix variable names in defaults.
2017-07-31GlusterFS: Fix variable names in defaults.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>