summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_facts
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty openshift_hosted_facts roleMichael Gugino2017-12-122-16/+0
| | | | This commit removes a now-empty role.
* Fix hosted varsMichael Gugino2017-12-051-18/+0
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Fix prometheus role nfsZohar Galor2017-10-161-1/+1
| | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* Fix hosted selector variable migrationMichael Gugino2017-10-031-2/+4
| | | | | | | | | | | | | | | | Currently, if undefined, openshift_hosted_router_selector and openshift_hosted_registry_selector as set to the value of openshift_hosted_infra_selector. The set_fact logic overrides variable migration inside of oo_filters meant to utilize the deprecated variables openshift_router_selector and openshift_registiry_selector, respectively. This commit corrects the set_fact logic and removes the unused migration from oo_filters. Fixes: https://github.com/openshift/openshift-ansible/issues/5615
* Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-201-1/+2
| | | | single location before they are no longer honored
* Various hosted component improvementsAndrew Butcher2016-07-071-0/+9
| | | | | | | | | | | | | * [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
* Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher2016-05-041-4/+2
|
* Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher2016-05-031-1/+3
|
* Merge openshift_env hostvars.Andrew Butcher2016-04-081-5/+3
|
* Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher2016-04-082-0/+24