File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ omec-control-plane:
57
57
deploy : true # if enabled then deploy sctp pod.
58
58
# Once backend is stable, this option will be enabled by default
59
59
ngapp :
60
- externalIp : {{ ansible_default_ipv4.address }}
60
+ externalIp : {{ core.amf.ip }}
61
61
port : 38412
62
62
63
63
upfadapter :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ omec-control-plane:
60
60
# Use externalIP if you need to access AMF from remote setup
61
61
# and you don't want setup NodePort Service Type
62
62
ngapp :
63
- externalIp : {{ ansible_default_ipv4.address }}
63
+ externalIp : {{ core.amf.ip }}
64
64
port : 38412
65
65
cfgFiles :
66
66
amfcfg.conf :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ omec-control-plane:
61
61
# Use externalIP if you need to access AMF from remote setup
62
62
# and you don't want setup NodePort Service Type
63
63
ngapp :
64
- externalIp : {{ ansible_default_ipv4.address }}
64
+ externalIp : {{ core.amf.ip }}
65
65
port : 38412
66
66
cfgFiles :
67
67
amfcfg.conf :
You can’t perform that action at this time.
0 commit comments