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

Claw-playbook: Update to fully support Ubuntu 18.04 'Bionic Beaver' #848

Open
cferthorney opened this issue Jun 21, 2018 · 10 comments

Comments

Projects
None yet
6 participants
@cferthorney
Copy link

commented Jun 21, 2018

Related to #842

Once a pull-request has been committed for #842 has been committed, there needs to be some deb name updates to reflect the fact that Ubuntu 18.04 has renamed some packages. Examples include php7.0-common to php-common.

It is also anticipated that some ansible when clauses will be required to detect when ubuntu/bionic64 is being used.

@cferthorney cferthorney changed the title Update Islandora-Devops/claw-playbook to fully support Ubuntu 18.04 'Bionic Beaver' Claw-playbook: Update to fully support Ubuntu 18.04 'Bionic Beaver' Jun 21, 2018

@dannylamb

This comment has been minimized.

Copy link

commented Jun 21, 2018

Thanks for this. I'm definitely 👍 to supporting the latest ubuntu LTS.

@Natkeeran Natkeeran added the Ansible label Jun 26, 2018

@dannylamb

This comment has been minimized.

Copy link

commented Jan 10, 2019

Linking to #950, I definitely want to ship with the latest LTS.

@ruebot

This comment has been minimized.

Copy link

commented Jun 28, 2019

I can take this one if y'all want.

@ruebot

This comment has been minimized.

Copy link

commented Jun 28, 2019

I guess a larger question here as I'm working on it, is do y'all just want to move to 18.04 or support 16.04 and 18.04 at the same time? If it is the latter things are gonna get really complicated. It's definitely doable, but will be awful to support and maintain. Maybe just move to 18.04?

@ruebot

This comment has been minimized.

Copy link

commented Jun 28, 2019

We need to update the imagemagick ppa to 18.04. Bit of irc discussion here. Happy to do this work as well.

@dannylamb

This comment has been minimized.

Copy link

commented Jun 28, 2019

Moving up to 18.04 was something I wanted to do pre-release but there just wasn't enough time. I'd prefer to just move to 18.04, but Im brutal and want to maintain as little as possible.

@whikloj

This comment has been minimized.

Copy link
Member

commented Jun 28, 2019

I'd say move, this is a demo/development box.

If you are installing this on your server you can setup whatever OS you want.

@Natkeeran

This comment has been minimized.

Copy link
Collaborator

commented Jul 2, 2019

Running into the following issue on ubuntu 18:

failed: [other_stack] (item=[u'cmake', u'libpng16-dev', u'libtiff-dev', u'liblcms2-dev']) => {"ansible_loop_var": "item", "changed": false, "item": ["cmake", "libpng16-dev", "libtiff-dev", "liblcms2-dev"], "msg": "No package matching 'libpng16-dev' is available"}
@seth-shaw-unlv

This comment has been minimized.

Copy link

commented Jul 2, 2019

@Natkeeran I think 'libpng16-dev' is now just 'libpng-dev'.

@ruebot

This comment has been minimized.

Copy link

commented Jul 2, 2019

That's what I updated in my branch last week. Won't get back to working on it until Friday (July 4th) at the earliest.

The next place the build breaks down is what I mentioned above with the imagemagick ppa. I had planned on getting back to that on Friday, but if y'all need it sooner, feel free to assign it to somebody else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.