Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
6d658198
Commit
6d658198
authored
2 years ago
by
Rohan
Committed by
Rohan
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use AMF fqdn in gnb
parent
a2a42c3b
No related branches found
No related tags found
1 merge request
!60
Use AMF fqdn in gnb chart
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/oai-5g-ran/oai-gnb/templates/deployment.yaml
+10
-0
10 additions, 0 deletions
charts/oai-5g-ran/oai-gnb/templates/deployment.yaml
charts/oai-5g-ran/oai-gnb/values.yaml
+3
-1
3 additions, 1 deletion
charts/oai-5g-ran/oai-gnb/values.yaml
with
13 additions
and
1 deletion
charts/oai-5g-ran/oai-gnb/templates/deployment.yaml
+
10
−
0
View file @
6d658198
...
@@ -125,6 +125,16 @@ spec:
...
@@ -125,6 +125,16 @@ spec:
configMapKeyRef
:
configMapKeyRef
:
name
:
{{
.Chart.Name
}}
-configmap
name
:
{{
.Chart.Name
}}
-configmap
key
:
amfIpAddress
key
:
amfIpAddress
-
name
:
USE_FQDN
valueFrom
:
configMapKeyRef
:
name
:
{{
.Chart.Name
}}
-configmap
key
:
useFqdn
-
name
:
AMF_FQDN
valueFrom
:
configMapKeyRef
:
name
:
{{
.Chart.Name
}}
-configmap
key
:
amfFqdn
-
name
:
GNB_NGA_IF_NAME
-
name
:
GNB_NGA_IF_NAME
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
charts/oai-5g-ran/oai-gnb/values.yaml
+
3
−
1
View file @
6d658198
...
@@ -83,7 +83,9 @@ config:
...
@@ -83,7 +83,9 @@ config:
nssaiSst
:
"
1"
#currently only 4 standard values are allowed 1,2,3,4
nssaiSst
:
"
1"
#currently only 4 standard values are allowed 1,2,3,4
nssaiSd0
:
"
0027db"
#values in hexa-decimal format
nssaiSd0
:
"
0027db"
#values in hexa-decimal format
nssaiSd1
:
"
112233"
nssaiSd1
:
"
112233"
amfIpAddress
:
"
172.17.0.8"
# amf ip-address
useFqdn
:
"
true"
amfFqdn
:
"
oai-amf-svc"
amfIpAddress
:
"
0.0.0.0"
# amf ip-address or service-name
gnbNgaIfName
:
"
eth0"
# net1 in case multus create is true that means another interface is created for ngap interface, n2 to communicate with amf
gnbNgaIfName
:
"
eth0"
# net1 in case multus create is true that means another interface is created for ngap interface, n2 to communicate with amf
gnbNgaIpAddress
:
"
status.podIP"
# n2IPadd in case multus create is true
gnbNgaIpAddress
:
"
status.podIP"
# n2IPadd in case multus create is true
gnbNguIfName
:
"
eth0"
#net2 in case multus create is true gtu interface for upf/spgwu
gnbNguIfName
:
"
eth0"
#net2 in case multus create is true gtu interface for upf/spgwu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment