Skip to content
Snippets Groups Projects
Commit 6d658198 authored by Rohan's avatar Rohan Committed by Rohan
Browse files

Use AMF fqdn in gnb

parent a2a42c3b
No related branches found
No related tags found
1 merge request!60Use AMF fqdn in gnb chart
...@@ -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:
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment