summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
Commit message (Collapse)AuthorAgeFilesLines
...
* Move role dependencies to playbooks.Andrew Butcher2016-07-291-1/+29
|
* Merge pull request #2210 from abutcher/staggered-master-startScott Dodson2016-07-281-0/+1
|\ | | | | Stagger HA master service start
| * Stagger the start of master services.Andrew Butcher2016-07-241-0/+1
| |
* | Template named certificates with_items.Andrew Butcher2016-07-251-2/+2
| |
* | Replace master_cert_config_dir with common config_base fact.Andrew Butcher2016-07-251-1/+1
|/
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-88/+12
|
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-5/+0
|\
| * Various hosted component improvementsAndrew Butcher2016-07-071-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* | 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
| | * add unit in seconds for metrics resolutionjfcoz2016-05-231-1/+1
| | |
* | | Fix docker restarts during openshift_version role.Devan Goodwin2016-06-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
* | | 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
|