openstack as a software factory

21
OpenStack as a Software Factory Mehdi Abaakouk [email protected] Nick Barcet [email protected] @nijaba

Upload: nick-nicolas-barcet

Post on 16-Jan-2015

404 views

Category:

Technology


0 download

DESCRIPTION

One of the elements that any software development groups envies OpenStack is the project ability to coordinate and maintain a working product based on several hundred contributors wihtout missing a single deadine. This is mostly due to the organisation of the OpenStack project and to the great work of the infrastructure team within the project. As more and more of our contacts are wondering about this miracle that happens every 6 months, we realized that many of them would like to use similar tooling to deliver their own project. For the past few months eNovance has been working on streamlining tooling to deliver this and started a new product offering called the “Software Factory”. This session will explain what changes and modules we had to make to Git, Gerrit, Jenkins and other tools to support OpenStack Nova, Swift, Cinder out of the box in order to provide and intergrated software factory for about any language. This presentation was given on Tuesday Nov 5th at the IceHouse OpenStack Summit

TRANSCRIPT

Page 2: OpenStack as a Software Factory

Partnership with

Who Are We?

Founded2008

Team

90+

Growth

200%

Clients

200+

European Head Office American Head Office

Asian Head Office

Paris, FranceMontréal, Canada

Singapore

R&D officeSan Francisco, USA R&D office

Bangalore, India

Page 3: OpenStack as a Software Factory

OpenStack makes most developers dubious...

Page 4: OpenStack as a Software Factory

How can Openstack handle

● Contribution of 400 developers / month?● Developers from 250 companies?● 10+ integrated projects?

Page 5: OpenStack as a Software Factory

And yet release a new version

● every 6 months● with 400 new features● without major inconsistencies?

Page 6: OpenStack as a Software Factory

With a single release manager

Who still has time to play ping pong???

Page 7: OpenStack as a Software Factory

The answer lays in the process...

Page 8: OpenStack as a Software Factory

...and test driven development

Page 9: OpenStack as a Software Factory

OpenStack's Contribution Process

Page 10: OpenStack as a Software Factory

Everything in Git

● Process description and code● Infrastructure used to handle the process● Code to deploy the infrastructure

100 times better than documentation of a manual process that is never up to date...

Page 11: OpenStack as a Software Factory

This is so good that we had to offer to share it with others...

Page 12: OpenStack as a Software Factory

…and offer a solution to use it on premise

Page 13: OpenStack as a Software Factory

Step by step

1. Deploy OpenStack as a private cloud 2. Deploy Software Factory 3. Connect Redmine, Jira, ...4. Create a new project5. Start coding!

Page 14: OpenStack as a Software Factory

Why is this so great?

Page 15: OpenStack as a Software Factory

Improve efficiency

● Nothing is local, everything is shared● Control access rights ● Contributive model● No need for a full release team● Factorize hardware needs

⇒ Stop learning how to build and get coding

Page 16: OpenStack as a Software Factory

Reproducible environments

● Dynamically provision test environments when needed by Jenkins

● Allow developers to generate a test environment for debugging at will

● Store validated releases and customer specific environments (in Swift)

Page 17: OpenStack as a Software Factory

Parallelize work

● Validate code changes and multiple deployments environments at once

● Accommodate more devs working on the same projects

● Limit wait times

⇒ Industrializes development and...

Page 18: OpenStack as a Software Factory

Release more often!

Page 19: OpenStack as a Software Factory

How do we deliver it?- eDeploy + Puppet- Heat + Puppet- Scalable Git- Scalable Artefact repo- Manage project- Onsite consulting

⇒ Private cloud⇒ Deploy Software Factory⇒ Swift as backend⇒ Swift again⇒ Django based web UI⇒ Implement specific workflow + Specific connectors + Specific dvcs, languages...

Page 20: OpenStack as a Software Factory

Where are we with it?

● Dogfooding within eNovance● First customer trial in progress

V1.0 GA planned in 3 months