From 43f0c2c84a1d1c0e9dd49e41c748f56b5820760b Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 12 Aug 2020 11:30:41 -0400 Subject: Add plugin testing blueprints Issue-ID: DCAEGEN2-2352 Signed-off-by: Jack Lucas Change-Id: Icacef912fc24d2814d513bd2df2a6aaed117ebb5 --- k8s/plugin_testing_blueprints/operations/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 k8s/plugin_testing_blueprints/operations/README.md (limited to 'k8s/plugin_testing_blueprints/operations/README.md') diff --git a/k8s/plugin_testing_blueprints/operations/README.md b/k8s/plugin_testing_blueprints/operations/README.md new file mode 100644 index 0000000..895427d --- /dev/null +++ b/k8s/plugin_testing_blueprints/operations/README.md @@ -0,0 +1,14 @@ +# Parameter Files for Testing Operations +The k8s plugin supports some operations beyond just installation and uninstallation: +- `scale`: change the number of replicas of component +- `update_image`: change the Docker image used for the component +- `policy_update`: update a component's configuration in Consul and notify the component of the change + +The files in this directory contain parameters for testing the additional operations. +The specific values in the files are tied to values in the blueprints in the `../blueprints` directory. + +## Invoking an operation +Invoking the operations here involves running the Cloudify `execute_operation` workflow. + + `cfy executions start -p `_/path/to/operation_file_` -d `_name_of_cloudify_deployment_` execute_operation` + -- cgit 1.2.3-korg