Skip to content

Commit 7b70917

Browse files
committed
Make the AMF to use the IP address actually set in vars/main.yaml
1 parent c98dc76 commit 7b70917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/core/templates/hpa-5g-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ omec-control-plane:
5757
deploy: true # if enabled then deploy sctp pod.
5858
# Once backend is stable, this option will be enabled by default
5959
ngapp:
60-
externalIp: {{ ansible_default_ipv4.address }}
60+
externalIp: {{ core.amf.ip }}
6161
port: 38412
6262

6363
upfadapter:

roles/core/templates/radio-5g-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ omec-control-plane:
6060
# Use externalIP if you need to access AMF from remote setup
6161
# and you don't want setup NodePort Service Type
6262
ngapp:
63-
externalIp: {{ ansible_default_ipv4.address }}
63+
externalIp: {{ core.amf.ip }}
6464
port: 38412
6565
cfgFiles:
6666
amfcfg.conf:

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ omec-control-plane:
6161
# Use externalIP if you need to access AMF from remote setup
6262
# and you don't want setup NodePort Service Type
6363
ngapp:
64-
externalIp: {{ ansible_default_ipv4.address }}
64+
externalIp: {{ core.amf.ip }}
6565
port: 38412
6666
cfgFiles:
6767
amfcfg.conf:

0 commit comments

Comments
 (0)