Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Problem Deploying Fortune Teller MicroServices #21

Open
rgcogi opened this issue Sep 30, 2016 · 0 comments
Open

Problem Deploying Fortune Teller MicroServices #21

rgcogi opened this issue Sep 30, 2016 · 0 comments

Comments

@rgcogi
Copy link

rgcogi commented Sep 30, 2016

I am practising deployment of the Fortune Teller MicroServices app on our onpremise Private PCF

So Far deployment went well.

And I am registering the backing services for fortune app

config server and service registry were successful but I ran into a snag with elephantsql.....

"Service offering elephantsql not found". Pls see dump below.

How do I get the cf cs elephantsql turtle fortunes-db to PASS

Thanks in Advance

COGI

$ cf apps
Getting apps in org CNOC_L1_CF / space Development as bbello000...
OK

name requested state instances memory disk urls
config-server started 1/1 1G 1G config-server-intercoracoid-obstacle.g3.app.cloud.net
service-registry started 1/1 1G 1G eureka-chargable-proceeder.g3.app.cloud.net
circuit-breaker started 1/1 1G 1G hystrix-dashboard-unchromed-mealtime.g3.app.cloud.net

$ cf cups config-service -p '{"uri":"http://config-server-intercoracoid-obstacle.g3.app.cloud.net/"}'
Creating user provided service config-service in org CNOC_L1_CF / space Development as bbello000...
OK

$ cf cups service-registry -p '{"uri":"eureka-chargable-proceeder.g3.app.cloud.net/"}'
Creating user provided service service-registry in org CNOC_L1_CF / space Development as bbello000...
OK

$ cf cs elephantsql turtle fortunes-db
Creating service instance fortunes-db in org CNOC_L1_CF / space Development as bbello000...
FAILED
Service offering elephantsql not found

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant