[WIP] Tuning parameters to make end-to-end testing work.
Please don't merge this patch, it's not ready yet.
When it's ready, this message will be gone.
- Disble Hugepage to avoid ngic-dp crash.
- Adding debug parameter in accelleran.
Change-Id: I98edeaef82d2bae9759bd1a4157694a709c3fbe8
diff --git a/mcord/mcord-bbu/templates/accelleran.yaml b/mcord/mcord-bbu/templates/accelleran.yaml
index 6acd07c..c6d0467 100644
--- a/mcord/mcord-bbu/templates/accelleran.yaml
+++ b/mcord/mcord-bbu/templates/accelleran.yaml
@@ -105,15 +105,16 @@
- IPC_LOCK
- name: bbu
image: {{ .Values.accelleran.images.bbu }}
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
env:
- - name: HOST_IP
- value: {{ .Values.accelleran_hostname }}
+ - name: MME_IP
+ value: {{ .Values.mme_hostname }}
stdin: true
tty: true
command: ["sh", "-c"]
args:
- - sqlite3 /mnt/app/datastoreRemRw.db "update FapServiceFapControlLteGateway_S1SigLinkServerListList set S1SigLinkServerList='{{ .Values.accelleran_hostname }}';";
+ - sqlite3 /mnt/app/datastore.db "insert into enbSctpSocketInterface ('interfaceName') values ('eth0');";
+ sqlite3 /mnt/app/datastore.db "update logging set severity=7 where id=25;"
sleep 10;
/l3/l3start;
volumeMounts: