-
Notifications
You must be signed in to change notification settings - Fork 88
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
Stretch support status #368
Comments
Hello. I think that at this point, all DebOps roles included in the Apart from that, your mileage may vary. Some roles outside of the common playbook work very well with Stretch, for example debops.ifupdown. Some were not tested by me yet, but may work just fine. There are some roles like debops.postfix which weren't refreshed since Wheezy so they may work, but with an old configuration - some values might not be used anymore, or there's no support for newer features. You can look at the role status page to see which roles might be outdated. Unfortunately, Anyway, I suggest that you create some disposable host based on Debian Stretch first and see if everything that you need works. If you can find fixes for possible issues, that's great, if not, a bug report will be enough. That should help others find out and fix bugs with DebOps on Stretch easier. |
Thanks for the quick reply @drybjed |
one noteworthy issue: debops.ifupdown marks bridge as allow-hotplug . ifupdown: networking.service fails to start allow-hotplug interfaces at boot This breaks ifup-allow.boot.service from debops which depends on the interfaces systemd devices to be created networking. NB: the new ifupdown networking.service is missing the code to bring up allow-hotplug interfaces. But the SysV init script still has this code so I expect this to be a bug of ifupdown 8.0 . |
@prahal The reason for this "issue" is a change in the I've made some changes to the |
Hi.
Is there any known problems using the debops playbooks and roles with Debian Stretch?
I have been using debops on Jessie for a while and like it a lot.
I am about to install a new server and want to install Stretch because the release date is right around the corner.
One role that I think is not ready for stretch is the lxc-role, is this correct?
I want to create Stretch LXC-containers on a Stretch host.
Thanks.
The text was updated successfully, but these errors were encountered: