Goal:
Trying to setup Capif with the IMM NetApp.
Result:
Errors when running manually the prepare.sh script:
requests.exceptions.ConnectionError: HTTPConnectionPool(host=‘capifcore’, port=8080): Max retries exceeded with url: /register (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x00000252E3118E80>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’))
Screenshot of the error:
Steps to reproduce:
-
Run the Capif services (sudo ./run.sh, got the “All Capif services are running” message)
-
Run the NEF emulator. Emulator starts successfully, but unclear if the unboarding with Capif went well or not.
-
Run the ./prepare.sh command. I’m doing it manually since I wanted to test Capif locally for now (=> not using a container for our NetApp).
Host environment:
Windows 10
Git bash
Docker-for-Windows
NEF emulator 1.6.1
Recent CAPIF version (from last week, develop branch)
/etc/host file: tried with localhost, then localhost and 172.17.0.1:
File structure:
Content of capif_onboarding folder:
Capif_registration json file:
Is there something I missed in the procedure to setup Capif?
Thank you in advance for your help.