Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new election mode (client based) instead of direct etcd access | Clayton Coleman | 2017-08-08 | 1 | -3/+2 |
| | |||||
* | Remove the origin-master.service and associated files | Clayton Coleman | 2017-08-08 | 13 | -238/+40 |
| | | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8. | ||||
* | Make native clustering the default everywhere | Clayton Coleman | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Warn when user has no etcd group member nodes | Clayton Coleman | 2017-08-08 | 1 | -0/+6 |
| | | | | This will be removed from support in a future release | ||||
* | Merge pull request #4739 from kwoodson/openshift_facts_refactor | Scott Dodson | 2017-08-08 | 18 | -200/+152 |
|\ | | | | | Reduce openshift_facts dependencies. | ||||
| * | Fix lint errors | Scott Dodson | 2017-08-07 | 1 | -2/+1 |
| | | |||||
| * | integration tests: keep openshift_version happy | Luke Meyer | 2017-08-07 | 10 | -55/+18 |
| | | |||||
| * | New pattern involves startup and initializing through the std_include.yml | Kenny Woodson | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | papr: Update to use v3.6.0 images | Steve Milner | 2017-08-04 | 1 | -1/+1 |
| | | |||||
| * | Removing tasks from module openshift_facts. | Kenny Woodson | 2017-08-04 | 7 | -143/+133 |
| | | |||||
* | | Merge pull request #4802 from jkaurredhat/metrics_1.6 | Scott Dodson | 2017-08-07 | 1 | -1/+1 |
|\ \ | | | | | | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423 | ||||
| * | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423 | jkaurredhat | 2017-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Customer confirmed changing KUBERNETES_MASTER_URL and env parameter MASTER_URL value from default value "https://kubernetes.default.svc.cluster.local" to "https://kubernetes.default.svc" solved the issue. Signed-off-by: jkaurredhat <jkaur@redhat.com> | ||||
* | | | Merge pull request #4909 from jarrpa/glusterfs_name-fix | Scott Dodson | 2017-08-07 | 4 | -9/+9 |
|\ \ \ | | | | | | | | | GlusterFS: Default glusterfs_name in loop items. | ||||
| * | | | GlusterFS: Default glusterfs_name in loop items. | Jose A. Rivera | 2017-07-28 | 4 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4745 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | Merge pull request #5004 from ewolinetz/master_fix_logging_pvc_gen | Scott Dodson | 2017-08-07 | 1 | -36/+47 |
|\ \ \ \ | | | | | | | | | | | Updating PVC generation to only be done if the pvc does not already e… | ||||
| * | | | | Updating PVC generation to only be done if the pvc does not already exist to ↵ | ewolinetz | 2017-08-04 | 1 | -36/+47 |
| | | | | | | | | | | | | | | | | | | | | avoid idempotent issues | ||||
* | | | | | Merge pull request #4960 from ↵ | OpenShift Bot | 2017-08-07 | 4 | -5/+115 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | juanvallejo/jvallejo/verify-disk-memory-before-upgrade-no-flake Merged by openshift-bot | ||||
| * | | | | | add pre-flight checks to ugrade path | juanvallejo | 2017-08-02 | 4 | -5/+115 |
| | | | | | | |||||
* | | | | | | Merge pull request #5009 from enoodle/manageiq_readme | Scott Dodson | 2017-08-07 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Adding README for openshift_manageiq | ||||
| * | | | | | adding readme for openshift_manageiq | Erez Freiberger | 2017-08-07 | 1 | -0/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #4898 from giuseppe/cri-o | OpenShift Bot | 2017-08-04 | 17 | -34/+444 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | cri-o: configure the CNI network | Giuseppe Scrivano | 2017-08-04 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cri-o: Restart cri-o after openshift sdn installation | Steve Milner | 2017-08-03 | 1 | -0/+7 |
| | | | | | | |||||
| * | | | | | cri-o: Continue node without SELinux check | Steve Milner | 2017-08-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cri-o currently requires SELinux to be off. This change disables the SELinux check in the openshift_node role when cri-o is in use. | ||||
| * | | | | | examples: use the correct variable name | Giuseppe Scrivano | 2017-08-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cri-o: allow to override CRI-O image indipendently from Docker | Giuseppe Scrivano | 2017-08-03 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | docker: introduce use_crio_only | Giuseppe Scrivano | 2017-08-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a new variable that disable the installation of Docker. For the time being we will still need Docker for building images, so by default leave it installed. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | docker: skip Docker setup when using CRI-O | Giuseppe Scrivano | 2017-08-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | openvswitch: system container depends on the cri-o service | Giuseppe Scrivano | 2017-08-03 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cli_image: do not require Docker when using CRI-O | Giuseppe Scrivano | 2017-08-03 | 2 | -25/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use atomic to copy the CLI binaries to the host. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cri-o: skip Set precise containerized version check | Giuseppe Scrivano | 2017-08-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cri-o: skip Docker version test | Giuseppe Scrivano | 2017-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | cri-o: use only images from Docker Hub | Giuseppe Scrivano | 2017-08-03 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | | | | | cri-o: Enable systemd-modules-load if required | Steve Milner | 2017-08-03 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | openshift_node: fix typo for experimental-cri | Steve Milner | 2017-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | cri-o: Fix node template to use full variable | Steve Milner | 2017-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | cri-o: Ensure overlay is available | Steve Milner | 2017-08-03 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | cri-o: Default insecure registries to "" | Steve Milner | 2017-08-03 | 2 | -1/+2 |
| | | | | | | |||||
| * | | | | | crio: use a template for the configuration | Giuseppe Scrivano | 2017-08-03 | 2 | -24/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | openshift_docker_facts: Add use_crio | Steve Milner | 2017-08-03 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | cri-o: Minor fixes for tasks | Steve Milner | 2017-08-03 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | cri-o: Hardcode image name to cri-o | Steve Milner | 2017-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | cri-o: Add cri-o as a Wants in node units | Steve Milner | 2017-08-03 | 2 | -1/+2 |
| | | | | | | |||||
| * | | | | | cri-o: configure storage and insecure registries | Giuseppe Scrivano | 2017-08-03 | 2 | -3/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | node.yaml: configure node to use cri-o when openshift.common.use_crio | Giuseppe Scrivano | 2017-08-03 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | inventory: Add use_crio example | Steve Milner | 2017-08-03 | 2 | -2/+10 |
| | | | | | | |||||
| * | | | | | cri-o: Allow cri-o usage. | Steve Milner | 2017-08-03 | 2 | -0/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | This change reuses the docker role to inject cri-o usage. | ||||
* | | | | | | Merge pull request #4673 from enoodle/allow_manageiq_to_read_logs | Scott Dodson | 2017-08-04 | 2 | -2/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding pods/logs to manageiq role | ||||
| * | | | | | | adding pods/logs to manageiq role | Erez Freiberger | 2017-08-03 | 2 | -2/+8 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow manageiq to read the logs from elasticsearch in the logging project. Also, adding role to correct user and as clusterrole | ||||
* | | | | | | Merge pull request #4978 from ewolinetz/bz1477440 | Scott Dodson | 2017-08-04 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixing SA and clusterrole namespaces |