Goal:
Trying to setup CAPIF + NEF (locally for now) for the IMM NetApp
Result:
Error when trying to run the NEF emulator:
network services_default declared as external, but could not be found
Steps to reproduce:
-
Clone the CAPIF repo,
-
Go to services folder
-
Run the ./run.sh command, then check its result. Unclear if everything is fine or not.
-
Clear everything related to the NEF emulator container
-
Complete the /etc/hosts file with capifcore line (using localhost)
- Set EXTERNAL_NET=true in the env-for-local-dev file, then copy it to .env
- Re-build NEF emulator (without cache), then try to run it
Host environment:
- Windows 10
- Git bash
- Docker-for-Windows
- NEF emulator 1.6.1
- Last CAPIF version (develop branch)
Potential origin of the issue: not using sudo when running the ./run.sh script? Sudo is not available in git bash for Windows, but I will investigate in this direction for now. Am I missing something else?
Edit: I installed this to be able to run sudo commands, but it led to the same result.
Thank you in advance!