summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-1021-45/+63
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-0918-57/+41
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-0843-121/+631
|
* Merge pull request #4739 from kwoodson/openshift_facts_refactorScott Dodson2017-08-087-143/+1
|\ | | | | Reduce openshift_facts dependencies.
| * integration tests: keep openshift_version happyLuke Meyer2017-08-071-4/+0
| |
| * Removing tasks from module openshift_facts.Kenny Woodson2017-08-046-139/+1
| |
* | Merge pull request #4802 from jkaurredhat/metrics_1.6Scott Dodson2017-08-071-1/+1
|\ \ | | | | | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423
| * | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423jkaurredhat2017-07-201-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-fixScott Dodson2017-08-074-9/+9
|\ \ \ | | | | | | | | GlusterFS: Default glusterfs_name in loop items.
| * | | GlusterFS: Default glusterfs_name in loop items.Jose A. Rivera2017-07-284-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #4745 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | Merge pull request #5004 from ewolinetz/master_fix_logging_pvc_genScott Dodson2017-08-071-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 ↵ewolinetz2017-08-041-36/+47
| | | | | | | | | | | | | | | | | | | | avoid idempotent issues
* | | | | Merge pull request #4960 from ↵OpenShift Bot2017-08-072-5/+98
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | juanvallejo/jvallejo/verify-disk-memory-before-upgrade-no-flake Merged by openshift-bot
| * | | | | add pre-flight checks to ugrade pathjuanvallejo2017-08-022-5/+98
| | | | | |
* | | | | | adding readme for openshift_manageiqErez Freiberger2017-08-071-0/+4
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4898 from giuseppe/cri-oOpenShift Bot2017-08-0415-32/+432
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | cri-o: configure the CNI networkGiuseppe Scrivano2017-08-042-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | cri-o: Restart cri-o after openshift sdn installationSteve Milner2017-08-031-0/+7
| | | | | |
| * | | | | cri-o: Continue node without SELinux checkSteve Milner2017-08-031-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.
| * | | | | cri-o: allow to override CRI-O image indipendently from DockerGiuseppe Scrivano2017-08-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | docker: introduce use_crio_onlyGiuseppe Scrivano2017-08-031-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-OGiuseppe Scrivano2017-08-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | openvswitch: system container depends on the cri-o serviceGiuseppe Scrivano2017-08-031-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | cli_image: do not require Docker when using CRI-OGiuseppe Scrivano2017-08-032-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 checkGiuseppe Scrivano2017-08-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | cri-o: skip Docker version testGiuseppe Scrivano2017-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | cri-o: use only images from Docker HubGiuseppe Scrivano2017-08-031-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 requiredSteve Milner2017-08-031-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-criSteve Milner2017-08-031-1/+1
| | | | | |
| * | | | | cri-o: Fix node template to use full variableSteve Milner2017-08-031-1/+1
| | | | | |
| * | | | | cri-o: Ensure overlay is availableSteve Milner2017-08-032-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 Milner2017-08-032-1/+2
| | | | | |
| * | | | | crio: use a template for the configurationGiuseppe Scrivano2017-08-032-24/+137
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | openshift_docker_facts: Add use_crioSteve Milner2017-08-031-0/+1
| | | | | |
| * | | | | cri-o: Minor fixes for tasksSteve Milner2017-08-031-2/+1
| | | | | |
| * | | | | cri-o: Hardcode image name to cri-oSteve Milner2017-08-031-1/+1
| | | | | |
| * | | | | cri-o: Add cri-o as a Wants in node unitsSteve Milner2017-08-032-1/+2
| | | | | |
| * | | | | cri-o: configure storage and insecure registriesGiuseppe Scrivano2017-08-032-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | node.yaml: configure node to use cri-o when openshift.common.use_crioGiuseppe Scrivano2017-08-031-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | cri-o: Allow cri-o usage.Steve Milner2017-08-032-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | This change reuses the docker role to inject cri-o usage.
* | | | | | Merge pull request #4673 from enoodle/allow_manageiq_to_read_logsScott Dodson2017-08-042-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding pods/logs to manageiq role
| * | | | | | adding pods/logs to manageiq roleErez Freiberger2017-08-032-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/bz1477440Scott Dodson2017-08-042-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixing SA and clusterrole namespaces
| * | | | | | Fixing SA and clusterrole namespacesewolinetz2017-08-022-2/+2
| | | | | | |
* | | | | | | Merge pull request #4964 from abutcher/py3-expiryOpenShift Bot2017-08-041-34/+14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Merged by openshift-bot
| * | | | | | Update openshift_cert_expiry for py3 support.Andrew Butcher2017-08-011-34/+14
| | | | | | |
* | | | | | | Merge pull request #4992 from ilackarms/cfme-take2Scott Dodson2017-08-043-41/+50
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | only provision nfs PVs if cloud_provider not defined
| * | | | | | | nfs only run if cloud_provider not definedScott Weiss2017-08-033-41/+50
| | | | | | | |
* | | | | | | | Merge pull request #4925 from ↵OpenShift Bot2017-08-041-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/set-openshift_version-to-openshift_common_version_if_empty Merged by openshift-bot
| * | | | | | | | Set the openshift_version from the openshift.common.version in case it is emptyJan Chaloupka2017-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can happen the openshift_version is set to an empty string. Which results in openshift_pkg_version set to "-". Thus, failing installation of base and excluder packages. For more info see https://bugzilla.redhat.com/show_bug.cgi?id=1474871