summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/templates/api_server.j2
Commit message (Collapse)AuthorAgeFilesLines
* Update deployment and apiserver with new certsJeff Peeler2018-01-101-0/+2
| | | | | | | | | | | 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.
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-271-1/+1
|
* Update the name of the service-catalog binarystaebler2017-10-261-1/+2
|
* Update service catalog playbook for service-catalog rc1staebler2017-10-141-1/+3
|
* Using ca-bundle.crt to connect to local etcd if master.etcd-ca.crt DNEewolinetz2017-06-301-1/+1
|
* Updating to use openshift.master.etcd_hosts for etcd servers for apiserverewolinetz2017-06-301-2/+1
|
* Creation of service_catalog and placeholder broker rolesewolinetz2017-06-221-0/+80