You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/09/08 02:07:58 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Dropping whiskbot usecase as its not applicable and supported (#462)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 22e8462  Dropping whiskbot usecase as its not applicable and supported (#462)
22e8462 is described below

commit 22e84624a2ee9af441b519a251aa9fef59a02941
Author: Priti Desai <pd...@us.ibm.com>
AuthorDate: Thu Sep 7 19:07:56 2017 -0700

    Dropping whiskbot usecase as its not applicable and supported (#462)
---
 tests/usecases/whiskbot/deployment.yaml | 24 ----------
 tests/usecases/whiskbot/manifest.yaml   | 80 ---------------------------------
 2 files changed, 104 deletions(-)

diff --git a/tests/usecases/whiskbot/deployment.yaml b/tests/usecases/whiskbot/deployment.yaml
deleted file mode 100644
index 94aa0fe..0000000
--- a/tests/usecases/whiskbot/deployment.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-Application:
-  name: whiskbot
-  namespace: mynamespace
-  version: 1.0
-  packages:
-    name: whiskbot
-    inputs:
-      fieldToEncrypt: XXXX
-      fieldPathToEncrypt: YYYYY
-      encryptionPassword: XXXXX
-      wskauths: YYYYYYYYY
-    actions:
-      fire:
-        inputs:
-          triggername: XXXXXXX
-        annotations:
-          web-export: true
-      newbot-setup:
-        inputs:
-          configPage: YYYYYYYYY
-    sequences:
-      newbot:
-        annotaions:
-          web-export: true
\ No newline at end of file
diff --git a/tests/usecases/whiskbot/manifest.yaml b/tests/usecases/whiskbot/manifest.yaml
deleted file mode 100644
index 530c196..0000000
--- a/tests/usecases/whiskbot/manifest.yaml
+++ /dev/null
@@ -1,80 +0,0 @@
-package:
-  name: whiskbot
-  version: 0.0.1
-  license: Apache-2.0
-  dependencies:
-    oauth:
-      git: https://github.com/starpit/openwhisk-oauth.git
-      version: 1.0
-    whiskbot-templates:
-      version: 0.0.1
-      git: https://github.com/starpit/whiskbot-templates.git
-  inputs:
-    fieldToEncrypt:
-      type: string
-    fieldPathToEncrypt:
-      type: string
-    encryptionPassword:
-      type: string
-    wskauths:
-      type: string
-  actions:
-      challenge:
-        function: actions/challenge/index.js
-      configure-backend:
-        function: actions/configure-backend/index.js
-      decrypt:
-        function: actions/decrypt/index.js
-      encrypt:
-        function: actions/encrypt/index.js
-      fire:
-        function: actions/fire/index.js
-        inputs:
-          triggerName:
-            type: string
-        annotations:
-          web-export:
-            type: boolean
-      getSetupURL:
-        function: actions/getSetupURL/index.js
-      getWhiskAuthAndNamspace:
-        function: actions/getWhiskAuthAndNamespace/index.js
-      newbot-setup:
-        function: actions/newbot-setup/index.js
-        inputs:
-          configPage:
-            type: string
-    sequences:
-      newbot: 
-        actions: oauth/login, decrypt, newbot-setup
-        annotations:
-          web-export:
-            type: string
-      getSetup:
-        actions: getWhiskAuthAndNamespace, encrypt, getSetupURL
-      setup-backend:
-        actions: provision-backend, configure-backend
-  api-experimental:
-    newbot:
-      basepath: /whiskbot
-      path: /newbot
-      verb: get
-      action: newbot
-    slack-event:
-      basepath: /whiskbot
-      path: slack-event
-      verb: post
-      action: fire
-    getSetup:
-      basepath: /whiskbot
-      path: /getSetup
-      verb: post
-      action: getSetup
-    setup-backend:
-      basepath: /whiskbot
-      path: /setup-backend
-      verb: post
-      action: setup-backend
-
-
-

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].