[CORD-1985] fix IP in playbook

Change-Id: Ia897af3afd22fe1b49cf98dd5900c97d54fda43c
(cherry picked from commit 9d1bb0adc3e9ec808615190fcf61bc069e84aa04)
diff --git a/xos/synchronizer/steps/venbserviceinstance_playbook.yaml b/xos/synchronizer/steps/venbserviceinstance_playbook.yaml
index c127603..b5870e7 100644
--- a/xos/synchronizer/steps/venbserviceinstance_playbook.yaml
+++ b/xos/synchronizer/steps/venbserviceinstance_playbook.yaml
@@ -21,13 +21,10 @@
   vars:
     - ts_ip: {{ flat_ip }}
     - ts_mask: "255.255.255.0"
-    - ts_gateway: "103.0.0.1"
+    - ts_gateway: "103.0.0.254"
     - ts_host_name: "spirent_ts"
-
-    # wait for static IP
-    - tas_ip: ""
-
-    - ntp_ip: "192.168.0.201"
+    - tas_ip: "103.0.0.100"
+    - ntp_ip: "192.168.0.222"
   roles:
     - ts_config