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

update

parent 801b6c46
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ spec:
- name: gnbdu
image: "{{ .Values.nfimage.repository }}:{{ .Values.nfimage.version }}"
volumeMounts:
{{- if if eq .Values.config.usrp "aw2s" }}
{{- if eq .Values.config.usrp "aw2s" }}
- mountPath: /opt/oai-gnb-aw2s/etc
{{- else }}
- mountPath: /opt/oai-gnb/etc
......@@ -99,7 +99,7 @@ spec:
CU_IP_ADDRESS=$(getent hosts $CU_HOST | awk '{print $1}')
CU_IP_ADDRESS=$(if [[ $CU_IP_ADDRESS ]]; then echo $CU_IP_ADDRESS; else echo $CU_HOST;fi)
F1_DU_IP_ADDRESS=$(ip -f inet addr show $F1_IF_NAME | grep -o "inet [0-9]*\.[0-9]*\.[0-9]*\.[0-9]*" | grep -o "[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*");
{{- if if eq .Values.config.usrp "aw2s" }}
{{- if eq .Values.config.usrp "aw2s" }}
sed -e s/@F1_DU_IP_ADDRESS@/$F1_DU_IP_ADDRESS/g
-e s/@CU_IP_ADDRESS@/$CU_IP_ADDRESS/g
/opt/oai-gnb-aw2s/etc/du.conf | tee /tmp/du.conf;
......
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