summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-03cli_image: do not require Docker when using CRI-OGiuseppe Scrivano
Use atomic to copy the CLI binaries to the host. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03cri-o: skip Set precise containerized version checkGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03cri-o: skip Docker version testGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03cri-o: use only images from Docker HubGiuseppe Scrivano
For the time being it won't be added to the Red Hat registry, so use only what is available on Docker Hub. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03cri-o: Enable systemd-modules-load if requiredSteve Milner
If we had to drop the overlay file in /etc/modules-load.d/ then enable the systemd-modules-load service and make sure it runs.
2017-08-03openshift_node: fix typo for experimental-criSteve Milner
2017-08-03cri-o: Fix node template to use full variableSteve Milner
2017-08-03cri-o: Ensure overlay is availableSteve Milner
Some distro releases may not have overlay loaded into the kernel. This change looks for overlay via lsmod and, if it isn't already there, uses modprobe to load it in and then drops a load config into /etc/modules-load.d/overlay.conf.
2017-08-03cri-o: Default insecure registries to ""Steve Milner
2017-08-03crio: use a template for the configurationGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03openshift_docker_facts: Add use_crioSteve Milner
2017-08-03cri-o: Minor fixes for tasksSteve Milner
2017-08-03cri-o: Hardcode image name to cri-oSteve Milner
2017-08-03cri-o: Add cri-o as a Wants in node unitsSteve Milner
2017-08-03cri-o: configure storage and insecure registriesGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03node.yaml: configure node to use cri-o when openshift.common.use_crioGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03inventory: Add use_crio exampleSteve Milner
2017-08-03cri-o: Allow cri-o usage.Steve Milner
This change reuses the docker role to inject cri-o usage.
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-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