summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused and broken "when" in vars section.Devan Goodwin2016-06-061-7/+0
|
* Do not install rpm for version in openshift_version role.Devan Goodwin2016-06-061-1/+1
|
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-311-10/+91
|\
| * Revert openshift-certificates changes.Andrew Butcher2016-05-301-10/+91
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-301-133/+10
|\|
| * Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-27/+0
| | | | | | | | | | | | * Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.
| * Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-91/+10
| |
* | Refactor openshift_version behavior.Devan Goodwin2016-05-301-78/+8
| | | | | | | | | | | | | | | | | | | | | | | | Very early in playbooks we must init the openshift_version for each host. First we determine it for the master, logic now is pushed into the openshift_docker role which we run only on first master via openshift_cli. Facts are reloaded leaving us with a first master with openshift.common.version fact we can then re-use on all other hosts. The correct version of docker should be installed as well. We then set openshift_version for all other hosts by re-using the master fact.
* | Protect installed version on subsequent masters.Devan Goodwin2016-05-301-2/+22
| |
* | Get rpm installations functional again.Devan Goodwin2016-05-261-4/+10
| |
* | Preserve node versions on re-run.Devan Goodwin2016-05-251-1/+1
| |
* | Hookup node configuration.Devan Goodwin2016-05-251-5/+4
| |
* | Complete installation of first master containerized.Devan Goodwin2016-05-251-1/+2
| |
* | Stop downgrading Docker because we don't know what version to install yet.Devan Goodwin2016-05-251-1/+1
| |
* | Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-251-3/+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-3/+69
|/ | | | | | | 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.
* Refactor where we compute no_proxy hostnamesScott Dodson2016-05-171-0/+7
|
* Fixes for openshift_docker_hosted_registry_insecure var.Devan Goodwin2016-05-161-0/+2
| | | | | | | | | | | | | | | 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.
* Move modify_yaml up into top level library directoryScott Dodson2016-05-062-95/+1
|
* Merge pull request #1839 from abutcher/v2-deprecationsJason DeTiberus2016-04-291-6/+6
|\ | | | | Cleanup various deprecation warnings.
| * Cleanup various deprecation warnings.Andrew Butcher2016-04-291-6/+6
| |
* | Remove deprecated online playbooks/rolesJason DeTiberus2016-04-291-7/+0
|/
* Merge pull request #1793 from detiber/default_subdomainJason DeTiberus2016-04-251-3/+2
|\ | | | | Fix backward compat for osm_default_subdomain
| * Fix backward compat for osm_default_subdomainJason DeTiberus2016-04-251-3/+2
| |
* | Replace deprecated sudo with become.Andrew Butcher2016-04-251-2/+2
|/
* openshift-metrics: adding duration and resolution optionsErez Freiberger2016-04-241-0/+6
|
* Set etcd_hostname and etcd_ip for masters w/ external etcd.Andrew Butcher2016-04-211-0/+2
|
* Merge pull request #1754 from abutcher/etcd-cert-fixesBrenton Leanhardt2016-04-201-1/+1
|\ | | | | Bug 1299065: Fix etcd hostname/ip address handling
| * Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-1/+1
| | | | | | | | certificates.
* | Merge pull request #1582 from jdnieto/openshift_metricsBrenton Leanhardt2016-04-201-0/+8
|\ \ | | | | | | added new openshift-metrics service
| * | added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+8
| |/
* / Add openshift_node_dnsmasqScott Dodson2016-04-191-1/+0
|/
* Lock down permissions on named certificatesEli Young2016-03-211-1/+2
|
* Provide cacert when performing health checksAndrew Butcher2016-03-151-1/+2
|
* Move common common facts to openshift_factsJason DeTiberus2016-03-151-27/+17
| | | | | | | - 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
* Docker role refactorJason DeTiberus2016-03-141-3/+5
| | | | | | | | | | | | | | | - 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
* Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
|
* Add setting for configuring nofile limit for haproxyJason DeTiberus2016-03-071-0/+1
|
* Increase maxconn settings for haproxy lbJason DeTiberus2016-02-291-1/+3
|
* Merge pull request #1462 from jkhelil/configure_log_level_from_cliBrenton Leanhardt2016-02-251-0/+5
|\ | | | | configure debug_level for master and node from cli
| * configure debug_level for master and node from clijawed2016-02-231-0/+5
| |
* | Add openshift_docker roles to master/node scaleup.Andrew Butcher2016-02-161-12/+10
| |
* | Add modify_yaml module.Andrew Butcher2016-02-162-3/+98
| |
* | Re-arrange scaleup playbooks.Andrew Butcher2016-02-162-0/+61
| |
* | Move additional master configuration into a separate master playbook.Andrew Butcher2016-02-161-61/+11
| |
* | Generate each master's certificates separately.Andrew Butcher2016-02-161-7/+3
| |
* | Add new_masters to scaleup playbook.Andrew Butcher2016-02-161-8/+8
|/
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-111-2/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-081-2/+0
| |
* | Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-101-30/+21
|\ \ | | | | | | Fix infra_node deployment