diff options
author | Feng Pan <fpan@redhat.com> | 2017-04-28 17:35:57 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-05-02 17:22:42 -0400 |
commit | 4a9d6b863d1c77af21a1c5ea278c8cba3386a45f (patch) | |
tree | 41cb6d6d48e3117fe713b08c286bc2194be4c444 /templates | |
parent | a789a040563bb27e591bea0c7ab504d379a4825c (diff) |
Add support for interface role mapping
Change-Id: I88a01914304f5e32840810c03646d9cda1ae7fff
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/honeycomb.json.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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", |