summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for AndsSuren A. Chilingaryan2018-02-161-0/+1
|
* adding check if secret auth is neededShawn Hurley2018-01-161-2/+8
|
* adding asb auth as a secret.Shawn Hurley2018-01-161-0/+2
|
* Merge pull request #6536 from shawn-hurley/adding-asb-permissionsScott Dodson2018-01-161-0/+9
|\ | | | | Adding ability for ASB to interact with network resources.
| * adding ability to add network policy objects.Shawn Hurley2018-01-051-0/+3
| |
| * adding ability to interact with network resources.Shawn Hurley2017-12-201-0/+6
| |
* | Remove references to deployment_typeMichael Gugino2017-12-211-1/+1
|/ | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Merge pull request #6277 from fabianvf/asb-idempotence-cpickScott Dodson2017-12-011-69/+52
|\ | | | | Bug 1512793- Fix idempotence issues in ASB deploy
| * Bug 1512793- Fix idempotence issues in ASB deployFabian von Feilitzsch2017-11-281-69/+52
| | | | | | | | | | | | | | - Add support for annotations in oc_service - Use oc_service instead of oc_obj - Use oc_pvc instead of oc_obj - Work around lack of idempotency for oc_obj DeploymentConfig
* | Merge pull request #6170 from shawn-hurley/bug-1514417Scott Dodson2017-12-011-1/+1
|\ \ | | | | | | Bug 1514417 - Adding correct advertise-client-urls
| * | Bug 1514417 - Adding correct advertise-client-urlsShawn Hurley2017-11-171-1/+1
| |/
* | Include Deprecation - openshift-service-catalogRussell Teague2017-11-221-2/+2
|/
* Adding configuration for keeping transient namespace on error.Shawn Hurley2017-11-081-0/+2
|
* Bug 1510636- add name to local registry configFabian von Feilitzsch2017-11-071-3/+4
|
* Merge pull request #6009 from dymurray/templateOpenShift Merge Robot2017-11-071-2/+12
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Update service broker configmap and serviceaccount privileges Addresses Bugs https://bugzilla.redhat.com/show_bug.cgi?id=1503289 and https://bugzilla.redhat.com/show_bug.cgi?id=1507111
| * Proper quotesDylan Murray2017-11-031-2/+2
| |
| * Update service broker configmap and serviceaccount privilegesDylan Murray2017-11-031-2/+12
| |
* | Merge pull request #5976 from fabianvf/asb-etcd-certsScott Dodson2017-11-061-13/+113
|\ \ | | | | | | Bug 1507617- Move etcd into its own service/dc with SSL
| * | Bug 1507617- Move etcd into its own service/dc with SSLFabian von Feilitzsch2017-11-031-13/+113
| |/
* | Merge pull request #6026 from fabianvf/1509680-asb-credential-checkScott Dodson2017-11-061-0/+3
|\ \ | | | | | | Bug 1509680- Fix ansible-service-broker registry settings/validations
| * | Bug 1509680- Fix ansible-service-broker registry validationsFabian von Feilitzsch2017-11-061-0/+3
| |/ | | | | | | | | | | | | - Remove outdated dockerhub registry validations - Add the local openshift registry by default - Add whitelist parameter for local registry - Set default dockerhub org to ansibleplaybookbundle
* | Bug 1509052 - Remove logfile from broker configDavid Zager2017-11-021-1/+0
|/
* Fix CA Bundle passed to service-catalog broker for ansible-service-brokerstaebler2017-10-251-1/+1
|
* Merge pull request #5761 from fabianvf/asb-client-secret-not-foundScott Dodson2017-10-231-17/+17
|\ | | | | Bug 1496426 - Update ansible-service-broker configuration to use proper certs and permissions
| * Update defaultsFabian von Feilitzsch2017-10-191-0/+2
| |
| * 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-021-108/+174
| | | | | | | | | | | | | 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
* Merge pull request #4783 from fabianvf/broker-bootstrapScott Dodson2017-07-191-0/+1
|\ | | | | 1471973- default to bootstrapping the broker on startup
| * 1471973- default to bootstrapping the broker on startupFabian von Feilitzsch2017-07-181-0/+1
| |
* | 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-071-2/+4
|\ | | | | 1467948 - Ansible Service Broker configuration values
| * fixing configuation values.Shawn Hurley2017-07-051-2/+4
| |
* | Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz2017-07-051-7/+7
|/ | | | config for service-catalog
* parameterize etcd binary pathFabian von Feilitzsch2017-06-281-1/+2
|
* 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-231-17/+17
|
* 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-221-0/+268
* 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