Set up Sentry #478
2 Participants
Notifications
Due Date
No due date set.
Depends on
#479 Add new SMTP config for akkounts
kosmos/chef
Reference: kosmos/chef#478
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/sentry"
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?
Not running the install script automatically at this point yet. Access is only via private network for now (on http://10.1.1.132 via http://sentry.kosmos.local).
Tested/running on
sentry-1
.closes #436
refs kosmos/akkounts#14
This is ready to be used from applications now. I added a
sentry_client
role to configuresentry.kosmos.local
for VMs that need it.However, we first need to add the new SMTP config for akkounts, before we can deploy that from master again.
WIP: Set up Sentryto Set up SentrySet up Sentryto WIP: Set up SentryWIP: Set up Sentryto Set up SentryAdded the config for lndhub.go the other day, and just wrote the akkounts integration, too: kosmos/akkounts#108
58b70e5f70
to9f886cc286
@ -0,0 +1,9 @@
node.default["sentry"]["repo"] = "https://github.com/getsentry/self-hosted"
node.default["sentry"]["revision"] = "master"
Everything else looks good, I'm just not sure about deploying from master. They do use tags to make regular releases, latest release/tag is 23.3.1 from last week.
Makes sense, I changed it. Thanks.
👍