From da87906ac3df44182ef8ae1904809ddb6c32d740 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 30 Nov 2018 01:23:17 +0000 Subject: [PATCH] Use new ODL diagstatus heath check REST URL OpenDaylight's Infrautils project has a new, recommended method for checking when ODL is up and ready. Use this new diagstatus ODL NB REST API endpoint vs the old netvirt:1 endpoint. ODL Jira that tracked adding diagstatus REST API: https://jira.opendaylight.org/browse/INFRAUTILS-33 RH BZ tracking moving to diagstatus: https://bugzilla.redhat.com/show_bug.cgi?id=1642270 Change-Id: I44dc5ba7680a9c5db2d6070e813d9b0e31d6e811 Signed-off-by: Daniel Farrell --- puppet/services/opendaylight-ovs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/opendaylight-ovs.yaml b/puppet/services/opendaylight-ovs.yaml index 8af30ca179..fd18466209 100644 --- a/puppet/services/opendaylight-ovs.yaml +++ b/puppet/services/opendaylight-ovs.yaml @@ -15,7 +15,7 @@ parameters: OpenDaylightCheckURL: description: URL postfix to verify ODL has finished starting up type: string - default: 'restconf/operational/network-topology:network-topology/topology/netvirt:1' + default: 'diagstatus' OpenDaylightApiVirtualIP: type: string default: ''