[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/Chart.yaml b/mcord/mcord-bbu/Chart.yaml
index 3ffd9b6..9c73673 100644
--- a/mcord/mcord-bbu/Chart.yaml
+++ b/mcord/mcord-bbu/Chart.yaml
@@ -18,4 +18,4 @@
 appVersion: "1.0"
 description: A Helm chart for MCORD BBU Services
 name: mcord-bbu
-version: 0.1.0
+version: 0.1.1
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:
diff --git a/mcord/mcord-bbu/values.yaml b/mcord/mcord-bbu/values.yaml
index af47222..d7afd75 100644
--- a/mcord/mcord-bbu/values.yaml
+++ b/mcord/mcord-bbu/values.yaml
@@ -19,6 +19,7 @@
 # Declare variables to be passed into your templates.
 
 accelleran_hostname: "accelleran"
+mme_hostname: "mme"
 
 accelleran:
   images: