Skip to content
Snippets Groups Projects
Commit 98246ca1 authored by turletti's avatar turletti
Browse files

update

parent 4394448e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: @NAME_GNB_CU_CP_SA@ # "oai-cu-cp-sa"
name: @NAME_CUCP_SA@ # "oai-cu-cp-sa"
## CU-CP can work with 1 virtual ip-address here we are using three different virtual interfaces.
## In case you are using 1 ip-address for all 3 logical interfaces then please change it template/configmap.yaml
......@@ -27,61 +27,60 @@ serviceAccount:
multus:
# to remove the default gateway change it with ""
defaultGateway: "@DEFAULT_GW_GNB@"
defaultGateway: ""
e1Interface:
create: @MULTUS_GNB_E1@ # false
IPadd: "@IP_GNB_CUCP_E1@" # "192.168.18.12"
Netmask: "@NETMASK_GNB_E1@" # "24"
create: @MULTUS_CUCP_E1@ # false
IPadd: "@IP_CUCP_E1@" # "192.168.18.12"
Netmask: "@NETMASK_CUCP_E1@" # "24"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_CUCP_E1@"
Mac: "@MAC_CUCP_E1@"
# #name inside the pod is hardcoded right now
# name: "e1"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_CUCP_E1@"
routes: @ROUTES_GNB_CUCP_E1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_GNB_CUCP_E1@" # "bond0" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUCP_E1@"
routes: @ROUTES_CUCP_E1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_CUCP_E1@" # "bond0" # Interface of the host machine on which this pod will be scheduled
n2Interface:
create: @MULTUS_GNB_N2@
create: @MULTUS_CUCP_N2@
# #name inside the pod is hardcoded right now
# name: "n2"
IPadd: "@IP_GNB_N2@"
Netmask: "@NETMASK_GNB_N2@"
IPadd: "@IP_CUCP_N2@"
Netmask: "@NETMASK_CUCP_N2@"
# if Mac is empty then it will be removed
Mac: "@MAC_GNB_N2@"
Mac: "@MAC_CUCP_N2@"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_N2@"
routes: @ROUTES_GNB_N2@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_GNB_N2@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUCP_N2@"
routes: @ROUTES_CUCP_N2@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_CUCP_N2@" # Interface of the host machine on which this pod will be scheduled
f1cInterface:
create: @MULTUS_GNB_F1@ # false
IPadd: "@IP_GNB_CUCP_F1@" # "172.21.16.92"
Netmask: "@NETMASK_GNB_F1@" # "22"
create: @MULTUS_CUCP_F1@ # false
IPadd: "@IP_CUCP_F1@" # "172.21.16.92"
Netmask: "@NETMASK_CUCP_F1@" # "22"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_CUCP_F1@"
Mac: "@MAC_CUCP_F1@"
# #name inside the pod is hardcoded right now
# name: "f1"
# if gateway is commented then it will be removed
Gateway: "@GW_GNB_CU_F1@" # "172.21.19.254"
routes: @ROUTES_GNB_CU_F1@
hostInterface: "@IF_NAME_GNB_CU_F1@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUCP_F1@" # "172.21.19.254"
routes: @ROUTES_CUCP_F1@
hostInterface: "@IF_NAME_CUCP_F1@" # Interface of the host machine on which this pod will be scheduled
## configuration file is in template/config.yaml
## It is taken from https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/develop/ci-scripts/conf_files/gnb-cucp.sa.f1.conf
config:
timeZone: "Europe/Paris"
useAdditionalOptions: "@ADD_OPTIONS_CU_GNB@" #"--sa --log_config.global_log_options level,nocolor,time"
cucpName: "@NAME_GNB_CUCP@" # "oai-cu-cp"
cucpName: "@NAME_CUCP@" # "oai-cu-cp"
mcc: "@MCC@" # check the information with AMF, SMF, UPF
mnc: "@MNC@" # check the information with AMF, SMF, UPF
tac: "@TAC@" # check the information with AMF
#sst: "1" #currently only 4 standard values are allowed 1,2,3,4 # set via sed configmap
amfhost: "@AMF_IP_ADDRESS@" # "oai-amf" # amf ip-address or service-name oai-amf-svc or 172.21.6.94
n2IfName: "@GNB_CU_N2IFNAME@" # if multus.n2Interface.create is true then use n2
n3IfName: "@GNB_CU_N3IFNAME@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "@GNB_CU_F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
e1IfName: "@GNB_CU_E1IFNAME@" # "eth0" #if multus.e1Interface.create is true then use e1
f1cuPort: "@GNB_F1_CU_PORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
amfhost: "@HOST_AMF@" # "oai-amf" # amf ip-address or service-name oai-amf-svc or 172.21.6.94
n2IfName: "@N2IFNAME_CUCP@" # if multus.n2Interface.create is true then use n2
f1IfName: "@F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
e1IfName: "@E1IFNAME@" # "eth0" #if multus.e1Interface.create is true then use e1
f1cuPort: "@F1CUPORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@F1DUPORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
# Debugging section
......@@ -112,7 +111,7 @@ persistent:
## https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
## https://kubernetes.io/docs/concepts/workloads/pods/pod-qos
resources:
define: @QOS_GNB_DEF@
define: @QOS_CUCP_DEF@
limits:
nf:
cpu: 100m
......@@ -139,4 +138,4 @@ terminationGracePeriodSeconds: 5
nodeSelector: {}
nodeName:
nodeName: @NODE_CUCP@
......@@ -19,7 +19,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: @NAME_GNB_CU_UP_SA@ # "oai-cu-up-sa"
name: @NAME_CUUP_SA@ # "oai-cu-up-sa"
## CU-UP can work with 1 virtual ip-address here we are using three different virtual interfaces.
## In case you are using 1 ip-address for all 3 logical interfaces then please change it template/configmap.yaml
......@@ -28,59 +28,59 @@ multus:
#if defaultGateway is empty then it will be removed
defaultGateway: ""
e1Interface:
create: @MULTUS_GNB_E1@ # false
IPadd: "@IP_GNB_CUUP_E1@" # "192.168.18.13"
Netmask: "@NETMASK_GNB_E1@" # "24"
create: @MULTUS_CUUP_E1@ # false
IPadd: "@IP_CUUP_E1@" # "192.168.18.13"
Netmask: "@NETMASK_CUUP_E1@" # "24"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_CUUP_E1@"
Mac: "@MAC_CUUP_E1@"
# #name inside the pod is hardcoded right now
# name: "e1"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_CUUP_E1@"
routes: @ROUTES_GNB_CU_E1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_GNB_CUUP_E1@" # "bond0" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUUP_E1@"
routes: @ROUTES_CUUP_E1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_CUUP_E1@" # "bond0" # Interface of the host machine on which this pod will be scheduled
n3Interface:
create: @MULTUS_GNB_N3@
create: @MULTUS_CUUP_N3@
# #name inside the pod is hardcoded right now
# name: "n3"
IPadd: "@IP_GNB_N3@"
Netmask: "@NETMASK_GNB_N3@"
IPadd: "@IP_CUUP_N3@"
Netmask: "@NETMASK_CUUP_N3@"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_N3@"
Mac: "@MAC_CUUP_N3@"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_N3@"
routes: @ROUTES_GNB_N3@
hostInterface: "@IF_NAME_GNB_N3@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUUP_N3@"
routes: @ROUTES_CUUP_N3@
hostInterface: "@IF_NAME_CUUP_N3@" # Interface of the host machine on which this pod will be scheduled
f1uInterface:
create: @MULTUS_GNB_F1@ # false
IPadd: "@IP_GNB_CUUP_F1@" # "172.21.16.93"
Netmask: "@NETMASK_GNB_F1@" # "22"
create: @MULTUS_CUUP_F1@ # false
IPadd: "@IP_CUUP_F1@" # "172.21.16.93"
Netmask: "@NETMASK_CUUP_F1@" # "22"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_CUUP_F1@"
Mac: "@MAC_CUUP_F1@"
# #name inside the pod is hardcoded right now
# name: "f1u"
# if gateway is commented then it will be removed
Gateway: "@GW_GNB_CUUP_F1@" # "172.21.19.254"
routes: @ROUTES_GNB_CUUP_F1@
hostInterface: "@IF_NAME_GNB_CUUP_F1@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CUUP_F1@" # "172.21.19.254"
routes: @ROUTES_CUUP_F1@
hostInterface: "@IF_NAME_CUUP_F1@" # Interface of the host machine on which this pod will be scheduled
## configuration file is in template/config.yaml
## It is taken from https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/develop/ci-scripts/conf_files/gnb-cuup.sa.f1.conf
config:
timeZone: "Europe/Paris"
useAdditionalOptions: "@ADD_OPTIONS_CUUP_GNB@" # "--sa"
cuupName: "@NAME_GNB_CUUP@" # "oai-cuup"
useAdditionalOptions: "@ADD_OPTIONS_CUUP@" # "--sa"
cuupName: "@NAME_CUUP@" # "oai-cuup"
mcc: "@MCC@" # check the information with AMF, SMF, UPF
mnc: "@MNC@" # check the information with AMF, SMF, UPF
tac: "@TAC@" # check the information with AMF
#sst: "1" #currently only 4 standard values are allowed 1,2,3,4 # set via sed configmap
cuCpHost: "@NAME_GNB_CU@" # "oai-cu" #
n2IfName: "@GNB_CU_N2IFNAME@" # if multus.n2Interface.create is true then use n2
n3IfName: "@GNB_CU_N3IFNAME@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "@GNB_CU_F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
e1IfName: "@GNB_CU_E1IFNAME@" # "eth0" #if multus.e1Interface.create is true then use e1
f1cuPort: "@GNB_F1_CU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
cuCpHost: "@HOST_CUCP@" # "oai-cu" #
n2IfName: "@N2IFNAME_CUUP@" # if multus.n2Interface.create is true then use n2
n3IfName: "@N3IFNAME_CUUP@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "@F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
e1IfName: "@E1IFNAME@" # "eth0" #if multus.e1Interface.create is true then use e1
f1cuPort: "@F1CUPORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@F1DUPORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
## Debugging section
......@@ -111,7 +111,7 @@ persistent:
## https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
## https://kubernetes.io/docs/concepts/workloads/pods/pod-qos
resources:
define: @QOS_GNB_DEF@
define: @QOS_CUUP_DEF@
limits:
nf:
cpu: 100m
......@@ -137,4 +137,4 @@ terminationGracePeriodSeconds: 5
nodeSelector: {}
nodeName:
nodeName: @NODE_CUUP@
......@@ -19,7 +19,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: @NAME_GNB_CU_SA@ # "oai-cu-sa"
name: @NAME_CU_SA@ # "oai-cu-sa"
# oai-cu can be configured with multiple interface which may correspond to 3GPP logical interfaces. There can be one to one or one to many.
# In case of one to one mapping f1, n2, n3 all can have seperate virtual interfaces.
......@@ -28,64 +28,64 @@ serviceAccount:
## Change these ip-addresses according to your environment
multus:
# if default gateway is empty then it will be removed
defaultGateway: "@DEFAULT_GW_GNB@"
defaultGateway: ""
f1Interface:
create: @MULTUS_GNB_F1@ # false
IPadd: "@IP_GNB_CU_F1@" # "172.21.16.92"
Netmask: "@NETMASK_GNB_F1@" # "22"
create: @MULTUS_CU_F1@ # false
IPadd: "@IP_CU_F1@" # "172.21.16.92"
Netmask: "@NETMASK_CU_F1@" # "22"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_CU_F1@"
Mac: "@MAC_CU_F1@"
# #name inside the pod is hardcoded right now
# name: "f1"
# if gateway is commented then it will be removed
Gateway: "@GW_GNB_CU_F1@" # "172.21.19.254"
routes: @ROUTES_GNB_CU_F1@
hostInterface: "@IF_NAME_GNB_CU_F1@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CU_F1@" # "172.21.19.254"
routes: @ROUTES_CU_F1@
hostInterface: "@IF_NAME_CU_F1@" # Interface of the host machine on which this pod will be scheduled
n2Interface:
create: @MULTUS_GNB_N2@
create: @MULTUS_CU_N2@
# #name inside the pod is hardcoded right now
# name: "n2"
IPadd: "@IP_GNB_N2@"
Netmask: "@NETMASK_GNB_N2@"
IPadd: "@IP_CU_N2@"
Netmask: "@NETMASK_CU_N2@"
# if Mac is empty then it will be removed
Mac: "@MAC_GNB_N2@"
Mac: "@MAC_CU_N2@"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_N2@"
routes: @ROUTES_GNB_N2@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_GNB_N2@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CU_N2@"
routes: @ROUTES_CU_N2@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_CU_N2@" # Interface of the host machine on which this pod will be scheduled
n3Interface:
create: @MULTUS_GNB_N3@
create: @MULTUS_CU_N3@
# #name inside the pod is hardcoded right now
# name: "n3"
IPadd: "@IP_GNB_N3@"
Netmask: "@NETMASK_GNB_N3@"
IPadd: "@IP_CU_N3@"
Netmask: "@NETMASK_CU_N3@"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_N3@"
Mac: "@MAC_CU_N3@"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_N3@"
routes: @ROUTES_GNB_N3@
hostInterface: "@IF_NAME_GNB_N3@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_CU_N3@"
routes: @ROUTES_CU_N3@
hostInterface: "@IF_NAME_CU_N3@" # Interface of the host machine on which this pod will be scheduled
## If you want to change more configuration parameters then you should mount the config file
# in templates/configmap.yaml
# Example config files --> https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop/targets/PROJECTS/GENERIC-NR-5GC/CONF
config:
mountConfig: @GNB_CU_MOUNTCONFIG@ #If config file is mounted then please edit mount.conf in configmap.yaml properly
mountConfig: true #If config file is mounted then please edit mount.conf in configmap.yaml properly
timeZone: "Europe/Paris"
useAdditionalOptions: "@ADD_OPTIONS_CU_GNB@" #"--sa --log_config.global_log_options level,nocolor,time"
useAdditionalOptions: "@ADD_OPTIONS_CU@" #"--sa --log_config.global_log_options level,nocolor,time"
# If mounting the configuration file then below parameters are not used
cuName: "@NAME_GNB_CU@" # "oai-cu"
cuName: "@NAME_CU@" # "oai-cu"
mcc: "@MCC@" # check the information with AMF, SMF, UPF
mnc: "@MNC@" # check the information with AMF, SMF, UPF
tac: "@TAC@" # check the information with AMF
#sst: "1" #currently only 4 standard values are allowed 1,2,3,4 # set via sed configmap
amfhost: "@AMF_IP_ADDRESS@" # "oai-amf" # amf ip-address or service-name oai-amf-svc or 172.21.6.94
n2IfName: "@GNB_CU_N2IFNAME@" # if multus.n2Interface.create is true then use n2
n3IfName: "@GNB_CU_N3IFNAME@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "@GNB_CU_F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
cuHost: "@GNB_CU_HOST@" # "oai-cu" ## Ip-address or hostname
f1cuPort: "@GNB_F1_CU_PORT@" # 2153 if using same interface for f1 and n3 else standard port 2152 should be used if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@" # 2153 if using same interface for f1 and n3 else standard port 2152 should be used if f1 and n3 interface are different
amfhost: "@HOST_AMF@" # "oai-amf" # amf ip-address or service-name oai-amf-svc or 172.21.6.94
n2IfName: "@N2IFNAME_CU@" # if multus.n2Interface.create is true then use n2
n3IfName: "N3IFNAME_CU@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "@F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
cuHost: "@HOST_CU@" # "oai-cu" ## Ip-address or hostname
f1cuPort: "@F1CUPORT@" # 2153 if using same interface for f1 and n3 else standard port 2152 should be used if f1 and n3 interface are different
f1duPort: "@F1DUPORT@" # 2153 if using same interface for f1 and n3 else standard port 2152 should be used if f1 and n3 interface are different
## Debugging section
podSecurityContext:
......@@ -116,7 +116,7 @@ persistent:
## https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
## https://kubernetes.io/docs/concepts/workloads/pods/pod-qos
resources:
define: @QOS_GNB_DEF@
define: @QOS_CU_DEF@
limits:
nf:
cpu: 100m
......@@ -143,4 +143,4 @@ terminationGracePeriodSeconds: 5
nodeSelector: {}
nodeName:
nodeName: @NODE_CU@
......@@ -3,8 +3,8 @@ kubernetesType: Vanilla #Vanilla for community kubernetes distribution else Ope
## In case of using these charts on Openshift then please use UBI images
## To know more about them follow this tutorial https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/tree/master/openshift
nfimage: # image name either locally present or in a public/private repository
repository: @GNB_REPO@ # docker.io/oaisoftwarealliance/oai-gnb
version: @GNB_TAG@ # image tag or develop
repository: @DU_REPO@ # docker.io/oaisoftwarealliance/oai-gnb
version: @DU_TAG@ # image tag or develop
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
......@@ -19,7 +19,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "@NAME_GNB_DU_SA@" # "oai-du-sa"
name: "@NAME_DU_SA@" # "oai-du-sa"
# oai-du helm-charts can be used in RFSimulated mode which does not require multiple interaces.
......@@ -28,19 +28,19 @@ serviceAccount:
multus:
# if default gatway is left blank then it will be removed
defaultGateway: "@DEFAULT_GW_GNB@"
defaultGateway: ""
f1Interface:
create: @MULTUS_GNB_F1@ # false
IPadd: "@IP_GNB_DU_F1@" # "172.21.16.100"
Netmask: "@NETMASK_GNB_F1@" # "22"
create: @MULTUS_DU_F1@ # false
IPadd: "@IP_DU_F1@" # "172.21.16.100"
Netmask: "@NETMASK_DU_F1@" # "22"
# if mac is empty then it will be removed
Mac: "@MAC_GNB_DU_F1@"
Mac: "@MAC_DU_F1@"
# #name inside the pod is hardcoded right now
# name: "f1"
# if gateway is empty then it will be removed
Gateway: "@GW_GNB_DU_F1@" # "172.21.7.254"
routes: @ROUTES_GNB_F1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_GNB_DU_F1@" # Interface of the host machine on which this pod will be scheduled
Gateway: "@GW_DU_F1@" # "172.21.7.254"
routes: @ROUTES_DU_F1@ # [{'dst': '10.8.0.0/24','gw': '172.21.7.254'}, {'dst': '10.9.0.0/24','gw': '172.21.7.254'}]
hostInterface: "@IF_NAME_DU_F1@" # Interface of the host machine on which this pod will be scheduled
ru1Interface:
create: @MULTUS_GNB_RU1@
IPadd: "@IP_GNB_RU1@"
......@@ -71,20 +71,20 @@ multus:
# in templates/configmap.yaml
# Example config files --> https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop/targets/PROJECTS/GENERIC-NR-5GC/CONF
config:
mountConfig: @GNB_DU_MOUNTCONFIG@ #If config file is mounted then please edit mount.conf in templates/configmap.yaml properly
mountConfig: true #If config file is mounted then please edit mount.conf in templates/configmap.yaml properly
timeZone: "Europe/Paris"
useAdditionalOptions: "@ADD_OPTIONS_GNB@"
duName: "@NAME_GNB_DU@"
duName: "@NAME_DU@"
mcc: "@MCC@" # check the information with AMF, SMF, UPF
mnc: "@MNC@" # check the information with AMF, SMF, UPF
tac: "@TAC@" # check the information with AMF
#sst: "1" #currently only 4 standard values are allowed 1,2,3,4 # set via sed configmap
usrp: "@RRU_TYPE@" #allowed values rfsim, aw2s, b2xx, n3xx or x3xx
f1IfName: "@GNB_DU_F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
cuHost: "@GNB_CU_HOST@" # "oai-cu" ## Ip-address or hostname
f1cuPort: "@GNB_F1_CU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1IfName: "@F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
cuHost: "@CU_HOST@" # "oai-cu" ## Ip-address or hostname
f1cuPort: "@F1CUPORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@F1DUPORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
## Debugging section
podSecurityContext:
......@@ -114,7 +114,7 @@ persistent:
## https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
## https://kubernetes.io/docs/concepts/workloads/pods/pod-qos
resources:
define: @QOS_GNB_DEF@
define: @QOS_DU_DEF@
limits:
nf:
cpu: 2000m
......@@ -140,4 +140,4 @@ terminationGracePeriodSeconds: 5
nodeSelector: {}
nodeName:
\ No newline at end of file
nodeName: @NODE_DU@
\ No newline at end of file
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