summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2016-03-22Support setting local storage perFSGroup quota in node config.Devan Goodwin
Adds a new inventory var "openshift_node_local_quota_per_fsgroup", which will set the perFSGroup quota node-config.yaml.
2016-03-18Yaml editor first attemptKenny Woodson
2016-03-17Merge pull request #1614 from detiber/bz1317755Brenton Leanhardt
Bug 1317755 - Set insecure-registry for internal registry by default
2016-03-17Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus
2016-03-16Merge pull request #1628 from abutcher/deployment-typeKenny Woodson
Add default deployment_type to openshift_facts.
2016-03-16Fall back to deployment_type in openshift_facts.Andrew Butcher
2016-03-16Merge pull request #1629 from kwoodson/docker_fixKenny Woodson
Fix for docker role when variables are undefined.
2016-03-16Fixing undefined variable checkKenny Woodson
2016-03-16Merge pull request #1624 from sdodson/bz1317975Brenton Leanhardt
Load environment files in containerized installs
2016-03-16Load environment files in containerized installsScott Dodson
2016-03-16Merge pull request #1620 from BlueShells/BuildappMonitorKenny Woodson
change type to value_type
2016-03-16change type to value_typezhizhang
2016-03-16Merge pull request #1617 from BlueShells/BuildappMonitorKenny Woodson
change time from int to float
2016-03-16change time from int to floatzhizhang
2016-03-16Merge pull request #1606 from BlueShells/BuildappMonitorKenny Woodson
Buildapp monitor
2016-03-16Merge pull request #1613 from sdodson/bz1317734Brenton Leanhardt
Only mask etcd service for containerized installls when it's installed
2016-03-16change the check time from 1 hour to 2 hourzhizhang
2016-03-15Only mask etcd service for containerized installls when it's installedScott Dodson
2016-03-15Provide cacert when performing health checksAndrew Butcher
2016-03-15Merge pull request #1604 from enoodle/nfs_yum_to_pkg_managerBrenton Leanhardt
nfs: replace yum with dnf
2016-03-15Merge pull request #1603 from detiber/move_common_common_factsBrenton Leanhardt
Move common common facts to openshift_facts
2016-03-15nfs: replace yum with dnfErez Freiberger
2016-03-15Merge pull request #1600 from sdodson/docker182Brenton Leanhardt
OSE/Origin < 3.2/1.2 should not get Docker 1.9
2016-03-15Move common common facts to openshift_factsJason DeTiberus
- Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
2016-03-15perform oc client config tasks only once when ansible_ssh_user is rootJason DeTiberus
2016-03-14OSE/Origin < 3.2/1.2 should not get Docker 1.9Scott Dodson
RHEL and Centos docker-1.9 RPMs will have a Conflicts for origin and atomic-openshift < 3.2. If we left yum to its own devices we'd get a mess when trying to install once these packages land in the repos. So avoid installing docker-1.9 on Origin/OSE < 1.2/3.2. See: https://bugzilla.redhat.com/show_bug.cgi?id=1304038 Fedora doesn't keep old packages in repos so we just get the latest there. Docker 1.10 should be fine if and when it becomes available.
2016-03-14Merge pull request #1594 from kwoodson/lib_openshift_apiKenny Woodson
First attempt at openshift api secrets module
2016-03-14Merge pull request #883 from lebauce/openstack-integrationBrenton Leanhardt
Add support for Openstack integration
2016-03-14Merge pull request #1550 from detiber/docker_refactorBrenton Leanhardt
Docker role refactor
2016-03-14Merge pull request #1451 from sdodson/is-syncBrenton Leanhardt
Sync with latest image stream and templates
2016-03-14Ansible module to manage secrets for openshift apiKenny Woodson
2016-03-14improve ordering of systemd unitsJason DeTiberus
2016-03-14Docker role refactorJason DeTiberus
- refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
2016-03-14Merge pull request #1596 from abutcher/containerized-boolsBrenton Leanhardt
Ensure is_containerized is cast as bool in templates and facts.
2016-03-14Ensure is_containerized is cast as bool.Andrew Butcher
2016-03-14Sync latest to v1.2Scott Dodson
2016-03-14Sync with latest image stream and templatesScott Dodson
2016-03-14Allow origin version to be passed in as an argumentScott Dodson
so we can continue syncing v1.1 content
2016-03-14Merge pull request #1578 from detiber/libvirt_fixesBrenton Leanhardt
Libvirt provider fixes
2016-03-14Add support for Openstack integrationSylvain Baubeau
2016-03-11Expose log level on the monitorAniket Bhat
2016-03-10openshift_facts: Safe cast additional boolsSamuel Munilla
2016-03-10openshift-ansible: Wrap boolean factsSamuel Munilla
Centralize the very weird process for converting strings to booleans to help keep the code consistent.
2016-03-10Libvirt provider fixesJason DeTiberus
- Use difference filter instead of reject/equalto - add ability to override vcpu and memory config for vms - add a dedicated drive for docker storage
2016-03-09Support log level configuration for pluginAniket Bhat
2016-03-08Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt
https://github.com/abutcher/openshift-ansible
2016-03-08reverting back to pre-pulling the master imageBrenton Leanhardt
2016-03-08Use /healthz/ready when verifying apiAndrew Butcher
2016-03-07Merge pull request #1559 from brenton/bz1315151Brenton Leanhardt
BZ1315151: Support openshift_image_tag
2016-03-07Merge pull request #1540 from detiber/haproxy_tuningBrenton Leanhardt
Add setting for configuring nofile limit for haproxy