Hello Experts, I have AAI Casablanca dev environment running in a VM and the Resources Microservice is started.
I am trying to set up ESR in the same VM. I see that ESR is dependent on MSB and AAI. 1. MSB microservices running on the same VM using host network steps given in the below page https://wiki.onap.org/display/DW/MSB+Test+Environment+Setup I am able to access the MSB Portal. 2. Followed the steps in the below document to set up ESR https://wiki.onap.org/display/DW/ESR+setup Did the docker run esr-server sudo docker run -p 9518:9518 -d --net=host --name esr-server -e MSB_ADDR=${MSB_SERVER_IP<http://10.74.148.80:10081/api/microservices/v1/services>}:80 nexus3.onap.org<http://nexus3.onap.org/>:10001/onap/aai/esr-server In the esr-server container, I see that the port 9518 is open and listening. When I try to test whether the esr-service is running, I do not see any response. (I tried the command both from inside the container and outside the container) $ curl -v -X GET http://localhost:9518/api/aai-esr-server/v1/test * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 9518 (#0) > GET /api/aai-esr-server/v1/test HTTP/1.1 > Host: localhost:9518 > User-Agent: curl/7.47.0 > Accept: */* > * Connection #0 to host localhost left intact Please let me know if there's something that I am missing. Please let me know if you need information. It would be great if you can give me some pointers. Thanks, Thiriloshini -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15730): https://lists.onap.org/g/onap-discuss/message/15730 Mute This Topic: https://lists.onap.org/mt/30062842/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
