commit | 9d1bb0adc3e9ec808615190fcf61bc069e84aa04 | [log] [tgz] |
---|---|---|
author | JianHao <itriA50355@itri.org.tw> | Thu Nov 02 10:34:12 2017 +0800 |
committer | JianHao <itriA50355@itri.org.tw> | Thu Nov 02 10:34:12 2017 +0800 |
tree | 21a17d939bb9b7bef47857b3e6288d7287f3c4d1 | |
parent | 90e65dcb450122aa63c7670a99bf234767bb06c3 [diff] |
[CORD-1985] fix IP in playbook Change-Id: Ia897af3afd22fe1b49cf98dd5900c97d54fda43c
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