IBM / watson-online-store

Learn how to use Watson Assistant and Watson Discovery. This application demonstrates a simple abstraction of a chatbot interacting with a Cloudant NoSQL database, using a Slack UI.
https://developer.ibm.com/patterns/create-cognitive-retail-chatbot/
155 stars 222 forks source link

Discovery service 'lite' plan doesn't deploy #103

Closed scottdangelo closed 7 years ago

scottdangelo commented 7 years ago

The old name for the free tier of discovery was 'free', but it looks like it changed to "Lite". Neither 'free' nor 'Lite' nor 'lite' seem to work with "deploy to Bluemix" image

Doing 'cf services' shows the name 'lite': [scott@oc0486027055 watson-online-store]$ cf services Getting services in org scott.dangelo / space sandbox as scott.dangelo@ibm.com... OK

name service plan bound apps last operation cloudantNoSQLDB-service cloudantNoSQLDB Lite create succeeded Conversation-sandbox conversation free create succeeded Discovery-scott discovery lite create succeeded

While testing this on a fork, I accidentally merged the change to 'lite' into this repo. I'll leave as is until we figure this out. Meanwhile, Mitchell Mason is aware of this in wdc-community.slack.com and is escalating.

markstur commented 7 years ago

Was fixed with lowercase 'lite' in https://github.com/IBM/watson-online-store/pull/102 (commit e363953f13e6071d2777914bc8da74d3dd9162f0) plus commit 2ba72ab99c74b602929ec22cb30c6e7895d13752