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
b16228fe
Commit
b16228fe
authored
Sep 24, 2021
by
Tien-Thinh Nguyen
Browse files
Temporarily update API version of UDM/UDR to v2 instead of v1
parent
0d93a9a2
Changes
8
Hide whitespace changes
Inline
Side-by-side
charts/oai-smf/values.yaml
View file @
b16228fe
...
...
@@ -72,7 +72,7 @@ config:
amfFqdn
:
"
oai-amf-svc"
# configure if NRF is not used
udmIpv4Address
:
"
127.0.0.1"
# configure if UDM is used
udmPort
:
"
80"
# configure if UDM is used
udmApiVersion
:
"
v
1
"
# configure if UDM is used
udmApiVersion
:
"
v
2
"
# configure if UDM is used
udmFqdn
:
"
localhost"
# configure if UDM is used
nrfIpv4Address
:
"
127.0.0.1"
# configure if NRF can only be reached using ip-address
nrfPort
:
"
80"
...
...
ci-scripts/charts/oai-smf/values.yaml
View file @
b16228fe
...
...
@@ -71,7 +71,7 @@ config:
amfFqdn
:
"
oai-smf-svc"
udmIpv4Address
:
"
127.0.0.1"
udmPort
:
"
80"
udmApiVersion
:
"
v
1
"
udmApiVersion
:
"
v
2
"
udmFqdn
:
"
localhost"
nrfIpv4Address
:
"
127.0.0.1"
nrfPort
:
"
80"
...
...
ci-scripts/charts/oai-udr/values.yaml
View file @
b16228fe
...
...
@@ -59,7 +59,7 @@ config:
udrInterfaceNameForNudr
:
"
eth0"
udrInterfaceHttp1PortForNudr
:
"
80"
udrInterfaceHttp2PortForNudr
:
"
8080"
udrApiVersion
:
"
v
1
"
udrApiVersion
:
"
v
2
"
mySqlServer
:
"
mysql"
mySqlUser
:
"
root"
mySqlPass
:
"
linux"
...
...
ci-scripts/dsTesterDockerCompose/docker-compose.tplt
View file @
b16228fe
...
...
@@ -40,7 +40,7 @@ services:
- UDR_INTERFACE_NAME_FOR_NUDR=eth0
- UDR_INTERFACE_PORT_FOR_NUDR=80
- UDR_INTERFACE_HTTP2_PORT_FOR_NUDR=8080
- UDR_API_VERSION=v
1
- UDR_API_VERSION=v
2
- MYSQL_IPV4_ADDRESS=192.168.61.194
- MYSQL_USER=test
- MYSQL_PASS=test
...
...
@@ -270,7 +270,7 @@ services:
- AMF_FQDN=cicd_oai_amf
- UDM_IPV4_ADDRESS=127.0.0.1
- UDM_PORT=80
- UDM_API_VERSION=v
1
- UDM_API_VERSION=v
2
- UDM_FQDN=localhost
- UPF_IPV4_ADDRESS=192.168.61.198
- UPF_FQDN_0=cicd_oai_upf
...
...
docker-compose/docker-compose-no-nrf.yaml
View file @
b16228fe
...
...
@@ -105,7 +105,7 @@ services:
-
AMF_FQDN=oai-amf
-
UDM_IPV4_ADDRESS=127.0.0.1
-
UDM_PORT=80
-
UDM_API_VERSION=v
1
-
UDM_API_VERSION=v
2
-
UDM_FQDN=localhost
-
UPF_IPV4_ADDRESS=192.168.70.134
-
UPF_FQDN_0=oai-upf
...
...
docker-compose/docker-compose-no-privilege.yaml
View file @
b16228fe
...
...
@@ -125,7 +125,7 @@ services:
-
AMF_FQDN=oai-amf
-
UDM_IPV4_ADDRESS=127.0.0.1
-
UDM_PORT=80
-
UDM_API_VERSION=v
1
-
UDM_API_VERSION=v
2
-
UDM_FQDN=localhost
-
UPF_IPV4_ADDRESS=192.168.70.134
-
UPF_FQDN_0=oai-spgwu
...
...
docker-compose/docker-compose-vpp-upf.yaml
View file @
b16228fe
...
...
@@ -100,7 +100,7 @@ services:
-
AMF_API_VERSION=v1
-
UDM_IPV4_ADDRESS=127.0.0.1
-
UDM_PORT=80
-
UDM_API_VERSION=v
1
-
UDM_API_VERSION=v
2
-
UPF_IPV4_ADDRESS=192.168.71.202
-
NRF_IPV4_ADDRESS=0.0.0.0
-
NRF_PORT=80
...
...
docker-compose/docker-compose.yaml
View file @
b16228fe
...
...
@@ -125,7 +125,7 @@ services:
-
AMF_FQDN=oai-amf
-
UDM_IPV4_ADDRESS=127.0.0.1
-
UDM_PORT=80
-
UDM_API_VERSION=v
1
-
UDM_API_VERSION=v
2
-
UDM_FQDN=localhost
-
UPF_IPV4_ADDRESS=192.168.70.134
-
UPF_FQDN_0=oai-spgwu
...
...
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