kea-anterius icon indicating copy to clipboard operation
kea-anterius copied to clipboard

Should it work with KEA 1.5 ?

Open stuckmcx opened this issue 6 years ago • 12 comments
trafficstars

Hello,

should this work with the 1.5 Version?

It does not work to restart/stop the v4 dhcp Service, or change the configuration file.

regards Marc

stuckmcx avatar Jul 01 '19 16:07 stuckmcx

Hi,

Unfortunately, this has not been tested beyond Kea v1.4 for now, development is stalled.

Anthrino avatar Jul 07 '19 15:07 Anthrino

May I ask why development is stalled? This project is really really good and I think a lot of people would like to see a support for 1.5 and later 1.6. :)

crytectobi avatar Aug 08 '19 11:08 crytectobi

Hi @crytectobi and @stuckmcx,

Sorry for the delay in response, this project was pursued under the Google Summer of Code program. I was the sole developer working on it and have been facing difficulties in sparing time from my full-time job to take this forward. Thank you for your interest, I will surely try to get back to supporting this whenever possible.

Anthrino avatar Aug 27 '19 07:08 Anthrino

Now that Kea 1.6 is practically out (to be released later today), ISC is now able to dedicate some resources to ISC Stork, a spiritual successor to Antherius project. We hope to draw from the Antherius experience. There's almost no public information available yet, but that's likely to change in October 2019.

So far I can only say we completed some experiments with BIND and Kea monitoring with Prometheus and Grafana support with very promising results. Some other activities are in progress, but it's too early to talk about them.

tomaszmrugalski avatar Aug 28 '19 13:08 tomaszmrugalski

Try with latest KEA from source

informatik-bks avatar Feb 13 '20 09:02 informatik-bks

@tomaszmrugalski I was looking for a webUI for kea and stumbled across this issue here where you mentioned ISC Stork. Unfortunately after i saw the dependencies (especially Java) in that project i immediately stopped reading and closed the tab.

Are there any other projects that supply a WebUI for kea using the current CA without the need for extra software? Eg. only a webApp, preferably using VueJS.

TriMoon avatar Mar 04 '20 11:03 TriMoon

@TriMoon currently nothing that is free

informatik-bks avatar Mar 04 '20 15:03 informatik-bks

Stork requires Java only as a build time dependency. We're generating API using a swagger tool. But your distaste for Java is well acknowledged. Docker is not a strict dependency either. Right now it's just convenient way to build everything in one place with easy way to plan and manage network connections. It's a bit more convoluted, but Stork can be built without docker.

However, Stork can be built without Docker. See Stork ARM, Section 1.2.

As for getting rid of Rake and Java... we're hoping to have first native (DEB) packages for Stork within a month.

tomaszmrugalski avatar Mar 04 '20 20:03 tomaszmrugalski

I suggest you to completely get rid of any Java in your project...

TriMoon avatar Mar 14 '20 08:03 TriMoon

I suggest you to completely get rid of any Java in your project...

Your personal distaste for a language is not a reason to change a project. People have lots of personal preferences. We almost fell into that trap with Kea, when we were adding new databases. Got requests to add support for SQLite, Redis, MongoDB and others. Fortunately, we pushed back and it ended up well for the project.

Again, Java is only currently needed to build Stork, not to run it. We're now testing RPM and DEB packages that don't need Java. They'll be likely available once 0.6 goes out.

tomaszmrugalski avatar Mar 15 '20 12:03 tomaszmrugalski

Well it all depends on what you're target is ofcourse, i would have started with a lightweight SQL implementation that only uses a local file instead of mySQL/postgreSQL so that simpler systems can make use of it. Anyway good luck with your decisions...lets not drift off the topic more...

TriMoon avatar Mar 15 '20 13:03 TriMoon

Here's an update. Stork is now on github, there are DEB and RPM packages, it doesn't require Java anymore, and is being tested with Kea 1.6 and 1.7.

Folks, please take a look if you're interested. We'd love to hear your feedback.

tomaszmrugalski avatar Apr 15 '20 17:04 tomaszmrugalski