aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-22 14:51:20 +0000
committerJim Hahn <jrh3@att.com>2021-07-22 14:51:20 +0000
commitcbb065aa43db6a1552aeb51bbb8b1020333a7aba (patch)
tree181eb2b234fc01a14629e882d4356cf351405f38 /packages
parentb59b14d47b590ff94b7c98348c1617990d03c86f (diff)
Revert "Use new RestClientParameters class in distribution"
This reverts commit b59b14d47b590ff94b7c98348c1617990d03c86f. Reason for revert: needs complete rework Issue-ID: POLICY-3456 Change-Id: I7b1f5bb1a9c8cb681808d52b4d6c18377f6a0250 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json9
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json7
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
}
}