commit | d8d7724305e6427f51582b771f4798eda8307939 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Fri Feb 16 11:50:46 2018 -0800 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Tue Mar 13 22:07:50 2018 +0000 |
tree | 13bd53019f012452cbec4f508127edc9bf8cff55 | |
parent | f8069e3faf6b36d6aa111717a222d184397d4e5e [diff] |
bug fix: change SGI port enumeration number in playbook Change-Id: Ia4fc6fc36ad2b8957b84b0c62a4e294f60b9b515 (cherry picked from commit 27b62e124d32918c27ebd24323c85e29f1f4b1bc)
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 }}