OpenDaylight Geo-D setup

84 Views Asked by At

I am trying to set up nitrogen version of ODL in Geo-D configuration. As per the ODL documentation, initially I set up a cluster with 6 nodes(3 in active site and 3 nodes in standby site) with active side nodes' status as Voting members and Standby site nodes are as non-voting members.

My use case is - Bring down all the 3 nodes in active site and flip the voting state on standby nodes. There is a POST RPC call to flip the status.

POST  /restconf/operations/cluster-admin:flip-member-voting-states-for-all-shards

I am not able to execute this POST method through postman tool and getting authentication failure error.

Error 401 Unauthorized

1

There are 1 best solutions below

1
jamo On

are you able to execute the REST API before you bring down the active nodes?

you can do a simple GET to /restconf/streams on all nodes when they are up to double check. Should get a 200 response code and short/empty streams json response.