-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An ability to use Deckard on Debian Jessie #6
Comments
Comment only mentions slowness, nothing else.
|
Thank you for the fast response! I appreciate it! :) But after upgrade Deckard fails for some reasons in Augeas code (I found "value MUST be a string or None" in pyaugeas):
I use following scenario:
|
I migrated our test suite to Python 3 but I'm still hitting same error.
Could you help with it? Thank you! |
Hello Pavel. sorry for taking so long to reply - I didn't have watch set on this repo. Our CI is running on Debian Jessie so you can look into our Dockerfile to see what we did: Speaking of binary depedencies, well, one alternative I'm aware of is to use network namespaces from Linux kernel. It would mean that Deckard is Linux-only and it would also require root privileges. BTW "official" repo is in CZ.NIC's Gitlab, I just created Github issue #7 to explain this to newcommers. It might be better to continue discussion in real time, please join us @ https://gitter.im/CZ-NIC-deckard. |
Thanks! Will do :) Just created account for your GitLab bug tracker. |
Hello!
I'm trying to migrate our DNS test suite to a new version of Deckard. But unfortunately, it does not work as expected.
I use Debian Jessie and it has a pretty outdated version of Augeas:
And according to 0321306 I need at least Augeas 1.5.
Any chance to use Deckard with old versions of Augeas?
Also, external binary dependency makes our deployment process extremely complicated because we have number of different versions of Debian :(
The text was updated successfully, but these errors were encountered: