Skip to content
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

Add support to ubuntu 16 #4 #5

Closed
wants to merge 1 commit into from
Closed

Add support to ubuntu 16 #4 #5

wants to merge 1 commit into from

Conversation

micafer
Copy link
Contributor

@micafer micafer commented Jan 30, 2017

The roles as it is supports correctly ubuntu 16.
It is only required to avoid the release test.

@rfc1459
Copy link

rfc1459 commented Jan 30, 2017

Removing the guard for Ubuntu 14.04 isn't enough: the systemd unit shipped by Docker ignores /etc/default/docker, so all configuration flags that should be set by this role aren't used by anything.

Adding full support for Ubuntu 16.04 requires creating a new systemd drop-in, since the existing one explicitly uses EL-specific paths (could be refactored, though).

@maricaantonacci
Copy link
Collaborator

As pointed out by @rfc1459 removing the control on the Ubuntu version is not enough. I will work on the support for Ubuntu 16.04 adding the needed patches

@maricaantonacci
Copy link
Collaborator

Support implemented as per #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants