Resolve "Include workaround for local deployment with different hostname"
Merged
requested to merge OCF-Doc26-include-workaround-for-local-deployment-with-different-hostname into develop
Compare changes
Files
2+ 6
− 12
* [Run **all** CAPIF Services locally with Docker images](#run-all-capif-services-locally-with-docker-images)
* [Run **all** CAPIF Services locally with Docker images *and deploy monitoring stack*](#run-all-capif-services-locally-with-docker-images-and-deploy-monitoring-stack)
> Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services).
@@ -72,7 +61,7 @@ Usage: ./run.sh <options>
@@ -72,7 +61,7 @@ Usage: ./run.sh <options>
This script builds and runs all services using docker images, including mongodb and nginx locally and in the background, and imports ca.crt to nginx. By default monitoring is not activated and Nginx is deployed use **capifcore** as a hostname.
@@ -87,6 +76,11 @@ Some examples of use:
@@ -87,6 +76,11 @@ Some examples of use:
> **IMPORTANT NOTE:** In some versions change of hostname in local deployment (setting some value different than ***capifcore***) creates wrong certificates on vault component. This prevents successful requests using the certificates. if this is your case, here is a little workaround to solve this issue meanwhile SDG is solving it:
If you want to check if all CAPIF services are running properly in a local machine after executing run.sh, you can use: