spring-cloud-services-samples / greeting

Sample applications demonstrating use of Service Registry for Tanzu Application Service and Tanzu Application Platform
Apache License 2.0
23 stars 51 forks source link

Service offering p-service-registry not found #8

Closed przelew closed 7 years ago

przelew commented 8 years ago

Hi, I have an issue. I have created account and logged to CloudFoundry. When I run "deploy_mvn.sh", cloud foundry says that "Service offering p-service-registry not found"

When I list CloudFoundry services, i have:

Getting services from marketplace in org przelew.io / space development as przelewelo@gmail.com...
OK

service          plans                                                                                description   
3scale           free_appdirect, basic_appdirect*, pro_appdirect*                                     API Management Platform   
app-autoscaler   bronze, gold                                                                         Scales bound applications in response to load (beta)   
blazemeter       free-tier, basic1kmr*, pro5kmr*                                                      Performance Testing Platform   
cedexisopenmix   opx_global*, openmix-gslb-with-fusion-feeds*                                         Openmix Global Cloud & Data Center Load Balancer   
cedexisradar     free-community-edition                                                               Free Website& Mobile App Performance Reports   
cleardb          spark, boost*, amp*, shock*                                                          Highly available MySQL for your Apps.   
cloudamqp        lemur, tiger*, bunny*, rabbit*, panda*                                               Managed HA RabbitMQ servers in the cloud   
cloudforge       free, standard*, pro*                                                                Development Tools In The Cloud   
elephantsql      turtle, panda*, hippo*, elephant*                                                    PostgreSQL as a Service   
flashreport      trial, basic*, silver*, gold*, platinum*                                             Generate PDF from your data   
ironworker       production*, starter*, developer*, lite                                              Job Scheduling and Processing   
loadimpact       lifree, li100*, li500*, li1000*                                                      Automated and on-demand performance testing   
memcachedcloud   100mb*, 250mb*, 500mb*, 1gb*, 2-5gb*, 5gb*, 30mb                                     Enterprise-Class Memcached for Developers   
memcachier       dev, 100*, 250*, 500*, 1000*, 2000*, 5000*, 7500*, 10000*, 20000*, 50000*, 100000*   The easiest, most advanced memcache.   
mongolab         sandbox                                                                              Fully-managed MongoDB-as-a-Service   
newrelic         standard                                                                             Manage and monitor your apps   
pubnub           free                                                                                 Build Realtime Apps that Scale   
rediscloud       100mb*, 250mb*, 500mb*, 1gb*, 2-5gb*, 5gb*, 10gb*, 50gb*, 30mb                       Enterprise-Class Redis for Developers   
searchify        small*, plus*, pro*                                                                  Custom search you control   
searchly         small*, micro*, professional*, advanced*, starter, business*, enterprise*            Search Made Simple. Powered-by Elasticsearch   
sendgrid         free, bronze*, silver*                                                               Email Delivery. Simplified.   
stamplay         plus*, premium*, core, starter*                                                      API-first development platform   
statica          starter, spike*, micro*, medium*, large*, enterprise*, premium*                      Enterprise Static IP Addresses   
temporize        small*, medium*, large*                                                              Simple and flexible job scheduling for your application   

Maybe, this plugin is not yet avaible ??? Or maybe I shoud ask CloudFoundry support : )

Thank you for any advice

fifthposition commented 8 years ago

Hi @przelew! Sorry for the delayed reply.

These applications require the Service Registry service from Spring Cloud Services for Pivotal Cloud Foundry®. Please see the product home page or documentation for more information.

bis-java-git commented 8 years ago

Does this mean we have to install service registry and all the depending services in our space first.

bis-java-git commented 8 years ago

I am new cloud foundry and have trial period. I am getting this message when I create a service registry Service offering p-service-registry not found. As per your comment means its heavy weight process where we can't use a tile which may be available in market place. I am sure there is a simple answer which I am missing. I dont also see when I call cf services.

Any help would be welcome.

scottfrederick commented 8 years ago

@bis-java-git The Spring Cloud Services product is not yet available on Pivotal Web Services, which appears to be the environment you are testing on. It is only available on the on-premises Pivotal Cloud Foundry.

scottfrederick commented 7 years ago

@bis-java-git Spring Cloud Services is now available on Pivotal Web Services. You should be able to deploy this application there as expected.

gsainagendraprasad commented 7 years ago

@scottfrederick ,Are spring cloud services available on PCFDev ??

scottfrederick commented 7 years ago

@gsainagendraprasad Yes, SCS is available in some versions of PCFDev. See the docs here: https://docs.pivotal.io/pcf-dev/usage-scs.html.

gsainagendraprasad commented 7 years ago

Thank you @scottfrederick.