summaryrefslogtreecommitdiffstats
path: root/cdap/demo_blueprints/cdap_hello_world_reconfigure.sh
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-09-12 16:10:29 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-12 16:10:29 +0000
commita81d7c6cbdf73572708c152afd9a54590f21e932 (patch)
treed6a3bed5b5c1b8165d17ae6dea710c37f5052d54 /cdap/demo_blueprints/cdap_hello_world_reconfigure.sh
parent9622da66409485995f1dd388bca406d24a215661 (diff)
parent81b242147f174fc5d7cc983c36769d029ac1761b (diff)
Merge "Cleanup after Policy update"
Diffstat (limited to 'cdap/demo_blueprints/cdap_hello_world_reconfigure.sh')
-rwxr-xr-xcdap/demo_blueprints/cdap_hello_world_reconfigure.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cdap/demo_blueprints/cdap_hello_world_reconfigure.sh b/cdap/demo_blueprints/cdap_hello_world_reconfigure.sh
index c5df2f5..95efe60 100755
--- a/cdap/demo_blueprints/cdap_hello_world_reconfigure.sh
+++ b/cdap/demo_blueprints/cdap_hello_world_reconfigure.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-cfy executions start -d cdap-hello-world -w execute_operation -p '{"operation" : "reconfiguration.app_config_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"foo":"bar"}}, "allow_kwargs_override": true}'
-cfy executions start -d cdap-hello-world -w execute_operation -p '{"operation" : "reconfiguration.app_preferences_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"fooprefs":"barprefs"}}, "allow_kwargs_override": true}'
-cfy executions start -d cdap-hello-world -w execute_operation -p '{"operation" : "reconfiguration.app_smart_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"fooprefs":"SO SMARTTTTTT", "foo":"SO SMART AGAINNNNN"}}, "allow_kwargs_override": true}'
+cfy executions start -d cdap_hello_world -w execute_operation -p '{"operation" : "reconfiguration.app_config_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"foo":"bar-manual-update"}}, "allow_kwargs_override": true}'
+cfy executions start -d cdap_hello_world -w execute_operation -p '{"operation" : "reconfiguration.app_preferences_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"foo_updated":"foo-pref-manual-update"}}, "allow_kwargs_override": true}'
+cfy executions start -d cdap_hello_world -w execute_operation -p '{"operation" : "reconfiguration.app_smart_reconfigure", "node_ids" : ["hw_cdap_app"], "operation_kwargs" : {"new_config_template" : {"foo_updated":"SO SMARTTTTTT", "foo":"SO SMART AGAINNNNN"}}, "allow_kwargs_override": true}'