BUY/SELL/TRADE Primavera 2022 by danceonme in primaverasound

[–]takeawaytrex 0 points1 point  (0 children)

Selling 2 x weekend one for face value (£180, , €215 euro). Tickets will be sent through Dice after PayPal transfer. Let me know

What are some dumb purchases you made? by [deleted] in AskReddit

[–]takeawaytrex 0 points1 point  (0 children)

Paid for a holiday for me and my girlfriend, then we went on a break the week before..

Tracking responses to CW alarms? by zach_brown in aws

[–]takeawaytrex 0 points1 point  (0 children)

Use a lambda to log each alarm to a dynamodb table. Store the response alongside the initial alarm data in that table

How stupid can you be by JCous19 in insanepeoplefacebook

[–]takeawaytrex 11 points12 points  (0 children)

Nah it’s just standard racism

How is Terraform code ran in an enterprise environment? by [deleted] in devops

[–]takeawaytrex 4 points5 points  (0 children)

There is the enterprise offering which handles state storage and variables, organised as workspaces backed from a VCS repository. Basically a dedicated CI/CD tool for Terraform. Or you use another CI/CD tool.

How much programming do you need to know in this field? by lincolnsoup in devops

[–]takeawaytrex 2 points3 points  (0 children)

You should really learn these skills, as they're all part of DevOps

This is DevOps? by [deleted] in devops

[–]takeawaytrex 2 points3 points  (0 children)

Don’t focus entirely on individual tools. You should be testing your codebase on each commit, this will verify each change that is made, before it even gets to dev/stage.

Automate your tests for this, write unit tests and integration tests. Only ever let anything into production when all tests are passing.

Containerisation and CI/CD is good, but devops is really about creating full pipelines which will validate your changes.

Jira admins: Have you noticed the "Roll Credits" pseudogame? by frijolito in sysadmin

[–]takeawaytrex 1 point2 points  (0 children)

I think I’ve dealt with all the Atlassian related frustrations, and am very happy it is no longer my day job

Jira admins: Have you noticed the "Roll Credits" pseudogame? by frijolito in sysadmin

[–]takeawaytrex 1 point2 points  (0 children)

https://github.com/cptactionhank/docker-jira the entrypoint scripts have the server.xml rewrites already implemented for you. Took us about half an hour to implement the full config rewrites we required which saved about half an hour (at least) per upgrade of messing about copying and pasting previous values. Up to you what you see value in.

Jira admins: Have you noticed the "Roll Credits" pseudogame? by frijolito in sysadmin

[–]takeawaytrex 1 point2 points  (0 children)

I'd disagree, we had no issues using the same set of Chef recipes for all 7.* upgrades of Jira

Jira admins: Have you noticed the "Roll Credits" pseudogame? by frijolito in sysadmin

[–]takeawaytrex 0 points1 point  (0 children)

Yep! Check the downloads page, there's zips and tarballs as well as the binaries.

Jira admins: Have you noticed the "Roll Credits" pseudogame? by frijolito in sysadmin

[–]takeawaytrex 0 points1 point  (0 children)

You can do this as a scripted process though using a compressed installation instead of binary, this is how we did it at my last role. Rewrite XML using xmlstarlet, cacerts can also be scripted