diff options
author | Itohan <itohan.ukponmwan@intel.com> | 2019-05-24 23:52:26 +0000 |
---|---|---|
committer | Gary Wu <gwu@futurewei.com> | 2019-05-29 17:23:41 +0000 |
commit | 1f3c8d6b67fcfdc0bcb95d3b283b232a4bb56cbb (patch) | |
tree | c2e9afce785c164cfad09ccb0e1cbdbe7aaaeb9a /test/hpa_automation/heat/hpa_automation_config.json | |
parent | c43f25d5a256091c17d4f15d1c9287906cd4a7b7 (diff) |
Modified hpa_automation.py script
-Added more files required to run this script
-Added a README file
-Added sample hpa polices
Issue-ID: INT-905 INT-904 INT-794
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Change-Id: I5c77924863a9517ecaf7caaeb860c3c113a7b9d2
Diffstat (limited to 'test/hpa_automation/heat/hpa_automation_config.json')
-rwxr-xr-x | test/hpa_automation/heat/hpa_automation_config.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/hpa_automation/heat/hpa_automation_config.json b/test/hpa_automation/heat/hpa_automation_config.json index ff21bfe89..94ef7c81b 100755 --- a/test/hpa_automation/heat/hpa_automation_config.json +++ b/test/hpa_automation/heat/hpa_automation_config.json @@ -25,15 +25,17 @@ "so_mariadb_password" : "secretpassword", "so_mariadb_db" : "catalogdb", "multicloud_url" : "http://10.12.6.235:30280", -"policy_url" : "https://10.12.6.235:30240", +"policy_url" : "https://10.12.6.235:30694", "policy_username" : "testpdp", "policy_password" : "alpha123", -"policy_models_directory" : "/root/automation_stuff/optf-osdf/osdf/models/policy/placement/tosca_upload/", "policy_directory" : "/root/automation_stuff/vfw_policies", "policy_scope" : "OSDF_CASABLANCA", "policy_onapName" : "SampleDemo", "policy_config_type": "MicroService", "policy_pdp_group" : "default", +"policy_db_ip" : "10.42.5.60", +"policy_db_user" : "root", +"policy_db_password" : "secret", "//" : "Put in a temp resource module name, should be the same in policy files, script will replace it in policies", "temp_resource_module_name" : "resource_name", |