Modernize kosmos-mediawiki cookbook #600
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/500-chef_upgrade_mediawiki"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
... and upgrade Chef to 18 on wiki-1.
This has been done with the help of
cookstyle
which is very useful tolearn about breaking changes and updates in Chef.
On wiki-1 I managed to update Chef up to 17.10.163. For version 18 I ran
into an issue with the omnibus installer returning a 404. I then worked around it by manually installing the latest Chef 18 release
Refs #500
I think this might be related to my issue with the Omnitruck API not letting me install Chef 18:
https://docs.chef.io/chef_install_script/
It's trying to use https://omnitruck.chef.io/chef/install.sh which works for versions up to 17, it looks like they've switched the API to a new URL, one for Commercial and one for Community
I worked around the issue by manually upgrading Chef (see
78e5f810b7
)WIP: Modernize kosmos-mediawiki cookbookto Modernize kosmos-mediawiki cookbook and upgrade Chef to 18 on wiki-1Modernize kosmos-mediawiki cookbook and upgrade Chef to 18 on wiki-1to Modernize kosmos-mediawiki cookbookCheckout
From your project repository, check out a new branch and test the changes.