Hello:
The Configuration Backend is a Kea Support Subscriber-level hook library
which provides RESTful commands for managing the configuration
elements. It is described in the Administration Reference Manual here:
https://kea.readthedocs.io/en/v1_6_0/arm/hooks.html#cb-cmds-configuration-backend-commands
We do not recommend (nor support) people directly manipulating the data
in the our schema. The CB library provides application logic to make
sure things stay sane and isolates users from future schema changes.
For more information on Kea support subscriptions, start here:
https://www.isc.org/kea/
Cheers,
Thomas Markwalder
On 9/5/19 4:41 AM, Cristian Lemnaru wrote:
Yes, a tutorial about this would be greatly appreciated.
CB sound delicious, but without data on how to populate the tables, (
and which tables ) , it's like a beautiful car and no keys to it .
Cris
On 9/5/19 8:57 AM, Marc Boisis wrote:
No in 1.6 we can declare subnet and global parameters in MYSQL :
https://kea.readthedocs.io/en/v1_6_0/arm/config.html?highlight=workbench#kea-configuration-backend
But there is no doc like "INSERT new-subnet INTO ...
On 5 Sep 2019, at 05:02, Klaus Steden <[email protected]
<mailto:[email protected]>> wrote:
You want something like this:
{
"Dhcp4":
{
...
# Use MySQL lease database backend to store leases in a database.
"lease-database": {
"type": "mysql",
"host": "__MYSQL_HOST__",
"name": "__MYSQL_DB__",
"user": "__MYSQL_USER__",
"password": "__MYSQL_PASSWORD__"
},
# Use MySQL hosts database backend to store reservations in a database.
"hosts-database": {
"type": "mysql",
"host": "__MYSQL_HOST__",
"name": "__MYSQL_DB__",
"user": "__MYSQL_USER__",
"password": "__MYSQL_PASSWORD__"
},
...
}
}
where the tokens are whatever your SQL credential/database
parameters are.
hth,
Klaus
On Wed, Sep 4, 2019 at 3:39 AM Marc Boisis <[email protected]
<mailto:[email protected]>> wrote:
Where can I find where to put dhcp4 parameters in mysql
configuration backend ? (which table ? values...).
_______________________________________________
Kea-users mailing list
[email protected] <mailto:[email protected]>
https://lists.isc.org/mailman/listinfo/kea-users
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users
--
----------------------------------------------------------------------
Cristian Lemnaru
GPON Engineer
RCS & RDS - Brasov Branch
Mobil : 0770056815
[email protected]
----------------------------------------------------------------------
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message(or responsible
for delivery of the message to such person),you may not copy or deliver
this message to anyone. In such a case, you should destroy this message
and kindly notify the sender by reply e-mail.
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users