summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2019-04-23 14:49:01 +0000
committeremartin <ephraim.martin@est.tech>2019-04-23 14:49:01 +0000
commitd5f3810292e6c85d123de7aa28fa0c860a21c183 (patch)
tree917dee3f70477c64e545ff84482d4a42236e6758 /src/main/resources
parentea5f0af6c28863b5f8ee220e105b6c3221c68b03 (diff)
Fix minor bugs in ves publisher1.0.0
* Publisher now uses existing RequestID * Introduce basicAuth for publisher * Clean up ves string by removing new lines * Update pm-mapper topic name in blueprint * Update reconfigure script to use https Change-Id: Ib743127b04077b063c73415b1475be83e200ec3b Issue-ID: DCAEGEN2-1444 Signed-off-by: emartin <ephraim.martin@est.tech>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/reconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/reconfigure.sh b/src/main/resources/reconfigure.sh
index ac6f940..79aea06 100644
--- a/src/main/resources/reconfigure.sh
+++ b/src/main/resources/reconfigure.sh
@@ -2,5 +2,5 @@
while true
do
sleep 60
- echo $(wget -S --spider localhost:8081/reconfigure 2>&1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
+ echo $(wget -S --spider --no-check-certificate https://localhost:8443/reconfigure 2>&1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
done