From bcd4a4bd1b00cc59fbb4b1e3993a5bac30653443 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 27 Sep 2022 14:40:42 +0200 Subject: [PATCH] fix(doc): healthchecks are now embedded in CN5G images Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- .../docker-compose-basic-nrf.yaml | 49 ------------------- 1 file changed, 49 deletions(-) diff --git a/doc/tutorial_resources/docker-compose-basic-nrf.yaml b/doc/tutorial_resources/docker-compose-basic-nrf.yaml index 1c78bf37f93..b88020e6b02 100644 --- a/doc/tutorial_resources/docker-compose-basic-nrf.yaml +++ b/doc/tutorial_resources/docker-compose-basic-nrf.yaml @@ -51,13 +51,6 @@ services: networks: public_net: ipv4_address: 192.168.70.136 - volumes: - - ./healthscripts/udr-healthcheck.sh:/openair-udr/bin/udr-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-udr/bin/udr-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 oai-udm: container_name: "oai-udm" image: oai-udm:develop @@ -86,13 +79,6 @@ services: networks: public_net: ipv4_address: 192.168.70.137 - volumes: - - ./healthscripts/udm-healthcheck.sh:/openair-udm/bin/udm-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-udm/bin/udm-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 oai-ausf: container_name: "oai-ausf" image: oai-ausf:develop @@ -120,13 +106,6 @@ services: networks: public_net: ipv4_address: 192.168.70.138 - volumes: - - ./healthscripts/ausf-healthcheck.sh:/openair-ausf/bin/ausf-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-ausf/bin/ausf-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 oai-nrf: container_name: "oai-nrf" image: oai-nrf:develop @@ -141,13 +120,6 @@ services: networks: public_net: ipv4_address: 192.168.70.130 - volumes: - - ./healthscripts/nrf-healthcheck.sh:/openair-nrf/bin/nrf-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-nrf/bin/nrf-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 oai-amf: container_name: "oai-amf" image: oai-amf:develop @@ -213,13 +185,6 @@ services: - mysql - oai-nrf - oai-ausf - volumes: - - ./healthscripts/amf-healthcheck.sh:/openair-amf/bin/amf-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-amf/bin/amf-healthcheck.sh" - interval: 10s - timeout: 15s - retries: 5 networks: public_net: ipv4_address: 192.168.70.132 @@ -270,13 +235,6 @@ services: depends_on: - oai-nrf - oai-amf - volumes: - - ./healthscripts/smf-healthcheck.sh:/openair-smf/bin/smf-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-smf/bin/smf-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 networks: public_net: ipv4_address: 192.168.70.133 @@ -325,13 +283,6 @@ services: cap_drop: - ALL privileged: true - volumes: - - ./healthscripts/spgwu-healthcheck.sh:/openair-spgwu-tiny/bin/spgwu-healthcheck.sh - healthcheck: - test: /bin/bash -c "/openair-spgwu-tiny/bin/spgwu-healthcheck.sh" - interval: 10s - timeout: 5s - retries: 5 networks: public_net: ipv4_address: 192.168.70.134 -- GitLab