Update Chef to 14.11.21 #27
Labels
Clear labels
monitoring
bug
design
dev environment
docs
duplicate
enhancement
feature
good first issue
idea
invalid
kredits-1
kredits-2
kredits-3
on hold
ops
question
security
ui/ux
wontfix
service
discourse
Kosmos Community Forums
Infrastructure metrics, alerts, notifications, etc.
service
accounts
Kosmos Accounts
service
drone-ci
Kosmos Drone CI
service
email
mail.kosmos.org
service
garage
S3-compatible object storage
service
gitea
Kosmos Gitea
service
ipfs
Kosmos IPFS
service
mastodon
kosmos.social
service
nostr
Relays, Blossom server, etc.
service
postgres
Database cluster
service
remotestorage
Portable data storage for the Web
service
wiki
Kosmos Wiki
service
xmpp
Kosmos Chat
Something is not working
Graphic/visual design
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Dive in, and start contributing
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Currently not actionable
Manual IT ops activities
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/chef#27
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
I think this is good to go now
The updated kosmos-mediawiki and sockethub cookbooks are already running on andromeda (updated node in the
nodesdirectory)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!
I found one last issue (a variable wasn't set in the mastodon cookbook), on it
Any 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 RedistributeWe only release open-source software for everything in the Kosmos org.
@@ -3,3 +3,3 @@DB_HOST=localhostDB_USER=postgresDB_NAME=mastodon# Remove the condition once we have migrated mastodon to andromedaWould be easier to find with TODO prefix.
@@ -0,0 +7,4 @@Initial release.- change 0- change 1This looks like unchanged template stuff.
@@ -0,0 +1,3 @@Copyright 2019 KosmosAll 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 RedistributeAnd one more.
Addressed in
e65374c893,57d0885d26andcd00f4c049