apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

Change the spec to add the description of `sequences` for sequences #108

Closed daisy-ycguo closed 7 years ago

daisy-ycguo commented 7 years ago

The current implementation is using a separate entity for sequences, other than composition entity. Refer to manifest.yaml in test case wskbot and manifest.yaml in test case openstack.

    seqeunces:
      newbot: 
        actions: oauth/login, decrypt, newbot-setup
        annotations:
          web-export:
            type: string
      getSetup:
        actions: getWhiskAuthAndNamespace, encrypt, getSetupURL
      setup-backend:
        actions: provision-backend, configure-backend

@mrutkows If you aren't against, will you change the specification?

mrutkows commented 7 years ago

documentation added on (or before) https://github.com/apache/incubator-openwhisk-wskdeploy/pull/540