ngic dynamic config

Change-Id: I6dbb13abf8251463463310d9273f171cab173ae3
diff --git a/xos/synchronizer/steps/roles/ngic_config/templates/dp_config.cfg.j2 b/xos/synchronizer/steps/roles/ngic_config/templates/dp_config.cfg.j2
new file mode 100644
index 0000000..eaee7b5
--- /dev/null
+++ b/xos/synchronizer/steps/roles/ngic_config/templates/dp_config.cfg.j2
@@ -0,0 +1,14 @@
+{% set date = ansible_date_time['date'] ~ '_' ~ ansible_date_time['hour'] ~ '_' ~ ansible_date_time['minute'] %}
+NOW={{ date }}
+FILE="logs/dp_{{ date }}.log"
+PORT0=0000:03:00.0
+PORT1=0000:03:00.1
+
+S1U_IP={{ sgwu_shared_ip }}
+S1U_MAC={{ sgwu_shared_mac }}
+
+SGI_IP={{ pgwu_wan_ip }}
+SGI_MAC={{ pgwu_wan_mac }}
+
+NUM_WORKER=1
+MEMORY=4096