summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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>
2017-07-31Merge pull request #4919 from srampal/contiv_1.1.1Scott Dodson
Some automation fixes for contiv GUI/auth_proxy & vxlan mode
2017-07-31Fix aws_secret_key checkCalle Pettersson
2017-07-29Merge pull request #4933 from kwoodson/policy_to_bindingOpenShift Bot
Merged by openshift-bot
2017-07-28Merge pull request #4943 from jcantrill/file_buffer_masterScott Dodson
Impl fluentd file buffer
2017-07-28Merge pull request #4918 from sdodson/fix-sysconfig-checkOpenShift Bot
Merged by openshift-bot
2017-07-28Merge pull request #4931 from ewolinetz/bz1476195Scott Dodson
Updating metrics role to create serviceaccounts and roles immediately
2017-07-28Impl fluentd file bufferNoriko Hosoi
(cherry picked from commit 231a7c4ce27ff944d9e14169062f487f57c94dd6)
2017-07-28Merge pull request #4879 from jcantrill/oc_pvcOpenShift Bot
Merged by openshift-bot
2017-07-28Use existing OPENSHIFT_DEFAULT_REGISTRY setting during masters scaleupTim Bielawa
Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5 to 3.6, any masters which are later added via the scaleup playbooks are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is inconsistent with the already configured masters. * OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master * The new scaleup master has a fact set noting it is a scaleup host * The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the default for 3.6, which is to use a hard-coded registry value of 'docker-registry.default.svc:5000' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336
2017-07-28Remove cluster in favor of rolebindings.Kenny Woodson
2017-07-28Merge pull request #4878 from mtnbikenc/refactor-bios-versionOpenShift Bot
Merged by openshift-bot
2017-07-28Updating metrics role to create serviceaccounts and roles immediatelyewolinetz
2017-07-28Merge pull request #4926 from jarrpa/glusterfs-mixed-namespaceScott Dodson
GlusterFS: Use default namespace when not native.
2017-07-28GlusterFS: Use default namespace when not native.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-28Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-inputOpenShift Bot
Merged by openshift-bot
2017-07-28Merge pull request #4923 from ↵John Lamb
openshift/revert-4372-jvallejo/verify-disk-memory-before-upgrade Revert "Add health checks to upgrade playbook"
2017-07-28Revert "Add health checks to upgrade playbook"Rodolfo Carvalho
2017-07-28Merge pull request #4372 from ↵Rodolfo Carvalho
juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook
2017-07-28move common tasks to a single file included by both systemd_units.ymlJan Chaloupka
2017-07-27Fixes for auth_proxy, vxlan modeSanjeev Rampal
2017-07-27Merge pull request #4897 from ↵Scott Dodson
ingvagabund/backport-4403-to-openshift-node-upgrade-role backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to openshift_node_upgrade
2017-07-27Merge pull request #3877 from wkshi/bugfix-1422541-masterScott Dodson
Fix BZ#1422541 BZ#1440586 BZ#1440612 BZ#1440617 on master branch
2017-07-27Tolerate non existence of /etc/sysconfig/atomic-openshift-masterScott Dodson
2017-07-27Merge pull request #4905 from jarrpa/group-facts-fixScott Dodson
Add glusterfs_registry hosts to oo_all_hosts.