summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2016-04-25Fix backward compat for osm_default_subdomainJason DeTiberus
2016-04-25Merge pull request #1802 from detiber/etcd_fact_depsJason DeTiberus
openshift_etcd_facts should rely on openshift_facts not openshift_common
2016-04-25Merge pull request #1385 from sdodson/global-proxyJason DeTiberus
Global Proxy Config
2016-04-25Merge pull request #1786 from enoodle/additional_features_metricsJason DeTiberus
openshift-metrics: adding duration and resolution options
2016-04-25openshift_etcd_facts should rely on openshift_facts not openshift_commonJason DeTiberus
2016-04-25Merge pull request #1798 from ibotty/remove_duplicate_registerJason DeTiberus
remove duplicate `register:`
2016-04-25Sort and de-dupe no_proxy listScott Dodson
2016-04-24openshift-metrics: adding duration and resolution optionsErez Freiberger
2016-04-24Changed service account creation to ansibleVishal Patil
2016-04-22Add global proxy configurationScott Dodson
Configures HTTP_PROXY, HTTPS_PROXY, NO_PROXY for master and docker services. Configugres BuildDefaults Admission controller for master to automatically insert proxy environment configuration into build environments. To use set at least these variables - openshift_http_proxy - openshift_https_proxy NO_PROXY entries will automatically be configured for hostnames of all openshift hosts. You may specify additional NO_PROXY hosts or patterns by setting `openshift_no_proxy` If you wish to disable automatic generation of NO_PROXY hosts you may set `openshift_generate_no_proxy_hosts` to False. If you wish to have different builddefaults proxy configuration than baseline proxy configuration set these variables - openshift_builddefaults_http_proxy - openshift_builddefaults_https_proxy - openshift_builddefaults_no_proxy - openshift_builddefaults_git_http_proxy - openshift_builddefaults_git_https_proxy
2016-04-22Fix for docker not presentJason DeTiberus
2016-04-20Merge pull request #1756 from abhat/configurable_admin_user_passBrenton Leanhardt
Configurable admin username and passsword for Openshift enterprise in Nuage.
2016-04-20Merge pull request #1776 from sdodson/image-stream-syncBrenton Leanhardt
Image stream sync
2016-04-20Merge pull request #1758 from dgoodwin/fix-json-varsBrenton Leanhardt
Fix use of JSON inventory vars with raw booleans.
2016-04-20Merge pull request #1754 from abutcher/etcd-cert-fixesBrenton Leanhardt
Bug 1299065: Fix etcd hostname/ip address handling
2016-04-20Use a JSON list for docker log options.Devan Goodwin
Previously we expected you to comma separate, but this wasn't really clear. Insted we will use an explicit JSON list going forward. The comma separated list will be supported for backwards compatability.
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-20Merge pull request #1766 from abutcher/router-selectorBrenton Leanhardt
Bug 1328119 - router selector not obeyed
2016-04-20Merge pull request #1582 from jdnieto/openshift_metricsBrenton Leanhardt
added new openshift-metrics service
2016-04-20added new openshift-metrics serviceJose David Martin Nieto
2016-04-20Translate legacy facts within the oo_openshift_env filter.Andrew Butcher
2016-04-20Remove empty facts from nested dictionaries.Andrew Butcher
2016-04-20Fix router selector fact migration and match multiple selectors when ↵Andrew Butcher
counting nodes.
2016-04-19Add openshift_node_dnsmasqScott Dodson
2016-04-19Promote portal_net to openshift.common, add kube_svc_ipScott Dodson
Conflicts: roles/openshift_facts/library/openshift_facts.py
2016-04-19Sync latest contentScott Dodson
2016-04-19Use xpaas 1.3.0-1, use enterprise content for metricsScott Dodson
2016-04-19Merge pull request #1734 from joelddiaz/tools-roles-moveJoel Diaz
cleanup roles after roles move to openshift-tools
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-18Support configurable admin user and password for the enterpriseAniket Bhat
Prefix changes for admin and password with nuage_master
2016-04-18Bug 1320829 - Handle OSE 3.0 installsBrenton Leanhardt
2016-04-15Fix use of JSON inventory vars with raw booleans.Devan Goodwin
Thought this was fixed in recent patch but somehow backed out a critical change to the isinstance, we need to check for basestring to also have this work with unicode strings.
2016-04-15Merge pull request #1746 from brenton/docker1Brenton Leanhardt
The openshift_docker role must set the version facts for containerize…
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-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-14start it, check for failure, reset it, start againScott Dodson
2016-04-14Enable docker before potentially resetting the failureScott Dodson
2016-04-13Merge pull request #1738 from dgoodwin/image-policy-configBrenton Leanhardt
Support setting imagePolicyConfig JSON in inventory.
2016-04-12Merge pull request #1744 from smunilla/BZ1323918Brenton Leanhardt
Convert image_tag on masters
2016-04-12Bug 1324728 - Ansible should not downgrade docker when installing 3.2 ↵Brenton Leanhardt
containerized env
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-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-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