summaryrefslogtreecommitdiffstats
path: root/k8s/plugin_testing_blueprints/operations/README.md
blob: 895427da1d13af3411a01018bfe5409ecf950082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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`