Update Chef to 14.11.21 #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chef_14"
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?
This needed more changes than I thought. The new mediawiki cookbook is running on andromeda. sockethub is also running on andromeda, but the sockethub.kosmos.org DNS entry still points to dev because I had to update it to 3.0.1 for it to run on Node 10 and it is missing a non-minified version of activity streams (https://github.com/sockethub/sockethub/issues/237)
I'm going to commit my changes to the mastodon cookbook next, I'm running it from scratch in a VM again after changes to the postgresql credentials required by the upstream cookbook update
Refs #12
WIP: Update Chef to 14.11.21to Update Chef to 14.11.21I think this is good to go now
The updated kosmos-mediawiki and sockethub cookbooks are already running on andromeda (updated node in the
nodes
directory)So this branch also works with
dev.kosmos.org
, yes? (That's where our chat bots are currently deployed.)Executed on dev.kosmos.org, can be merged!
Update Chef to 14.11.21to WIP: Update Chef to 14.11.21I found one last issue (a variable wasn't set in the mastodon cookbook), on it
WIP: Update Chef to 14.11.21to Update Chef to 14.11.21Any objection to merging? I ran it on dev yesterday
I have deleted the vendored cookbooks in master and merged master into this branch, now it's not too many changes to review
Code looks all good to me. Mostly commented on wrong license.
@ -0,0 +4,4 @@
#
# Copyright 2019, Kosmos
#
# All rights reserved - Do Not Redistribute
We only release open-source software for everything in the Kosmos org.
@ -3,3 +3,3 @@
DB_HOST=localhost
DB_USER=postgres
DB_NAME=mastodon
# Remove the condition once we have migrated mastodon to andromeda
Would be easier to find with TODO prefix.
@ -0,0 +7,4 @@
Initial release.
- change 0
- change 1
This looks like unchanged template stuff.
@ -0,0 +1,3 @@
Copyright 2019 Kosmos
All rights reserved, do not redistribute.
Same as above.
@ -0,0 +1,23 @@
name 'kosmos-postgresql'
maintainer 'Kosmos'
maintainer_email 'ops@5apps.com'
license 'All Rights Reserved'
And another one.
@ -0,0 +4,4 @@
#
# Copyright 2015-2019, Kosmos
#
# All rights reserved - Do Not Redistribute
And one more.
Addressed in
e65374c893
,57d0885d26
andcd00f4c049