You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
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 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: