File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
generic-orchestration-samples/setup_set_user_mail_on_apps Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ This is sample script for getting user email and updating config parameter on ta
33
44## To use
55Set the following attribute on Generic Attribute Family
6- ` Update Mail `
7- - boolean, default false
6+ - ` Update Mail ` (boolean, default false)
87
9- App param should be the following:
10- ` USER_MAIL `
8+ App param on app and in script should be the following: ` USER_MAIL `
119
1210Upload script as setup, python 2 or 3 both fine, and replace setup on target blueprint.
1311
14- Note in main.py how default config is disabled and this is replacing it.
12+ Note in main.py how default config is disabled and this is replacing it.
13+
14+ For info on syntax to collect variables inside script see examples:
15+ - [ dev guide] ( https://help.quali.com/Online%20Help/0.0/Portal/Content/DevGuide/Config-Mng/Custom-Scripts.htm?tocpath=The%20CloudShell%20DevGuide%7CDeveloping%20Configuration%20Management%20Scripts%20for%20Apps%7CCustom%20Script%20Development%20for%20Apps%7C_____0 )
16+ - [ usage example] ( https://github.com/QualiSystemsLab/App-Configuration-Demo-Scripts/blob/master/print_email_param.sh )
You can’t perform that action at this time.
0 commit comments