summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1992 from abutcher/ansible-2Scott Dodson2016-07-181-3/+3
|\ | | | | Require ansible-2.1.0.0+
| * Require ansible-2.1Andrew Butcher2016-07-011-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-5/+11
|\ \
| * | Fix erroneous pylint errorSamuel Munilla2016-07-131-1/+1
| | | | | | | | | | | | | | | pylint is throwing up a no-value-for-parameter error here. Testing shows there is no real issue, so adding that to the ignores.
| * | Various hosted component improvementsAndrew Butcher2016-07-071-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
* | | Remove too recent pylint option keys.Devan Goodwin2016-07-131-2/+2
| | |
* | | pylint fixesDevan Goodwin2016-07-131-27/+26
| | |
* | | Move repoquery_cmd fact setting into a more logical place.Devan Goodwin2016-07-111-0/+5
| | |
* | | Remove/update TODOs.Devan Goodwin2016-07-081-3/+0
| | |
* | | Merge branch 'aoi-32-up' into upgrade33Devan Goodwin2016-07-081-1/+9
|\| |
| * | Make /var/lib/origin mounted rslaveScott Dodson2016-07-061-0/+1
| | |
| * | Add gte_3_3Scott Dodson2016-07-031-1/+8
| |/
* | Merge branch 'master' into upgrade33Devan Goodwin2016-06-281-1/+1
|\|
| * Merge pull request #1927 from jfcoz/metrics_resolutionScott Dodson2016-06-231-1/+1
| |\ | | | | | | add unit in seconds for metrics resolution
| | * default unit in openshift_factsjfcoz2016-06-071-1/+1
| | |
* | | Fix version facts with trailing newline.Devan Goodwin2016-06-171-1/+1
| | |
* | | More stable lookup of running openshift version.Devan Goodwin2016-06-171-14/+15
| | |
* | | Fix typo in facts.Devan Goodwin2016-06-161-1/+1
| | |
* | | Cleanup, fix 3.1 version bug in facts.Devan Goodwin2016-06-161-12/+11
| | |
* | | More stable containerized version lookup.Devan Goodwin2016-06-151-1/+21
| | |
* | | Fix performance hit in openshift_facts.Devan Goodwin2016-06-151-5/+0
| | |
* | | Fix rpm installs.Devan Goodwin2016-06-131-1/+0
| | |
* | | Fix version unset bug, and set common ver fact on containerized nodes.Devan Goodwin2016-06-101-2/+12
| | |
* | | Fix missing openshift.common.version fact on containerized nodes.Devan Goodwin2016-06-101-0/+3
| | |
* | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-091-1/+9
|\| |
| * | Ansible 2.1 support.Andrew Butcher2016-06-071-1/+9
| | |
* | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-061-1/+3
|\| |
| * | Configure default docker logging options.Andrew Butcher2016-06-021-1/+3
| | |
* | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-301-0/+19
|\| |
| * | Merge pull request #1896 from abutcher/openshift-loadbalancerJason DeTiberus2016-05-271-0/+8
| |\ \ | | | | | | | | Separate master and haproxy config playbooks.
| | * | Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.
| * | | Merge pull request #1672 from jstuever/os_clocksJason DeTiberus2016-05-261-0/+11
| |\ \ \ | | |/ / | |/| | Add openshift_clock role
| | * | Allow clock role in openshift_factsJeremiah Stuever2016-05-201-0/+11
| | |/
* | | Hookup node configuration.Devan Goodwin2016-05-251-2/+6
| | |
* | | Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-252-0/+3
| | | | | | | | | | | | | | | | | | | | | openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
* | | Set openshift_version in config playbooks for first master.Devan Goodwin2016-05-251-9/+3
|/ / | | | | | | | | | | | | Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number.
* / Ensure yum-utils installed.Andrew Butcher2016-05-191-0/+4
|/
* Refactor where we compute no_proxy hostnamesScott Dodson2016-05-171-11/+1
|
* Fix rhel_subscribeScott Dodson2016-05-171-2/+2
|
* Merge pull request #1880 from dgoodwin/registry-insecureBrenton Leanhardt2016-05-161-1/+1
|\ | | | | Fixes for openshift_docker_hosted_registry_insecure var.
| * Fixes for openshift_docker_hosted_registry_insecure var.Devan Goodwin2016-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a failure on masters if you explicitly set openshift_docker_hosted_registry_insecure=true. This is the default but if you tried to set it an error would trigger as a relevant variable was not passed in the master playbooks. Fixes setting the variable to false being ignored. master/node playbooks were referencing the docker fact, which was not set at that point and thus we were always getting the default of true, regardless what was in your inventory. Stop passing registry insecure in via playbooks, we can access it when running openshift_facts itself. Add a new default in openshift facts.
* | Allow overriding servingInfo.maxRequestsInFlight via ↵Andrew Butcher2016-05-131-1/+2
| | | | | | | | openshift_master_max_requests_inflight.
* | Merge pull request #1860 from abutcher/v2-checkJason DeTiberus2016-05-131-2/+2
|\ \ | | | | | | Allow ansible >= 1.9.4
| * | Ensure ansible version greater than 1.9.4Andrew Butcher2016-05-051-2/+2
| | |
* | | Update StringIO import for py2/3 compat.Andrew Butcher2016-05-121-4/+4
| | |
* | | Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus2016-05-101-0/+3
|\ \ \ | | | | | | | | Add support for Openstack based persistent volumes
| * | | Add support for Openstack based persistent volumesSylvain Baubeau2016-05-101-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | | | Merge pull request #1828 from sdodson/bz1330920Jason DeTiberus2016-05-101-8/+9
|\ \ \ \ | |_|_|/ |/| | | Fix openshift_generate_no_proxy_hosts boolean
| * | | Fix openshift_generate_no_proxy_hosts booleanScott Dodson2016-04-271-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing this also made it obvious that we weren't adding even the current host's name to the no_proxy list. This is absolutely necessary or the master won't be able to reach etcd. So even if they request not to have the list of all hosts and cluster dns zone added we should add the current host's hostname to the no_proxy list.
* | | | Merge tag 'openshift-ansible-3.0.88-1'Brenton Leanhardt2016-05-061-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | Tagging package [openshift-ansible] version [3.0.88-1] in directory [./].