Commit bcd4a4bd authored by Raphael Defosseux's avatar Raphael Defosseux

fix(doc): healthchecks are now embedded in CN5G images

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent bb396052
...@@ -51,13 +51,6 @@ services: ...@@ -51,13 +51,6 @@ services:
networks: networks:
public_net: public_net:
ipv4_address: 192.168.70.136 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: oai-udm:
container_name: "oai-udm" container_name: "oai-udm"
image: oai-udm:develop image: oai-udm:develop
...@@ -86,13 +79,6 @@ services: ...@@ -86,13 +79,6 @@ services:
networks: networks:
public_net: public_net:
ipv4_address: 192.168.70.137 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: oai-ausf:
container_name: "oai-ausf" container_name: "oai-ausf"
image: oai-ausf:develop image: oai-ausf:develop
...@@ -120,13 +106,6 @@ services: ...@@ -120,13 +106,6 @@ services:
networks: networks:
public_net: public_net:
ipv4_address: 192.168.70.138 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: oai-nrf:
container_name: "oai-nrf" container_name: "oai-nrf"
image: oai-nrf:develop image: oai-nrf:develop
...@@ -141,13 +120,6 @@ services: ...@@ -141,13 +120,6 @@ services:
networks: networks:
public_net: public_net:
ipv4_address: 192.168.70.130 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: oai-amf:
container_name: "oai-amf" container_name: "oai-amf"
image: oai-amf:develop image: oai-amf:develop
...@@ -213,13 +185,6 @@ services: ...@@ -213,13 +185,6 @@ services:
- mysql - mysql
- oai-nrf - oai-nrf
- oai-ausf - 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: networks:
public_net: public_net:
ipv4_address: 192.168.70.132 ipv4_address: 192.168.70.132
...@@ -270,13 +235,6 @@ services: ...@@ -270,13 +235,6 @@ services:
depends_on: depends_on:
- oai-nrf - oai-nrf
- oai-amf - 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: networks:
public_net: public_net:
ipv4_address: 192.168.70.133 ipv4_address: 192.168.70.133
...@@ -325,13 +283,6 @@ services: ...@@ -325,13 +283,6 @@ services:
cap_drop: cap_drop:
- ALL - ALL
privileged: true 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: networks:
public_net: public_net:
ipv4_address: 192.168.70.134 ipv4_address: 192.168.70.134
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment