#continuous delivery with #deployit

Post on 17-Jan-2015

966 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

This talk is about how #Deployit can be #integrated with build tools like #Jenkins to achieve the goal of Continuos Delivery , this presentaiton also covers the architrure and overview of deployit.

TRANSCRIPT

Continuous Delivery with DeployIT

Anirudh Bhatnagar abhatnagar@xebia.com

Netherlands | USA | India | France | UK

SOFTWARE DEVELOPMENT DONE RIGHT

www.xebia.in; Blog :http://.xebee.xebia.in

Continuous Delivery…..

Continuous Delivery

Automated Build Automated Deployments Automated provisioning of Infrastructure. Automated Tests.

demo..

Extending deployIT plugins

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.CopiedArBfact"  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>  

Thanks.. anirudh bhatnagar

@anirudh_bh

Continuous Integration and Delivery

ü  Automated Build ü  Automated Deployments

ü  Automated provisioning of infrastructure ü  Automated Tests

Infra as Code –chef / puppet Virtualization, SSH, Shell scripting

Build automation -Jenkins/ Hudson, Linux packaging

vagrant, virtual-box ,lxc,docker, vm

Networks, End to end automation

Monitoring/logging/ integration

Cloud, EC2, Cloud foundation

Products - Deployit - XL Release

Consulting

Contact us @

Xebia India infoindia@xebia.com

Websites www.xebia.in www.xebia.com www.xebia.fr

Thought Leadership Htto://xebee.xebia.in http://blog.xebia.com http://podcast.xebia.com

top related