From 4a9d6b863d1c77af21a1c5ea278c8cba3386a45f Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 28 Apr 2017 17:35:57 -0400 Subject: Add support for interface role mapping Change-Id: I88a01914304f5e32840810c03646d9cda1ae7fff Signed-off-by: Feng Pan --- templates/honeycomb.json.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/honeycomb.json.erb b/templates/honeycomb.json.erb index 7addc09..601dd28 100644 --- a/templates/honeycomb.json.erb +++ b/templates/honeycomb.json.erb @@ -8,10 +8,10 @@ "restconf-http-enabled": "true", "restconf-root-path": "/restconf", - "restconf-binding-address": "127.0.0.1", + "restconf-binding-address": "<%= scope['fdio::honeycomb::bind_ip'] %>", "restconf-port": <%= scope['fdio::honeycomb::rest_port'] %>, "restconf-https-enabled": "true", - "restconf-https-binding-address": "0.0.0.0", + "restconf-https-binding-address": "<%= scope['fdio::honeycomb::bind_ip'] %>", "restconf-https-port": 8443, "restconf-keystore": "/honeycomb-keystore", "restconf-keystore-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u", -- cgit 1.2.3-korg