summaryrefslogtreecommitdiff
path: root/roles/openshift_registry/tasks
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-02-01Refactor registry storage options.Andrew Butcher
2015-12-15Create nfs host group with registry volume attachment.Andrew Butcher
2015-10-21Support HA or single router, and start work on registryStefanie Forrester
2015-06-10* Refactor to use openshift_master_config_dir when deploying servicesJhon Honce
2015-06-01* rename openshift_registry_url oreg_urlJhon Honce
* rename option_images to _{oreg|ortr}_images
2015-05-29* Deploy services from common playbookJhon Honce