Re: [Kea-users] DHCP redundancy [faked-from]

2017-11-27 Thread Hugh Connolly
Check out Rudder If very happy with it. https://www.rudder-project.org/site/ Rudder www.rudder-project.org Rudder is an easy to use, web-driven, role-based solution for IT Infrastructure Automation and Compliance. That or Chef, Puppet etc. Or just

Re: [Kea-users] Does anybody use Debian stretch as OS?

2017-11-27 Thread Munroe Sollog
I just tried to build kea-1.3 on a fresh install of Debian Stretch. I did run into a version issue with automake. Stretch ships 1.15 instead of 1.14.1 which is what is hardcoded in the Make file and configure file. I had to massage some values to get kea to compile. On Sun, Nov 26, 2017 at

Re: [Kea-users] Building Kea 1.3 with Cassandra support

2017-11-27 Thread Razvan Becheriu
the last working version I know is 2.7.0

Re: [Kea-users] [Kea] subnet or shared network selected for multiple relays

2017-11-27 Thread Chaigneau, Nicolas
Thanks Marcin. So I guess a hook would be the next best way to do that. Something configured like: "Dhcp4": { : "hooks-libraries": [ { "library": "/opt/local/multi-relay-subnets.so", "parameters": { "relay-subnets": [

Re: [Kea-users] DHCP redundancy [faked-from]

2017-11-27 Thread Klaus Steden
We manage configurations with a Salt state, and the application we integrated with Kea that we built in-house generates the scope definitions as YAML, so it's easy to push changes into the Salt state file. It's not fully automated yet as the Kea version we're using doesn't support a configuration

Re: [Kea-users] Does anybody use Debian stretch as OS?

2017-11-27 Thread Klaus Steden
I've run into something like that building from source as well, did you file a bug with the Kea maintainers? They were pretty quick with a fix for my issue. cheers, Klaus On Mon, Nov 27, 2017 at 1:18 PM, Munroe Sollog wrote: > I just tried to build kea-1.3 on a fresh install

[Kea-users] Building Kea 1.3 with Cassandra support

2017-11-27 Thread Kevin Joseph Monchamp
Has anyone been able to build Kea with Cassandra support recently? I was following the docs , was able to build the cassandra driver, updated the scripts in tools to point to the build location. Checked the directories with cql_config and they appear to go to the correct directories with the

Re: [Kea-users] Building Kea 1.3 with Cassandra support

2017-11-27 Thread Kevin Joseph Monchamp
Did not get that file. Do you know what version you built? Any extra compile flags? At least I know what I am missing now, Thanks. From: Razvan Becheriu Sent: Monday, November 27, 2017 4:57 PM To: Kevin Joseph Monchamp;

Re: [Kea-users] Building Kea 1.3 with Cassandra support

2017-11-27 Thread Kevin Joseph Monchamp
Yes git clone today of https://github.com/datastax/cpp-driver Did not have any issues building the Datastax driver. Output from cql_config below: cql_config --version 2.8.0 cql_config --includedir /tmp/cpp-driver/include/ cql_config --libdir /tmp/cpp-driver/build/ I have libcassandra.so

Re: [Kea-users] Building Kea 1.3 with Cassandra support

2017-11-27 Thread Razvan Becheriu
hiwhat version of cpp driver are you using?do you make a git clone from the datastax repository?the older versions of the cpp driver are not compiled with c++11 and because of this, it has a different ABI than