summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-22revised and restructured logging roleJohn Kwiatkoski
2016-03-18Adding openshift_efk roleJohn Kwiatkoski
2016-03-17Automatic commit of package [openshift-ansible] release [3.0.61-1].Troy Dawson
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-16Automatic commit of package [openshift-ansible] release [3.0.60-1].Brenton Leanhardt
2016-03-16Merge pull request #1628 from abutcher/deployment-typeKenny Woodson
Add default deployment_type to openshift_facts.
2016-03-16Merge pull request #1627 from sdodson/healthzBrenton Leanhardt
Fix path to cacert on /healthz/ready check
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-16Fix path to cacert on /healthz/ready checkScott Dodson
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-16Automatic commit of package [openshift-ansible] release [3.0.59-1].Brenton Leanhardt
2016-03-16Merge pull request #1613 from sdodson/bz1317734Brenton Leanhardt
Only mask etcd service for containerized installls when it's installed
2016-03-16Merge pull request #1609 from abutcher/check-w-certsBrenton Leanhardt
Provide cacert when performing health checks
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-15Automatic commit of package [openshift-ansible] release [3.0.58-1].Kenny Woodson
2016-03-15Merge pull request #1608 from kwoodson/group_selectorKenny Woodson
Adding group selectors to multi_inventory.
2016-03-15Group selector feature addedKenny Woodson
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-15Merge pull request #1602 from detiber/oc_client_tweakBrenton Leanhardt
perform oc client config tasks only once when ansible_ssh_user is root
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-14Automatic commit of package [openshift-ansible] release [3.0.57-1].Brenton Leanhardt
2016-03-14Merge pull request #1599 from brenton/bz1315564Brenton Leanhardt
Bug 1315564 - Containerized installs require a running environment
2016-03-14Docker stderr can break this script if ansible executes it remotelyBrenton Leanhardt
2016-03-14Handle HA master caseBrenton Leanhardt
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