apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.54k stars 1.17k forks source link

no /whisk.system/alarms package found for the install couchDB #715

Closed lfzCarlosC closed 8 years ago

lfzCarlosC commented 8 years ago

on the host machine: $ OW_DB=couchdb OW_DB_USERNAME=admin OW_DB_PASSWORD=86889125 OW_DB_PROTOCOL=http OW_DB_HOST=172.17.0.1 OW_DB_PORT=5984 vagrant up

then, $ vgarant ssh

on the vm env, $ wsk package list /whisk.system

packages /whisk.system/github shared
/whisk.system/samples shared
/whisk.system/weather shared
/whisk.system/system shared
/whisk.system/slack shared
/whisk.system/watson shared
/whisk.system/util shared

But following the guide https://github.com/openwhisk/openwhisk/blob/master/docs/packages.md#browsing-packages . It lists /whisk.system/alarms and uses feed in the package.

So, do I lack some installation steps? like ant clean build deploy?

rabbah commented 8 years ago

Alarms and cloudant packages are not in openwhisk yet. (See issues #336 and #390.)

lfzCarlosC commented 8 years ago

So,there is no feed in those package for trying ,right?

rabbah commented 8 years ago

That's correct. Not in openwhisk. Closing as duplicate.