summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-14Bug 1315564 - Containerized installs require a running environmentBrenton Leanhardt
If the master or node aren't running we can't determine the correct version that is currently installed.
2016-03-14Merge pull request #1597 from brenton/masterBrenton Leanhardt
Bug 1316761 - Skip the available version check if openshift_image_tag…
2016-03-14Merge pull request #1594 from kwoodson/lib_openshift_apiKenny Woodson
First attempt at openshift api secrets module
2016-03-14Automatic commit of package [openshift-ansible] release [3.0.56-1].Kenny Woodson
2016-03-14Merge pull request #1598 from kwoodson/metafixKenny Woodson
Updates for metadata tooling to work without env.
2016-03-14Updating our metadata tooling to work without envKenny Woodson
2016-03-14Updating the docker registry variables to use the new nameBrenton Leanhardt
2016-03-14Bug 1316761 - Skip the available version check if openshift_image_tag is ↵Brenton Leanhardt
defined. We already have a check in pre.yml to make sure openshift_image_tag is set to a range that is allowed. This is an advanced setting and should be used to override whatever is returned by the 'latest' image in a given registry.
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-14Merge pull request #1579 from abhat/add_plugin_logBrenton Leanhardt
Support log level configuration for Nuage exec plugin via ansible installer
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-10Merge pull request #1583 from twiest/prThomas Wiest
fixed copr releasers file
2016-03-10fixed copr releasers fileThomas Wiest
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-09Automatic commit of package [openshift-ansible] release [3.0.55-1].Brenton Leanhardt
2016-03-09Merge pull request #1182 from vnugent/masterBrenton Leanhardt
Playbook for enabling origin-metrics
2016-03-09Merge pull request #1576 from brenton/bz1315564Brenton Leanhardt
Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts
2016-03-09Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt
2016-03-09Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHELBrenton Leanhardt
Previously I was greping for 'ose' in the systemd units. That was only working on my machine because my Nodes were also Masters. It's safer to grep for openshift3 since that would be present for Masters or Nodes.
2016-03-09Merge pull request #1009 from smunilla/nfs_questionBrenton Leanhardt
Questions for NFS Storage Registry
2016-03-09a-o-i: Fix NFS storage testsSamuel Munilla
Fix the nosetests after the rebase
2016-03-09First attempt at NFS setupSamuel Munilla
2016-03-08Merge pull request #1569 from brenton/masterBrenton Leanhardt
reverting back to pre-pulling the master image
2016-03-08Automatic commit of package [openshift-ansible] release [3.0.54-1].Brenton Leanhardt
2016-03-08Merge pull request #1568 from brenton/bz1315563Brenton Leanhardt
Bug 1315563 - stdout IO redirection wasn't working as expected over S…
2016-03-08Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt
https://github.com/abutcher/openshift-ansible
2016-03-08Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵Brenton Leanhardt
connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
2016-03-08reverting back to pre-pulling the master imageBrenton Leanhardt
2016-03-08Merge pull request #1567 from brenton/bz1315637Brenton Leanhardt
Bug 1315637 - The docker wasn't upgraded on node during upgrade
2016-03-08Merge pull request #1566 from brenton/bz1315564Brenton Leanhardt
Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts
2016-03-08Bug 1315637 - The docker wasn't upgraded on node during upgradeBrenton Leanhardt
2016-03-08Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt
2016-03-08Use /healthz/ready when verifying apiAndrew Butcher
2016-03-08Merge pull request #1565 from lhuard1A/fix_when_no_infraBrenton Leanhardt
Fix issue when there are no infra nodes
2016-03-08Fix issue when there are no infra nodesLénaïc Huard
This issue was already addressed by #1355 fc2f776 but it has been accidentally reverted by 6d3e176.