Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric
/
a18bae4ec974364fb64d77f8df344b178bb9799b
/
.
/
xos
/
synchronizer
/
steps
/
sync_host.yaml
blob: 55dc70b8ada3f9f7b78173029470fde24a4254e2 [
file
] [
log
] [
blame
]
---
-
hosts:
127.0.0.1
connection:
local
tasks:
-
name:
Add host entry for fabric
command:
curl
-
sS
--
user onos
:
rocks
-
X POST
-
HContent
-
Type
:
application/json
-
d
'{{ rest_json }}'
http
:
//{{ rest_hostname }}
:
{{ rest_port }}/{{ rest_endpoint }}