From 26754432e34b94bfe4c942517a77415e221c3bb6 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 20 Feb 2019 15:21:46 +0100 Subject: [PATCH 1/2] =?UTF-8?q?en=20HA=20RPC=20doit=20=C3=AAtre=20accessib?= =?UTF-8?q?le=20sur=20eth0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/sunstone-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index 74f0f4d..f51c961 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -24,7 +24,7 @@ # OpenNebula sever contact information # -%if %%one_ha_role == 'oui' +%if %%enable_one_ha == 'oui' :one_xmlrpc: http://%%adresse_ip_eth0:2633/RPC2 %else :one_xmlrpc: http://localhost:2633/RPC2 From 1463005736de00d27f2db6c981963c87c3d15926 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 21 Feb 2019 14:14:37 +0100 Subject: [PATCH 2/2] fusion one_followers_domain et one_nodes --- tmpl/sunstone-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index f51c961..53b5abf 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -24,7 +24,7 @@ # OpenNebula sever contact information # -%if %%enable_one_ha == 'oui' +%if %%activer_one_ha == 'oui' :one_xmlrpc: http://%%adresse_ip_eth0:2633/RPC2 %else :one_xmlrpc: http://localhost:2633/RPC2