summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_hosted.yml
Commit message (Collapse)AuthorAgeFilesLines
* Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher2016-10-261-1/+1
| | | | existing /etc/sysconfig/docker.
* [logging] Fix NFS volume bindingScott Dodson2016-10-171-6/+6
|
* Use inventory variables rather than factsScott Dodson2016-10-141-6/+6
|
* Merge pull request #2475 from smunilla/registry_all_the_timeScott Dodson2016-09-301-102/+1
|\ | | | | Install Registry by Default
| * Secure registry improvements.Andrew Butcher2016-09-291-102/+1
| | | | | | | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
| * Install Registry by DefaultSamuel Munilla2016-09-291-9/+9
| | | | | | | | | | | | | | Instead of restricting cockpit-ui to Atomic Registry installations, install it by default everywhere. Fixes Bug 1371459
* | Default openshift_hosted_{logging,metrics}_deploy to false.Andrew Butcher2016-09-291-2/+2
|/
* Configure ops cluster storage to match normal cluster storageScott Dodson2016-09-291-1/+4
|
* Set default_subdomain properly for loggingScott Dodson2016-09-261-2/+2
|
* Add storage for loggingScott Dodson2016-09-261-0/+4
|
* Add logging to install playbooksScott Dodson2016-09-261-1/+33
|
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-1/+83
|
* Remove atomic check and cockpit.socketSamuel Munilla2016-08-261-1/+1
|
* Re-organize registry-console deployment.Andrew Butcher2016-08-261-0/+3
|
* Deploy metrics after our routerScott Dodson2016-08-241-1/+1
| | | | | Metrics deployer now checks for route activation. As such we need a router before we install metrics.
* [tags] add some support for running a subset of config via tagsJason DeTiberus2016-08-241-0/+4
|
* Move role dependencies to playbooks.Andrew Butcher2016-07-291-0/+23
|
* Various hosted component improvementsAndrew Butcher2016-07-071-15/+3
| | | | | | | | | | | | | * [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 pull request #1957 from jfcoz/metrics_wait_deployerJason DeTiberus2016-06-011-0/+23
|\ | | | | wait metrics-deployer complete (need to configure nodes before hosted…
| * wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz2016-05-271-0/+23
| |
* | Ensure registry url evaluated when creating router.Andrew Butcher2016-05-311-1/+3
|/
* Add support for creating secure router.Andrew Butcher2016-04-111-0/+5
* Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".