summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-20Remove etcd_interface variable. Remove openshift_docker dependency from the ↵Andrew Butcher
etcd role.
2016-04-20Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher
certificates.
2016-04-19Merge pull request #1771 from sdodson/add-inventoriesBrenton Leanhardt
Add inventories to docs subpackage
2016-04-19Merge pull request #1739 from ingvagabund/update-inventory-file-for-ose-playbookBrenton Leanhardt
Update inventory file for ansible playbook for OSE deployment.
2016-04-19Merge pull request #1734 from joelddiaz/tools-roles-moveJoel Diaz
cleanup roles after roles move to openshift-tools
2016-04-19Add example inventories to docs, install docs by defaultScott Dodson
2016-04-18Automatic commit of package [openshift-ansible] release [3.0.81-1].Brenton Leanhardt
2016-04-18Merge pull request #1763 from sdodson/image-stream-syncBrenton Leanhardt
Use 'openshift3/' as IMAGE_PREFIX for enterprise logging and metrics
2016-04-18IMAGE_PREFIX=openshift3/ for enterprise logging/metricsScott Dodson
2016-04-18Merge pull request #1764 from smunilla/BZ1327139Brenton Leanhardt
a-o-i: Don't assume storage on 1st master
2016-04-18a-o-i: Don't assume storage on 1st masterSamuel Munilla
Always prompt the user for a storage host. The prompt defaults to the first master and warns the user not to use a container-based installation for this. WIP
2016-04-18Merge pull request #1762 from brenton/docker1Brenton Leanhardt
Bug 1320829 - Handle OSE 3.0 installs
2016-04-18Bug 1320829 - Handle OSE 3.0 installsBrenton Leanhardt
2016-04-15Automatic commit of package [openshift-ansible] release [3.0.80-1].Troy Dawson
2016-04-15Merge pull request #1746 from brenton/docker1Brenton Leanhardt
The openshift_docker role must set the version facts for containerize…
2016-04-15Merge pull request #1755 from sdodson/docker-resetBrenton Leanhardt
Refactor docker failed state cleanup
2016-04-15cleanup roles after roles move to openshift-toolsJoel Diaz
also removing inventory/multi_inventory* things left behind unchanged even though they were copied: playbooks/adhoc/* roles/dns roles/kube_nfs_volumes roles/os_update_latest
2016-04-15Refactor docker failed state cleanupScott Dodson
2016-04-14Merge pull request #1752 from sdodson/docker-resetBrenton Leanhardt
Enable docker before potentially resetting the failure
2016-04-14Support mixed RPM/container installsBrenton Leanhardt
2016-04-14The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt
QE found that for fresh installs we were basing the docker version facts of the images that could be pulled prior to configuring /etc/sysconfig/docker. This is an edge case but something we need to fix.
2016-04-14Merge pull request #1753 from abutcher/mapping-methodBrenton Leanhardt
Fix mappingMethod option in identity provider.
2016-04-14start it, check for failure, reset it, start againScott Dodson
2016-04-14Enable docker before potentially resetting the failureScott Dodson
2016-04-14Fix mappingMethod option in identity provider.Andrew Butcher
2016-04-13Merge pull request #1738 from dgoodwin/image-policy-configBrenton Leanhardt
Support setting imagePolicyConfig JSON in inventory.
2016-04-12Automatic commit of package [openshift-ansible] release [3.0.79-1].Brenton Leanhardt
2016-04-12Merge pull request #1744 from smunilla/BZ1323918Brenton Leanhardt
Convert image_tag on masters
2016-04-12Merge pull request #1718 from brenton/docker1Brenton Leanhardt
Containerized installs on RHEL were downgrading docker unnecessarily
2016-04-12Bug 1324728 - Ansible should not downgrade docker when installing 3.2 ↵Brenton Leanhardt
containerized env
2016-04-12Automatic commit of package [openshift-ansible] release [3.0.78-1].Troy Dawson
2016-04-12Support setting imagePolicyConfig JSON in inventory.Devan Goodwin
For flexibility this is another pure JSON field to translate directly to yaml in the master config. Also updated to more safely handle JSON inventory variables as this uncovered a bug with booleans where you end up with a string containing json in your yaml.
2016-04-12Fixing non-HA master restart conditionalBrenton Leanhardt
2016-04-12Fetching the current version a little more carefullyBrenton Leanhardt
Previously we were trying to use the running container to get the current version. There are cases in which the Master or Node may not be running during upgrade. It's actually safer to just run the container to fetch the version that would be launch if the container were running. Then we pull the image to see what the latest image contains.
2016-04-12Make sure Docker is restarted after we have correctly configured the ↵Brenton Leanhardt
containerized systemd units
2016-04-12use RestartSec to avoid default rate limit in systemdBrenton Leanhardt
Lifted from https://github.com/openshift/origin/pull/8317
2016-04-12Convert image_tag on mastersSamuel Munilla
Also convert openshift_image_tag to and rpm versions for masters.
2016-04-12Installs and upgrades from authenticated registries are not supported for nowBrenton Leanhardt
2016-04-12Handle cases where the pacemaker variables aren't setBrenton Leanhardt
2016-04-12Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt
2016-04-12Merge pull request #1705 from abutcher/secure-routerBrenton Leanhardt
Add support for creating secure router
2016-04-12Reference Setup for Origin and Ose from up-to-date docs.openshift.[com|org] ↵Jan Chaloupka
instead of local README_[origin|OSE].md Update inventory file for ansible playbook for OSE deployment. - enterprise value for deployment_type is depricated. Use openshift-enterprise instead. - key=value pairs must be on the same line
2016-04-11Automatic commit of package [openshift-ansible] release [3.0.77-1].Troy Dawson
2016-04-11Merge pull request #1740 from dgoodwin/docker-sysconfigBrenton Leanhardt
Fix a docker-storage sysconfig bug.
2016-04-11Add support for creating secure router.Andrew Butcher
* Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".
2016-04-11Fix a docker-storage sysconfig bug.Devan Goodwin
2016-04-08Merge pull request #1736 from maxamillion/bootstrap-fedoraBrenton Leanhardt
update bootstrap-fedora to include python2-firewall for F24+
2016-04-08update bootstrap-fedora to include python2-firewall for F24+Adam Miller
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2016-04-08Merge pull request #1733 from abutcher/hosted-factsBrenton Leanhardt
Fix hosted facts
2016-04-08Automatic commit of package [openshift-ansible] release [3.0.76-1].Troy Dawson