Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Who's responsible for deployment? [closed]

I work as an in-house developer for a manufacturing company. We make software for the manufacturing process, not really control software, more like process flow.

We are using a Scrum process to develop the software, albeit tailored to fit with our team and environment, and this is working quite well. We're coming to the end of a sprint and the software is at a stage where the product owner wants to deploy it.

Previously, i.e. before Scrum, we would have deployed the software. Now I feel like we have developed the software, we've passed all the user-defined/agreed release tests and demonstrated the software to the PO with a simulator, we have achieved our goals. We are ready to provide deployment support but I don't think it should be our responsibilty to deploy.

What are other peoples experiences? Should the dev team do the deployment or should we just hand over the completed software to the PO and provide support?

Summing up

A lot of great responses, thanks. The question may seem like I'm trying to squirm out of work or responsibility, maybe I am a little ;o) What I'm more interested in is other peoples processes. The problem we face here is that if the dev team deploy the software then we end up providing 24/7 support to production for the software. No prob, except there are only two of us. So, to allow us to get back to developing software rather than providing support all the time I thought it might be helpful to get the "IT" team involved in development process. Hopefully this will get the 'buy-in' and then allow them to deploy and provide first level support. We also have a plant in Mexico and its difficult for the dev team to go and deploy there, it makes more sense for the local support to do it, with guidance/advice from the developers.

Just to let you know, the IT engineers did deploy the software, with guidance/advice from dev. Its gone quite well, the customer is happy - he's got increased value for his software, and isn't that what its all about?

like image 734
Kepboy Avatar asked Mar 18 '09 02:03

Kepboy


People also ask

Who is responsible for deployment plan?

First, the project manager creates a deployment plan. After that, the project team reviews it, before deployment. The project schedule allots time for each activity related to the project. And teams can get insight into the process by referring to the deployment planning framework during deployment.

Who is responsible for deployment in SDLC?

Project Manager It is the point individual in the Product Department who oversees one or more releases from inception through delivery into production.

Are developers responsible for deployment?

The developers job should be to provide the required objects or instructions on how to deploy, then someone else deploys to a staging environment. If something goes wrong during deployment to staging, the deployment instructions are corrected until the deployment to staging works flawlessly.

What are the 3 main steps in the deployment process?

Software deployment process mainly consists of 3 stages: development, testing and monitoring.


2 Answers

I don't think Scrum as a methodology addresses deployment responsibility. I've worked for large organizations with a deployment team completely independent of the development team. I've also worked at small organizations where the development team handles deployment. Ideally, the deployment team is separate from development, but it would almost never be the PO (which I assume means product owner). The PO usually signs off, but is not usually the best choice for handling deployment.

like image 112
JohnOpincar Avatar answered Sep 21 '22 02:09

JohnOpincar


Who gets the call at 3am when the software isn't working or a system died? If it's the dev team then by all means expect to own the deployment (since you own production).

Best practice for organizations that can support is to provide the Operations group with deployment instructions and good wishes. Bottles of scotch help too.

If your production controls are lax, than tighten them up. A book like "Visible Ops" is a great guide to getting things under appropriate levels of control in the appropriate hands.

like image 44
John Fricker Avatar answered Sep 24 '22 02:09

John Fricker