Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
bcd4a4bd
Commit
bcd4a4bd
authored
Sep 27, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(doc): healthchecks are now embedded in CN5G images
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
bb396052
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
doc/tutorial_resources/docker-compose-basic-nrf.yaml
doc/tutorial_resources/docker-compose-basic-nrf.yaml
+0
-49
No files found.
doc/tutorial_resources/docker-compose-basic-nrf.yaml
View file @
bcd4a4bd
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment