summaryrefslogtreecommitdiffstats
path: root/heat/register.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-10-10 13:09:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-10 13:09:50 +0000
commitc4f74e1be04c3a60119ef047fb81795093ab2735 (patch)
tree75da750b7b24f9fde0bdd3ea883824a9ab93d244 /heat/register.sh
parent65e8bdac293ea4d9af9b2e24b9e8ea0e437ad11a (diff)
parent69aedf8e5bbe110f95defb06cedd8a212bd19eb7 (diff)
Merge "Add aaf tls certifiacte support"
Diffstat (limited to 'heat/register.sh')
-rwxr-xr-xheat/register.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/heat/register.sh b/heat/register.sh
index 6bd7b7b..66c4f72 100755
--- a/heat/register.sh
+++ b/heat/register.sh
@@ -197,7 +197,10 @@ REGKV='
"policy_handler": {
"deploy_handler": {
"target_entity": "deployment_handler",
+ "tls_ca_mode": "do_not_verify",
"max_msg_length_mb": 5,
+ "url" : "https://{{ dcae_ip_addr }}:8188",
+ "tls_ca_mode" : "cert_directory",
"query": {
"cfy_tenant_name": "default_tenant"
}
@@ -214,6 +217,9 @@ REGKV='
},
"policy_engine": {
"path_api": "/pdp/api/",
+ "path_notifications" : "/pdp/notifications",
+ "tls_ca_mode" : "cert_directory",
+ "tls_wss_ca_mode" : "cert_directory",
"headers": {
"Environment": "TEST",
"ClientAuth": "cHl0aG9uOnRlc3Q=",
@@ -222,8 +228,10 @@ REGKV='
"Authorization": "Basic dGVzdHBkcDphbHBoYTEyMw=="
},
"path_pdp": "/pdp/",
- "url": "http://{{ policy_ip_addr }}:8081",
- "target_entity": "policy_engine"
+ "url": "https://{{ policy_ip_addr }}:8081",
+ "target_entity": "policy_engine",
+ "tls_wss_ca_mode": "do_not_verify",
+ "tls_ca_mode": "do_not_verify"
}
}
}'