diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-22 15:23:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-22 15:23:37 +0000 |
commit | 81371839bd42ee2c54a072614e0da8d057032beb (patch) | |
tree | 997fd58bbb406d351e15b5e6863ad67e53d8ed8f /packages | |
parent | fdb749f777927106cd01510374bc13487a40fe90 (diff) | |
parent | cbb065aa43db6a1552aeb51bbb8b1020333a7aba (diff) |
Merge "Revert "Use new RestClientParameters class in distribution""
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 9 | ||||
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 36bec4c0..f5fe30d5 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -71,21 +71,20 @@ "parameterClassName": "org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiForwarderParameters", "parameters": { "apiParameters": { - "hostname": "policy-api", + "hostName": "policy-api", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, "papParameters": { - "hostname": "policy-pap", + "hostName": "policy-pap", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, + "isHttps": true, "deployPolicies": true } } } -} +}
\ No newline at end of file diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json index b2970e73..4589fddc 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json @@ -51,19 +51,18 @@ "parameterClassName": "org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiForwarderParameters", "parameters": { "apiParameters": { - "hostname": "policy-api", + "hostName": "policy-api", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, "papParameters": { - "hostname": "policy-pap", + "hostName": "policy-pap", "port": 6969, - "useHttps": true, "userName": "healthcheck", "password": "zb!XztG34" }, + "isHttps": true, "deployPolicies": true } } |