You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/08 00:59:24 UTC

[GitHub] pritidesai commented on issue #708: redeploy manifest with rule leaves as disables

pritidesai commented on issue #708: redeploy manifest with rule leaves as disables
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/708#issuecomment-363966408
 
 
   Hi @ScottChapman please provide me with your manifest if possible.
   
   Here I tried to deploy/undeploy/deploy again and rule was left as active:
   
   ```
    ./wskdeploy  -p tests/src/integration/helloworld/
   Info: The API host is [http://192.168.33.13:10001], from .wskprops.
   Info: The auth key is set, from .wskprops.
   Info: The namespace is [guest], from .wskprops.
   Warning: The mandatory key [package version] should be set. Using default value [0.0.1]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Warning: The mandatory key [package license] should be set. Using default value [unlicensed]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Info: Deploying package [IntegrationTestHelloWorld] ...
   Info: package [IntegrationTestHelloWorld] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloNodejs] ...
   Info: action [IntegrationTestHelloWorld/helloNodejs] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloJava] ...
   Info: action [IntegrationTestHelloWorld/helloJava] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloPython] ...
   Info: action [IntegrationTestHelloWorld/helloPython] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloSwift] ...
   Info: action [IntegrationTestHelloWorld/helloSwift] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/hello-world-series] ...
   Info: action [IntegrationTestHelloWorld/hello-world-series] has been successfully deployed.
   
   Info: Deploying trigger [triggerHelloworld] ...
   Info: trigger [triggerHelloworld] has been successfully deployed.
   
   Info: Deploying rule [ruleMappingHelloworld] ...
   Info: rule [ruleMappingHelloworld] has been successfully deployed.
   
   Success: Deployment completed successfully.
   
   wsk list
   Entities in namespace: guest
   packages
   /guest/IntegrationTestHelloWorld                                       private
   actions
   /guest/IntegrationTestHelloWorld/hello-world-series                    private sequence
   /guest/IntegrationTestHelloWorld/helloSwift                            private swift:3.1.1
   /guest/IntegrationTestHelloWorld/helloPython                           private python
   /guest/IntegrationTestHelloWorld/helloJava                             private java
   /guest/IntegrationTestHelloWorld/helloNodejs                           private nodejs:6
   triggers
   /guest/triggerHelloworld                                               private
   rules
   /guest/ruleMappingHelloworld                                           private              active
   
   ./wskdeploy undeploy -p tests/src/integration/helloworld/
   Info: The API host is [http://192.168.33.13:10001], from .wskprops.
   Info: The auth key is set, from .wskprops.
   Info: The namespace is [guest], from .wskprops.
   Warning: The mandatory key [package version] should be set. Using default value [0.0.1]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Warning: The mandatory key [package license] should be set. Using default value [unlicensed]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Info: Undeploying rule [ruleMappingHelloworld] ...
   Info: rule [ruleMappingHelloworld] has been successfully undeployed.
   
   Info: Undeploying trigger [triggerHelloworld] ...
   Info: trigger [triggerHelloworld] has been successfully undeployed.
   
   Info: Undeploying action [IntegrationTestHelloWorld/hello-world-series] ...
   Info: action [IntegrationTestHelloWorld/hello-world-series] has been successfully undeployed.
   
   Info: Undeploying action [IntegrationTestHelloWorld/helloNodejs] ...
   Info: action [IntegrationTestHelloWorld/helloNodejs] has been successfully undeployed.
   
   Info: Undeploying action [IntegrationTestHelloWorld/helloJava] ...
   Info: action [IntegrationTestHelloWorld/helloJava] has been successfully undeployed.
   
   Info: Undeploying action [IntegrationTestHelloWorld/helloPython] ...
   Info: action [IntegrationTestHelloWorld/helloPython] has been successfully undeployed.
   
   Info: Undeploying action [IntegrationTestHelloWorld/helloSwift] ...
   Info: action [IntegrationTestHelloWorld/helloSwift] has been successfully undeployed.
   
   Info: Undeploying package [IntegrationTestHelloWorld] ...
   Info: package [IntegrationTestHelloWorld] has been successfully undeployed.
   
   Success: Undeployment completed successfully.
   
   wsk list
   Entities in namespace: guest
   packages
   actions
   triggers
   rules
   
   ./wskdeploy  -p tests/src/integration/helloworld/
   Info: The API host is [http://192.168.33.13:10001], from .wskprops.
   Info: The auth key is set, from .wskprops.
   Info: The namespace is [guest], from .wskprops.
   Warning: The mandatory key [package version] should be set. Using default value [0.0.1]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Warning: The mandatory key [package license] should be set. Using default value [unlicensed]...
   Warning: The value for key [package version] is not saved in the current version of wskdeploy.
   Info: Deploying package [IntegrationTestHelloWorld] ...
   Info: package [IntegrationTestHelloWorld] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloPython] ...
   Info: action [IntegrationTestHelloWorld/helloPython] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloSwift] ...
   Info: action [IntegrationTestHelloWorld/helloSwift] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloNodejs] ...
   Info: action [IntegrationTestHelloWorld/helloNodejs] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/helloJava] ...
   Info: action [IntegrationTestHelloWorld/helloJava] has been successfully deployed.
   
   Info: Deploying action [IntegrationTestHelloWorld/hello-world-series] ...
   Info: action [IntegrationTestHelloWorld/hello-world-series] has been successfully deployed.
   
   Info: Deploying trigger [triggerHelloworld] ...
   Info: trigger [triggerHelloworld] has been successfully deployed.
   
   Info: Deploying rule [ruleMappingHelloworld] ...
   Info: rule [ruleMappingHelloworld] has been successfully deployed.
   
   Success: Deployment completed successfully.
   
   wsk list
   Entities in namespace: guest
   packages
   /guest/IntegrationTestHelloWorld                                       private
   actions
   /guest/IntegrationTestHelloWorld/hello-world-series                    private sequence
   /guest/IntegrationTestHelloWorld/helloJava                             private java
   /guest/IntegrationTestHelloWorld/helloNodejs                           private nodejs:6
   /guest/IntegrationTestHelloWorld/helloSwift                            private swift:3.1.1
   /guest/IntegrationTestHelloWorld/helloPython                           private python
   triggers
   /guest/triggerHelloworld                                               private
   rules
   /guest/ruleMappingHelloworld                                           private              active
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services