[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-data-plane/values.yaml b/mcord/mcord-data-plane/values.yaml
index 62adfb3..f54ede3 100644
--- a/mcord/mcord-data-plane/values.yaml
+++ b/mcord/mcord-data-plane/values.yaml
@@ -19,6 +19,8 @@
 # Declare variables to be passed into your templates.
 
 redis_hostname: "redis"
+accelleran_hostname: "accelleran"
+mme_hostname: "mme"
 controlplane_hostname: "ngic-cp"
 controlplane_port: 21
 
@@ -31,12 +33,12 @@
   replicas: 1
   resources:
     cpu: 8
-    mem: "1Gi"
+    mem: "8Gi"
     hugepage: "8Gi"
   config:
     rtr_sgi_ip: "13.1.1.254"
     sgi_mask: "255.255.255.0"
     dpdk_enabled: false
-    hugepage_enabled: true
+    hugepage_enabled: false
 
 namespace: epc