Update Chef to 14.11.21 #27

Merged
greg merged 44 commits from chef_14 into master 2019-04-12 11:31:37 +00:00
Owner

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

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
greg changed title from WIP: Update Chef to 14.11.21 to Update Chef to 14.11.21 2019-04-10 09:52:09 +00:00
Author
Owner

I 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)

I 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)
Owner

So this branch also works with dev.kosmos.org, yes? (That's where our chat bots are currently deployed.)

So this branch also works with `dev.kosmos.org`, yes? (That's where our chat bots are currently deployed.)
Author
Owner

Executed on dev.kosmos.org, can be merged!

Executed on dev.kosmos.org, can be merged!
greg changed title from Update Chef to 14.11.21 to WIP: Update Chef to 14.11.21 2019-04-10 14:35:55 +00:00
Author
Owner

I found one last issue (a variable wasn't set in the mastodon cookbook), on it

I found one last issue (a variable wasn't set in the mastodon cookbook), on it
greg changed title from WIP: Update Chef to 14.11.21 to Update Chef to 14.11.21 2019-04-10 14:43:23 +00:00
Author
Owner

Any objection to merging? I ran it on dev yesterday

Any objection to merging? I ran it on dev yesterday
Author
Owner

I have deleted the vendored cookbooks in master and merged master into this branch, now it's not too many changes to review

I have deleted the vendored cookbooks in master and merged master into this branch, now it's not too many changes to review
raucao approved these changes 2019-04-12 08:27:10 +00:00
raucao left a comment
Owner

Code looks all good to me. Mostly commented on wrong license.

Code looks all good to me. Mostly commented on wrong license.
@ -0,0 +4,4 @@
#
# Copyright 2019, Kosmos
#
# All rights reserved - Do Not Redistribute
Owner

We only release open-source software for everything in the Kosmos org.

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
Owner

Would be easier to find with TODO prefix.

Would be easier to find with TODO prefix.
@ -0,0 +7,4 @@
Initial release.
- change 0
- change 1
Owner

This looks like unchanged template stuff.

This looks like unchanged template stuff.
@ -0,0 +1,3 @@
Copyright 2019 Kosmos
All rights reserved, do not redistribute.
Owner

Same as above.

Same as above.
@ -0,0 +1,23 @@
name 'kosmos-postgresql'
maintainer 'Kosmos'
maintainer_email 'ops@5apps.com'
license 'All Rights Reserved'
Owner

And another one.

And another one.
@ -0,0 +4,4 @@
#
# Copyright 2015-2019, Kosmos
#
# All rights reserved - Do Not Redistribute
Owner

And one more.

And one more.
Author
Owner

Addressed in e65374c893, 57d0885d26 and cd00f4c049

Addressed in e65374c893, 57d0885d26 and cd00f4c049
greg closed this pull request 2019-04-12 11:31:37 +00:00
greg deleted branch chef_14 2019-04-12 11:31:51 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#27
No description provided.