summaryrefslogtreecommitdiffstats
path: root/k8s/plugin_testing_blueprints/operations/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/plugin_testing_blueprints/operations/README.md')
-rw-r--r--k8s/plugin_testing_blueprints/operations/README.md14
1 files changed, 14 insertions, 0 deletions
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`
+