summaryrefslogtreecommitdiff
path: root/roles/openshift_registry/meta
AgeCommit message (Collapse)Author
2016-07-07Various hosted component improvementsAndrew Butcher
* [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
2016-04-08Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher
2016-02-09consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus
openshift_facts without declaring a dependency
2015-05-29* Deploy services from common playbookJhon Honce