Skip to content

Commit

Permalink
Bump up, remove consul service registration for service broker
Browse files Browse the repository at this point in the history
bump up fixes submodule update failures
updated readme
  • Loading branch information
rohitsharma04 committed Oct 5, 2017
1 parent b85d574 commit df4b69e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ cf create-service-broker autoscaler <brokerUserName> <brokerPassword> <brokerURL
All these parameters are configured in the bosh deployment. If you are using default values of deployment manifest, register the service with the commands below.

```
cf create-service-broker autoscaler username password https://servicebroker.service.cf.internal:6101
cf create-service-broker autoscaler username password https://autoscalerservicebroker.bosh-lite.com
```

## Acceptance test
Expand Down
2 changes: 1 addition & 1 deletion src/app-autoscaler
5 changes: 0 additions & 5 deletions templates/app-autoscaler-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ instance_groups:
consul_common: {from: consul_common_link, deployment: cf}
consul_server: nil
consul_client: {from: consul_client_link, deployment: cf}
properties:
consul:
agent:
services:
servicebroker: {}
- name: servicebroker
release: app-autoscaler
properties:
Expand Down
2 changes: 0 additions & 2 deletions templates/bosh-lite-manifest-template-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ jobs:
consul:
agent:
mode: client
services:
servicebroker: {}
route_registrar:
routes:
- name: autoscaler_service_broker
Expand Down
2 changes: 0 additions & 2 deletions templates/bosh-lite-manifest-template-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ instance_groups:
agent:
mode: client
domain: cf.internal
services:
servicebroker: {}
servers:
lan: (( config_from_cf.consul.lan_servers ))
ca_cert: (( config_from_cf.consul.ca_cert ))
Expand Down

0 comments on commit df4b69e

Please sign in to comment.