summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation to make yamllint happyVadim Rutkovsky2018-02-101-28/+28
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky2018-02-101-1/+0
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Change catalog roles install to use aggregationJeff Peeler2018-01-241-68/+11
| | | | | | | | 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.
* 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.
* Remove references to deployment_typeMichael Gugino2017-12-211-2/+2
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-4/+4
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-6/+6
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Include Deprecation - openshift-service-catalogRussell Teague2017-11-221-2/+2
|
* Merge pull request #5959 from sdodson/sc-asb-tsb-on-by-defaultOpenShift Merge Robot2017-11-031-4/+4
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Enable SC, ASB, TSB by default It was decided that SC, ASB, and TSB should be installed by default. This will not install the components on an upgrade from 3.6 to 3.7, that will require that you run the sc playbook on your own. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1508085
| * Use client binary and well defined kubeconfigScott Dodson2017-11-021-4/+4
| |
* | Give admin and edit roles permission to patch ServiceInstances and ↵staebler2017-11-011-4/+4
|/ | | | ServiceBindings
* Add rules to the view ClusterRole for service catalog.staebler2017-10-301-2/+25
|
* Remove role bindings during service catalog un-installstaebler2017-10-221-6/+4
|
* Update service catalog playbook for service-catalog rc1staebler2017-10-141-4/+4
|
* Updating to check for netnamespace kube-service-catalog to be readyEric Wolinetz2017-09-251-4/+16
|
* Merge pull request #5226 from ewolinetz/template_service_brokerOpenShift Merge Robot2017-09-211-9/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue Creating initial tsb role to consume and apply templates provided for… … tsb cc: @deads2k @sdodson Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1486623 https://bugzilla.redhat.com/show_bug.cgi?id=1470623 https://bugzilla.redhat.com/show_bug.cgi?id=1491626
| * Creating initial tsb role to consume and apply templates provided for tsbEric Wolinetz2017-09-201-9/+0
| |
* | Updating to always configure api aggregation with installationEric Wolinetz2017-09-201-2/+0
|/
* Remove openshift-commonMichael Gugino2017-09-061-1/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Updating openshift_service_catalog to use oc_service over oc_obj to resolve ↵Eric Wolinetz2017-08-281-22/+22
| | | | idempotency issues being seen from rerunning role
* Setting node selector to be empty stringewolinetz2017-07-181-1/+1
|
* Updating to compare sets instead of sorted listsewolinetz2017-07-171-4/+4
|
* Updating to use oc replace and conditionally update edit and admin rolesewolinetz2017-07-171-2/+14
|
* Adding in permissions to edit and admin cluster rolesewolinetz2017-07-141-0/+34
|
* making kube-service-catalog project network global when using ↵ewolinetz2017-07-131-0/+5
| | | | redhat/openshift-ovs-multitenant plugin
* Synching certs and aggregator configs from first master to all other mastersewolinetz2017-07-051-1/+0
|
* Using ca-bundle.crt to connect to local etcd if master.etcd-ca.crt DNEewolinetz2017-06-301-0/+7
|
* Updating to use openshift.master.etcd_hosts for etcd servers for apiserverewolinetz2017-06-301-0/+1
|
* Updating to label node and wait for apiservice to be healthy and startedewolinetz2017-06-231-2/+4
|
* fix yamllint issuesFabian von Feilitzsch2017-06-231-8/+7
|
* Creation of service_catalog and placeholder broker rolesewolinetz2017-06-221-0/+180