bug fix: change SGI port enumeration number in playbook

Change-Id: Ia4fc6fc36ad2b8957b84b0c62a4e294f60b9b515
diff --git a/xos/synchronizer/steps/roles/interface_config_5_0/templates/dp_config.cfg.j2 b/xos/synchronizer/steps/roles/interface_config_5_0/templates/dp_config.cfg.j2
index f350202..702ebbd 100644
--- a/xos/synchronizer/steps/roles/interface_config_5_0/templates/dp_config.cfg.j2
+++ b/xos/synchronizer/steps/roles/interface_config_5_0/templates/dp_config.cfg.j2
@@ -7,7 +7,7 @@
 #####[SPGWU]#####
 SPGW_CFG=03
 S1U_PORT={{ enum_port_0 }}
-SGI_PORT={{ enum_port_0 }}
+SGI_PORT={{ enum_port_1 }}
 S1U_IP={{ s1u_ip }}
 S1U_MAC={{ s1u_mac }}
 SGI_IP={{ sgi_ip }}