From e1cc021ee27ba1d57086c5b8974626ca1b5d64e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Jan 2024 10:59:19 +0100 Subject: [PATCH] mise a jour role kea-master et kea-slave modif des fichiers de config --- roles/kea-master/files/kea-ctrl-agent.conf | 2 +- roles/kea-master/files/kea-dhcp4.conf | 4 ++-- roles/kea-slave/files/kea-ctrl-agent.conf | 2 +- roles/kea-slave/files/kea-dhcp4.conf | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/kea-master/files/kea-ctrl-agent.conf b/roles/kea-master/files/kea-ctrl-agent.conf index 3d6c537..ad7f200 100644 --- a/roles/kea-master/files/kea-ctrl-agent.conf +++ b/roles/kea-master/files/kea-ctrl-agent.conf @@ -6,7 +6,7 @@ { // We need to specify where the agent should listen to incoming HTTP // queries. - "http-host": "172.16.0.20", + "http-host": "172.16.64.20", // This specifies the port CA will listen on. "http-port": 8000, diff --git a/roles/kea-master/files/kea-dhcp4.conf b/roles/kea-master/files/kea-dhcp4.conf index eaefd5d..bc47a64 100644 --- a/roles/kea-master/files/kea-dhcp4.conf +++ b/roles/kea-master/files/kea-dhcp4.conf @@ -121,7 +121,7 @@ // Control Agent must run along with this DHCPv4 server // instance and the "http-host" and "http-port" must be // set to the corresponding values. - "url": "http://172.16.0.20:8000/", + "url": "http://172.16.64.20:8000/", // This server is primary. The other one must be // secondary. "role": "primary" @@ -133,7 +133,7 @@ // channel can be reached. The Control Agent is required // to run on the partner's machine with "http-host" and // "http-port" values set to the corresponding values. - "url": "http://172.16.0.21:8000/", + "url": "http://172.16.64.21:8000/", // The other server is secondary. This one must be // primary. "role": "standby" diff --git a/roles/kea-slave/files/kea-ctrl-agent.conf b/roles/kea-slave/files/kea-ctrl-agent.conf index 0ebc521..3022ff2 100644 --- a/roles/kea-slave/files/kea-ctrl-agent.conf +++ b/roles/kea-slave/files/kea-ctrl-agent.conf @@ -6,7 +6,7 @@ { // We need to specify where the agent should listen to incoming HTTP // queries. - "http-host": "172.16.0.21", + "http-host": "172.16.64.21", // This specifies the port CA will listen on. "http-port": 8000, diff --git a/roles/kea-slave/files/kea-dhcp4.conf b/roles/kea-slave/files/kea-dhcp4.conf index c6025f4..84e1757 100644 --- a/roles/kea-slave/files/kea-dhcp4.conf +++ b/roles/kea-slave/files/kea-dhcp4.conf @@ -121,7 +121,7 @@ // Control Agent must run along with this DHCPv4 server // instance and the "http-host" and "http-port" must be // set to the corresponding values. - "url": "http://172.16.0.20:8000/", + "url": "http://172.16.64.20:8000/", // This server is primary. The other one must be // secondary. "role": "primary" @@ -133,7 +133,7 @@ // channel can be reached. The Control Agent is required // to run on the partner's machine with "http-host" and // "http-port" values set to the corresponding values. - "url": "http://172.16.0.21:8000/", + "url": "http://172.16.64.21:8000/", // The other server is secondary. This one must be // primary. "role": "standby"