Hi guys,
apparently the informations about the Socketplane containers are lost after a reboot. "curl -s -X GET http://localhost:6675/v0.1/connections" will come back empty after reboot. that means the informations are not stored in across other Socketplane hosts in the same DC. is there a way to persist the data in case we have to restart the host?
curl -s -X POST http://localhost:6675/v0.1/connections -d "{ "container_id": "$cid", "container_name": "$cName", "container_pid": "$cPid", "network": "$network" }"
this would write the entry back into the kv store but socketplane generates new networking informations as well as generating new ovs-ports.
Hi guys,
apparently the informations about the Socketplane containers are lost after a reboot. "curl -s -X GET http://localhost:6675/v0.1/connections" will come back empty after reboot. that means the informations are not stored in across other Socketplane hosts in the same DC. is there a way to persist the data in case we have to restart the host?
curl -s -X POST http://localhost:6675/v0.1/connections -d "{ "container_id": "$cid", "container_name": "$cName", "container_pid": "$cPid", "network": "$network" }"
this would write the entry back into the kv store but socketplane generates new networking informations as well as generating new ovs-ports.