Set up Redis VM, upgrade all cookbooks for Chef 18, major cleanup #496
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
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#496
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 replaces the deprecated redis cookbook. Compiles the latest version of Redis, currently 7.0.11. Running on redis-1. (The database is empty right now, there's no dump to check the backup functionality. It's more convenient to check that after we have data.)
The new redisio cookbook required upgrading to Chef client 16+, so we did a general upgrade of all code to be compatible with 18.x (latest stable). #500 will be a follow-up to complete the Chef 18 upgrades on the actual hosts.
Done in this PR:
Refs #488, #500
I forgot to add the firewall rule to only allow connections to Redis from Zerotier, doing that in a bit. Marking as WIP
@@ -8,4 +8,0 @@cookbook 'redis',git: 'https://github.com/phlipper/chef-redis.git',ref: 'v0.5.6'cookbook 'redisio', '= 5.0.0' # TODO upgrade to 6.x when we use Chef 16Are we actually using Chef 16 now on all machines that need Redis? If not, this would break Chef runs...
I just checked the node files. We do need to update Chef on the following machines, they're on Chef 15 and used an older version of the redisio cookbook
I'll take care of that
tomorrowon FridaySet up Redis using the latest version of redisioto Set up Redis using the latest version of redisio & general cookbooks update and cleanupSet up Redis using the latest version of redisio & general cookbooks update and cleanupto Set up Redis VM, upgrade all cookbooks for Chef 18, major cleanup