All provisioned correctly, but RabbitMQ management plugin now returns a 500 when we visit the exchange notifications.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 3 2023
Restore blank line before touch
$ salt dwellers state.sls roles/paas-docker/containers/rabbitmq […] ---------- ID: rabbitmq_orange-rabbit_root_password Function: cmd.script Result: True Comment: Command 'rabbitmq_orange-rabbit_root_password' run Started: 23:10:16.479077 Duration: 26894.14 ms Changes: ---------- pid: 3451250 retcode: 0 stderr: stdout: Deleting user "guest" ... Adding user "root" ... Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. Setting tags for user "root" to [administrator] ... Setting permissions for user "root" in vhost "/" ... […]
Rebased. We tested deployment, we've a 401 error.
OK for notifications, and also for auth-grove.
Not sure at one moment the issue was solved, with opcache it's not easy to know, but just restart the server after creating the directories wasn't enough.
Sentry works like a charm: T1821
a
deploy and correct bug
Update ports information, switch from frontend container to directly use our nginx (let's avoid nginx to nginx), rebase
Apr 2 2023
everything is okey fauve have normally access on windriver
salt windriver state.apply roles/core/users
This deployment created the incident:
Works like a charm for Hound:
s/salt/__salt__
Update environment for the concept of feature flags. See https://help.penpot.app/technical-guide/configuration/. Bump PostgreSQL and Redis versions. Add Exim container so we can send mail.
A Kafka offset reset was needed:
If one of the two topics lag, we'd have:
$ notification-push --project Nasqueron --group ops --service monitoring --type autoheal.kafka_offset.start --text "Containers sentry_post_process_forwarder_ have an issue. Identified as Kafka offet issue. Starting automatic healing procedure." $ notification-push --project Nasqueron --group ops --service monitoring --type autoheal.kafka_offset.done --text "Containers sentry_post_process_forwarder_ automatic healing one. Containers should be alive."
We don't use uptime anymore.
Configuration looks good to me, matches GitHub and Vault content, and is ready to be deployed this Sunday.
Provisioned new secrets to Vault under ops/secrets/nasqueron/penpot/
We want to try to build a status page, so Penpot could be a nice tool for that.
We've an UX project for it, to design our status page solution.
Apr 1 2023
In T1755#24731, @dereckson wrote:DNS configuration
notifications.notifications-test.nasqueron.org. 86400 IN CNAME www3.nasqueron.org.
orange-rabbit.notifications-test.nasqueron.org. 86400 IN CNAME www3.nasqueron.org.
vault.notifications-test.nasqueron.org. 86400 IN CNAME www3.nasqueron.org.
Use "integration" to better stress on the functional role of this environment, to integrate new features.
Scope for this change: Docker containers + nginx config
Rebased. Addressed some of the comments.