summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6860 from jpeeler/aggregate-name-changeScott Dodson2018-01-292-38/+0
|\ | | | | Update catalog role patching to use new names
| * Change catalog roles install to use aggregationJeff Peeler2018-01-242-38/+0
| | | | | | | | | | | | | | | | Recently it was changed for openshift cluster roles to be reconciled via the aggregate-to* label, so this is now updated. Rather than generating portions of the file, simply use the auth reconciler and let it handle any necessary role updates. Also, since it is theoretically possible for conflicts to occur, retry reconciliation several times.
* | Bug 1524805- ServiceCatalog now works disconnectedFabian von Feilitzsch2018-01-222-2/+2
|/ | | | | Change imagePullPolicy for service catalog from Always to IfNotPresent, allowing service catalog to install in a disconnected setting
* Merge pull request #6705 from jpeeler/add-async-bindings-varScott Dodson2018-01-131-1/+5
|\ | | | | Add var for catalog controller to enable async bindings
| * Add var for controller to enable async bindingsJeff Peeler2018-01-111-1/+5
| | | | | | | | | | | | | | | | | | | | New variable is called 'openshift_service_catalog_async_bindings_enabled' and is set to false by default. Also, fixed a typo in the controller template for the DaemonSet update strategy, which caused the strategy to be set to OnDelete rather than the intended RollingUpdate.
* | 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-272-2/+2
|
* Give admin and edit roles permission to patch ServiceInstances and ↵staebler2017-11-011-0/+1
| | | | ServiceBindings
* Add rules to the view ClusterRole for service catalog.staebler2017-10-302-0/+11
|
* Update the name of the service-catalog binarystaebler2017-10-262-2/+4
|
* Fix edit and admin role patching for service catalogstaebler2017-10-231-2/+2
|
* Add apiserver.crt to service-catalog controller-manager deployment.staebler2017-10-171-0/+12
|
* Update service catalog playbook for service-catalog rc1staebler2017-10-142-2/+9
|
* Updating openshift_service_catalog to use oc_service over oc_obj to resolve ↵Eric Wolinetz2017-08-282-26/+0
| | | | idempotency issues being seen from rerunning role
* Adding in permissions to edit and admin cluster rolesewolinetz2017-07-141-0/+26
|
* Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz2017-07-051-0/+1
| | | | config for service-catalog
* 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-225-0/+166