summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/tasks/generate_certs.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update deployment and apiserver with new certsJeff Peeler2018-01-101-6/+0
| | | | | | | | | | | Since new certificates are generated for every run, the apiservice caBundle needs updating in order to have the on disk CA match what is in Kubernetes. Because the secrets are updated, the daemonset needs to do a rolling update for the api server to pick up the new certs. Implemented here is an added annotation to the api server such that the update occurs automatically when the CA is changed.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Use client binary and well defined kubeconfigScott Dodson2017-11-021-1/+1
|
* Fix a few small issues in service catalog uninstallstaebler2017-10-221-0/+10
|
* Add apiserver.crt to service-catalog controller-manager deployment.staebler2017-10-171-0/+9
|
* Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.ymlstaebler2017-10-171-1/+1
|
* Update service catalog playbook for service-catalog rc1staebler2017-10-141-3/+3
|
* Creation of service_catalog and placeholder broker rolesewolinetz2017-06-221-0/+70