Hi All,
I am trying to test the sonic-mgmt-framework with sonic-vs
I run both the component in 2 docker.
and tried to do GET operation. I tried get interface and port information which fails.
As per my understanding any docker including sonic-mgmt-docker talks to redis which is part of sonic-vs(in my case) over a unix socket. I bind mounted the folder /var/run/redis for connectivity between rest-server and redisDB. I could able to see sonic-mgmt-framework connect to the redis database present in the other container sonic-vs. However get/set/post operation fails.
Here how I run the 2 docker
sudo docker run --name APsonic -v /var/run/redis:/var/run/redis -d docker-sonic-vs:latest
docker run --name APsonicMgmtFrMod -p 443:443 -v /var/run/redis:/var/run/redis -d docker-sonic-mgmt-framework:latest
Here are the log of mgmt docker.
Appreciate your help.
Thanks,
Amaresh