commit | 52e0d0ec3f5268dac145f251c10f868ecb177228 | [log] [tgz] |
---|---|---|
author | JianHao <itriA50355@itri.org.tw> | Thu Nov 02 10:34:12 2017 +0800 |
committer | Pingping Lin <pingping@onlab.us> | Wed Nov 01 22:42:41 2017 -0700 |
tree | 21a17d939bb9b7bef47857b3e6288d7287f3c4d1 | |
parent | c8f1ee7f76ccd75fb654d2b5bb3d043d8e6acf4a [diff] |
[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