summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker
Commit message (Collapse)AuthorAgeFilesLines
* Fix CA Bundle passed to service-catalog broker for ansible-service-brokerstaebler2017-10-251-1/+1
|
* Merge pull request #5806 from staebler/service_catalog_uninstall_issuesOpenShift Merge Robot2017-10-241-3/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix a few small issues in service catalog uninstall * Service catalog install was not re-creating the apiserver.crt and apiserver.key files when generating certs. But the ca.crt and ca.key files were being re-created. This was causing non-verifiable certs to be used when service catalog was uninstalled and re-installed. The service catalog installer was changed to delete the apiserver.crt and apiserver.key files so that they are re-created using the new ca.crt and ca.key files. * The asb auth token secret was not being deleted correctly and causing the uninstaller to fail. * The asb uninstaller was attempting to delete the broker registration from the service catalog. However, the service catalog is uninstalled first. When the asb uninstaller would fail when attempting to delete the ClusterServiceBroker. The uninstaller was changed to verify that the servicecatalog APIService exists first before attempting to delete the ClusterServiceBroker. * The service catalog uninstaller was attempting to delete policybindings. The server does not have a resource type name policybinding. I do not know what the intention is there, but I have commented out that part of the uninstaller.
| * Fix a few small issues in service catalog uninstallstaebler2017-10-221-3/+9
| |
* | Merge pull request #5761 from fabianvf/asb-client-secret-not-foundScott Dodson2017-10-234-22/+24
|\ \ | |/ |/| Bug 1496426 - Update ansible-service-broker configuration to use proper certs and permissions
| * Update defaultsFabian von Feilitzsch2017-10-194-5/+9
| |
| * Use service-ca.crt instead of master ca.crtFabian von Feilitzsch2017-10-191-16/+11
| |
| * use master certFabian von Feilitzsch2017-10-191-2/+2
| |
| * Bug 1496426 - add asb-client secret to openshift-ansible-service-broker ↵Fabian von Feilitzsch2017-10-191-1/+4
| | | | | | | | namespace
* | Merge pull request #5783 from dymurray/readinessScott Dodson2017-10-201-0/+14
|\ \ | |/ |/| Bug 1503233 - Add liveness and readiness probe checks to ASB deployme…
| * Indentation errorsDylan Murray2017-10-171-14/+14
| |
| * Bug 1503233 - Add liveness and readiness probe checks to ASB deploymentconfigDylan Murray2017-10-171-0/+14
| |
* | Use service-signer.crt for ca_bundle passed to clusterservicebrokerstaebler2017-10-181-1/+5
| |
* | Rename ServiceBroker to ClusterServiceBroker for ansible_service_broker task.staebler2017-10-171-2/+2
| |
* | Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.ymlstaebler2017-10-171-1/+1
|/
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-025-121/+244
| | | | | | | | | | | | | bring ansible service broker up to date with bearer token changes etcd -> 0.0.0.0 add auth information to broker resource in catalog add sandbox role to config simplify defaults add labels to oc_route use new oc_route label field Fix parameter ordering add port back Fix secret syntax
* Creating initial tsb role to consume and apply templates provided for tsbEric Wolinetz2017-09-202-2/+3
|
* Updating default tag for enterprise installation for ASBEric Wolinetz2017-08-211-1/+1
|
* 1472467- add ose- prefix to ansible service broker nameFabian von Feilitzsch2017-07-211-1/+1
|
* Merge pull request #4783 from fabianvf/broker-bootstrapScott Dodson2017-07-192-0/+2
|\ | | | | 1471973- default to bootstrapping the broker on startup
| * 1471973- default to bootstrapping the broker on startupFabian von Feilitzsch2017-07-182-0/+2
| |
* | Changing cluster role to adminRyan Hallisey2017-07-181-1/+1
| |
* | Add an SA policy to the ansible-service-brokerRyan Hallisey2017-07-131-0/+8
|/ | | | | | | We are not adding a role to the service account after creation. The ansible-service-broker will require cluster-admin permissions because we do things like: creating service accounts, projects, and pods.
* updating configmap map definition to fix asb not starting up correctlyewolinetz2017-07-071-4/+4
|
* Merge pull request #4692 from shawn-hurley/bugzilla-1467948Scott Dodson2017-07-072-2/+7
|\ | | | | 1467948 - Ansible Service Broker configuration values
| * fixing configuation values.Shawn Hurley2017-07-052-2/+7
| |
* | Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz2017-07-051-7/+7
|/ | | | config for service-catalog
* Fully qualify ocp ansible_service_broker_image_prefixScott Dodson2017-07-031-1/+1
|
* parameterize etcd binary pathFabian von Feilitzsch2017-06-283-1/+4
|
* Reverting quotation change in ansible_service_broker install for etcdewolinetz2017-06-271-2/+2
|
* Picking change from sdodsonewolinetz2017-06-231-2/+2
|
* fix yamllint issuesFabian von Feilitzsch2017-06-232-23/+24
|
* Cleanup/updates for env variables and etcd imageFabian von Feilitzsch2017-06-221-5/+5
| | | | | | Fix embarrassing typo fix etcd command
* add play and role to install ansible-service-brokerFabian von Feilitzsch2017-06-228-0/+402
* add ansible-service-broker role to catalog install playbook add ansible_service_broker to catalog install flow fix indentation syntax error respond to code review Remove content, update image prefix to exclude image name Make variables deployment type specific, add rhcc configuration, add fact validation some spacing/comments Remove ansible_service_broker_namespace variable Fix stupid typo == nil -> is none nil -> null, fix validation checks Fix a few typos Add Broker object to catalog replace oc_pvc creation with oc_obj remove namespace from broker creation fix namespace