Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-fed
Commits
0d93a9a2
Commit
0d93a9a2
authored
Aug 27, 2021
by
Mohammed Ismail
Browse files
CI: docker-compose updated to enable fqdn on ausf udm
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
742c6175
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/dsTesterDockerCompose/docker-compose.tplt
View file @
0d93a9a2
...
...
@@ -77,9 +77,11 @@ services:
- SBI_IF_NAME=eth0
- SBI_PORT=80
- UDM_VERSION_NB=v1
- USE_FQDN_DNS=yes
- UDR_IP_ADDRESS=192.168.61.200
- UDR_PORT=80
- UDR_VERSION_NB=v1
- UDR_FQDN=cicd_oai_udr
depends_on:
- cicd_mysql
- cicd_oai_udr
...
...
@@ -111,12 +113,11 @@ services:
- AUSF_NAME=OAI_AUSF
- SBI_IF_NAME=eth0
- SBI_PORT=80
- USE_FQDN_DNS=yes
- UDM_IP_ADDRESS=192.168.61.201
- UDM_PORT=80
- UDM_VERSION_NB=v1
- AMF_IP_ADDRESS=192.168.61.196
- AMF_PORT=80
- AMF_VERSION_NB=v1
- UDM_FQDN=cicd_oai_udm
depends_on:
- cicd_mysql
- cicd_oai_udr
...
...
@@ -216,13 +217,14 @@ services:
- NRF_PORT=80
- NF_REGISTRATION=yes
- SMF_SELECTION=yes
- USE_FQDN_DNS=
no
- USE_FQDN_DNS=
yes
- EXTERNAL_AUSF=yes
- NRF_API_VERSION=v1
- NRF_FQDN=cicd_oai_nrf
- AUSF_IPV4_ADDRESS=192.168.61.199
- AUSF_PORT=80
- AUSF_API_VERSION=v1
- AUSF_FQDN=cicd_oai_ausf
depends_on:
- cicd_mysql
- cicd_oai_nrf
...
...
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