devopsdays india 2013 @bangalore - continuous delivery with deploy it

19
Continuous Delivery with DeployIT Anirudh Bhatnagar [email protected]

Upload: anirudh-bhatnagar

Post on 05-Dec-2014

675 views

Category:

Technology


0 download

DESCRIPTION

ppt of my talk at DevOpsDays India 2013 @Bangalore

TRANSCRIPT

Page 1: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

Continuous Delivery with DeployIT

Anirudh [email protected]

Page 2: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

Continuous Delivery…..

Page 3: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

Continuous Integration

- Continuous Integration -Test Automation

Page 4: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

The next step: From CI to Continuous Delivery

Page 5: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

Continuous Delivery

Automated Build Automated DeploymentsAutomated provisioning of Infrastructure.Automated Tests.

Page 6: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 7: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 8: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 9: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 10: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 11: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 12: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 13: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 14: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 15: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 16: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

demo..

Page 17: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

Extending deployITplugins

Page 18: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it
Page 19: DevOpsDays India 2013 @Bangalore - Continuous delivery with deploy it

tomcat plugin example.. <type type="tc.Tomcat" extends="generic.Container">

<property name="startScript" default="tc/start-tc" hidden="true"/><property name="stopScript" default="tc/stop-tc" hidden="true"/><property name="home"/>

</type>

<type type="tc.SimpleWarModule" extends="generic.CopiedArtifact" deployable-type="jee.War" container-type="tc.Tomcat">

<property name="targetDirectory" default="${deployed.container.home}/webapps" hidden="true"/>

<property name="targetFile" default="${deployed.name}.war" hidden="true"/><property name="createTargetDirectory" default="true" kind="boolean" hidden="true" required="false"/>

</type>