<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MaestroDev</title>
	<atom:link href="http://www.maestrodev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maestrodev.com</link>
	<description>A complete software build and private cloud environment optimized for enterprise use.</description>
	<lastBuildDate>Wed, 12 Jun 2013 01:22:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MaestroDev Integrates with Flowdock</title>
		<link>http://www.maestrodev.com/blog/maestrodev-integrates-with-flowdock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maestrodev-integrates-with-flowdock</link>
		<comments>http://www.maestrodev.com/blog/maestrodev-integrates-with-flowdock/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 07:16:57 +0000</pubDate>
		<dc:creator>Brett Porter</dc:creator>
				<category><![CDATA[maestro]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Flowdock]]></category>
		<category><![CDATA[Maestro]]></category>

		<guid isPermaLink="false">http://www.maestrodev.com/?p=2086</guid>
		<description><![CDATA[This is a copy of the guest post on the Flowdock blog. You can read the original here. MaestroDev is a proud Flowdock customer. Since we began using it early in the year, we have greatly improved the internal visibility of development progress, and streamlined our methods of communication &#8211; reducing the number of redundant<a href="http://www.maestrodev.com/blog/maestrodev-integrates-with-flowdock/"> Read on...</a>]]></description>
			<content:encoded><![CDATA[<p><em>This is a copy of the guest post on the Flowdock blog. You can <a href="http://blog.flowdock.com/2012/11/15/how-maestrodev-delivers-enterprise-grade-devops-orchestration-tools-with-flowdock/" target="_blank">read the original here</a>.</em></p>
<p><a href="http://www.maestrodev.com/">MaestroDev</a> is a proud <a href="http://www.flowdock.com/" target="_blank">Flowdock</a> customer. Since we began using it early in the year, we have greatly improved the internal visibility of development progress, and streamlined our methods of communication &#8211; reducing the number of redundant calls and emails.</p>
<p>The MaestroDev product development team is globally distributed, covering 4 different timezones. Our Flow is active 24 hours a day with development information and tagged updates for each other. Whether they work face to face, or remotely, Flowdock puts all of our team members on an equal footing, catching up on important discussions as they start their day, and leaving notes about progress for team members whom they may not otherwise be able to meet with immediately.</p>
<h3>About Maestro</h3>
<p>We have developed <a href="http://www.maestrodev.com/maestro/">Maestro</a>, our enterprise-grade DevOps Orchestration engine, to help enable all members of a software delivery team to be more efficient and collaborative. Maestro introduces Compositions, a reusable definition of a sequence of tools, processes and infrastructure that can be automated and interacted with. Compositions encapsulate best practices and encourage consistency across projects, reducing ramp up time and silos of expertise about infrastructure. Maestro is built to take advantage of modern public and private cloud technology to dynamically scale build, test and deployment infrastructure. This reduces friction between development, QA and operations team members and reduces the wait time for necessary infrastructure. Finally, Compositions and their execution output provide a single source of truth and history about a variety of systems, where team members can keep up to date, participate in decision points, and gather feedback from integrated tools to determine future improvements.</p>
<h3>Integrating Flowdock and Maestro for Delivery Visibility</h3>
<p>As you can see, Flowdock complements Maestro as a dedicated information flow for communication, notifications and actions. For this reason, we have developed Flowdock integration for Maestro and incorporated it into our delivery workflows.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-2092" title="Flowdock Task" src="http://www.maestrodev.com/wp-content/uploads/2012/11/flowdock-task.png" alt="" width="451" height="266" /></p>
<p>You can read more about the Maestro Flowdock integration in the <a href="http://www.maestrodev.com/docs/users-guide/">Maestro Documentation Guides</a>, and at the plugin&#8217;s <a href="https://github.com/maestrodev/maestro-flowdock-plugin">GitHub project page</a>.</p>
<p>Maestro has integration for a number of different tools available, and at MaestroDev some that we use are:</p>
<ul>
<li>JIRA: issue tracking and sprint planning</li>
<li>GitHub: source control</li>
<li>Jenkins: continuous integration and automated builds</li>
<li>Apache Archiva: build artifact management</li>
<li>Vagrant and VirtualBox: virtual machine for testing and delivery</li>
<li>Puppet: infrastructure configuration management</li>
</ul>
<p>With these tools orchestrated by Maestro and information streaming to Flowdock, we’re able to track a change from a JIRA ticket and a commit, through its deployment on a preview instance, automated functional tests and a complete candidate virtual machine image for distribution.</p>
<p>Our primary automated workflow looks like this:</p>
<ul>
<li>A commit at GitHub triggers a notification to Flowdock, and triggers a Composition to start the rest of the process</li>
<li>Maestro ensures a suitable Jenkins job is executed to build the project and publish to the artifact repository.</li>
<li>Flowdock is notified in the event of success (showing the published RPM version and build number) or failure (showing the full output and error that occurred)</li>
<li>If it was successful, Maestro concurrently starts Compositions to update the preview instance, and run functional tests</li>
<li>For the preview instance, we update the RPM version in the Puppet manifest, and trigger a Puppet agent run on the host. Puppet reports back to Flowdock when it is complete, and we know the preview instance is updated with the change</li>
<li>For functional tests, a virtual machine is started with Vagrant, provisioned with Puppet, and then tests are run via Jenkins using Cucumber and Capybara. If any fail, a notification is sent to the main Flow.</li>
<li>If the functional tests are successful, then a new virtual machine is produced and a notification sent to the main Flow.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter  wp-image-2093" title="Flowdock Sample" src="http://www.maestrodev.com/wp-content/uploads/2012/11/flowdock.png" alt="" width="467" height="515" /></p>
<p>Of course, we have many other such Compositions for sequences including releases, building and deploying Puppet modules, publishing promoted VMs to Amazon S3, and so on &#8211; all similarly integrated with Flowdock.</p>
<p>If you’re interested in trying Maestro out for yourself, <a href="http://www.maestrodev.com/contact/">contact us</a> and we’ll set you up with an evaluation system and several similar pre-configured examples.</p>
<p>Flowdock has become the first thing I check in the morning, and one of the most useful tools I turn to throughout the day to find out what is happening, discuss a solution with a colleague, or just share a link to something fun and interesting. Our thanks go to the Flowdock team for a great product!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maestrodev.com/blog/maestrodev-integrates-with-flowdock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaestroDev Named DevOps &#8220;Cool Vendor&#8221; in 2012 by Leading Industry Analyst Firm</title>
		<link>http://www.maestrodev.com/blog/maestrodev-named-devops-cool-vendor-in-2012-by-leading-industry-analyst-firm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maestrodev-named-devops-cool-vendor-in-2012-by-leading-industry-analyst-firm</link>
		<comments>http://www.maestrodev.com/blog/maestrodev-named-devops-cool-vendor-in-2012-by-leading-industry-analyst-firm/#comments</comments>
		<pubDate>Tue, 22 May 2012 12:00:00 +0000</pubDate>
		<dc:creator>Doug Dennington</dc:creator>
				<category><![CDATA[press]]></category>

		<guid isPermaLink="false">http://www.maestrodev.com/?p=1761</guid>
		<description><![CDATA[DevOps Orchestration automates customers’ software lifecycle toolchain across physical, virtual, and hybrid cloud environments Manhattan Beach, CA, May 22, 2012 &#8212; BusinessWire &#8212; MaestroDev, an innovation leader in DevOps Orchestration, has been included in the list of &#8220;Cool Vendors in DevOps, 2012” report by Gartner, Inc. “We’ve had some great customer accolades this year, and<a href="http://www.maestrodev.com/blog/maestrodev-named-devops-cool-vendor-in-2012-by-leading-industry-analyst-firm/"> Read on...</a>]]></description>
			<content:encoded><![CDATA[<p><em>DevOps Orchestration automates customers’ software lifecycle toolchain across physical, virtual, and hybrid cloud environments</em></p>
<p><strong>Manhattan Beach, CA, May 22, 2012</strong> &#8212; BusinessWire &#8212; MaestroDev, an innovation leader in DevOps Orchestration, has been included in the list of &#8220;Cool Vendors in DevOps, 2012” report by Gartner, Inc.</p>
<p>“We’ve had some great customer accolades this year, and we believe this recognition from Gartner confirms our innovation of DevOps Orchestration, and it’s impact in the marketplace,” said Doug Dennington, CEO of MaestroDev. “Customers are using our Maestro™ product to automate cloud-era development processes with their own choice of build/test/deploy tools and hybrid environments, and they are achieving Continuous Delivery, real-time control of development resources, and faster time to market.”</p>
<p>￼<img alt="" src="http://www.maestrodev.com/wp-content/themes/maestrodev/images/logo.png" title="MaestroDev" class="alignnone" width="280" height="52" /></p>
<p>Keith Campbell, CTO, Informatics, said &#8220;The Maestro product has automated our build process all the way through packaging. We are using our same toolset, but the Maestro Composition engine gives us consistency and speed that we did not have before. With Maestro, we are planning our development-cloud environment as well &#8212; reducing our build cost even further because we can dynamically integrate hybrid resources and external services into our workflows.&#8221;</p>
<p><strong>DevOps Orchestration™</strong></p>
<p>DevOps Orchestration is the practice of executing a broad scope of tasks across both the software development lifecycle and IT Operations functions, with any choice of tools and environments, and with the process logic abstracted away from the individual tools themselves. Maestro is a central console that automates heterogeneous tools through a company’s custom processes for build, test, artifact, release, and deploy, and is optimized for Continuous Delivery, Agile development, DevOps, and Cloud Federation.</p>
<p>MaestroDev is able to deliver its technology-agnostic capability with the introduction of Compositions™, which persist the customer’s processes over time and inevitable changes to tools, people, and environments. Compositions enable a common language to express bi-directional changes and configurations between business, development, testing, and IT operations, in order to achieve Continuous Delivery. Maestro manages process rules, and even handles human (asynchronous) interaction in the workflow. Internal and external environments as well as cloud services can be provisioned in an elastic manner, and with controls to limit exposure to additional costs or unintended system utilization.</p>
<p>Examples of customers’ DevOps Orchestration projects include:</p>
<ul>
<li>Fortune 100 Financial Services company is processing thousands of builds per day</li>
<li>National Healthcare provider is leading a world-wide terminology development and release project</li>
<li>Fortune 50 Banking company streamlining artifact management across globally distributed teams</li>
</ul>
<p>As software development evolves with Agile and Lean methods, MaestroDev continues to innovate open automation solutions so that customers can more easily utilize the latest open source and proprietary tools, cloud services, and hybrid infrastructures with their development cloud environments.</p>
<p><strong>About MaestroDev</strong></p>
<p>MaestroDev provides DevOps Orchestration and best practices for enterprise-scale development organizations across a range of industries. A single interface automates task management for Continuous Delivery, Agile development, DevOps, and Cloud Federation. F500 companies rely on MaestroDev to deliver their business-critical applications with more frequency, consistency, and faster time to market.</p>
<p>Headquartered in Manhattan Beach, California, MaestroDev provides product subscriptions and DevOps consulting from five countries around the globe. MaestroDev is a portfolio company of Mission Ventures, a leading early-stage technology venture capital firm, and G2VC, an Asia-based technology investment fund.</p>
<p><strong>About the Cool Vendors</strong></p>
<p>Gartner does not endorse any vendor, product or service depicted in our research publications, and does not advise technology users to select only those vendors with the highest ratings. Gartner research publications consist of the opinions of Gartner&#8217;s research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.</p>
<p><strong>Contact:</strong></p>
<p>Doug Dennington<br />
MaestroDev, Inc.<br />
(260) DEV-OPS1<br />
(260) 338-6771<br />
info@maestrodev.com<br />
www.maestrodev.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maestrodev.com/blog/maestrodev-named-devops-cool-vendor-in-2012-by-leading-industry-analyst-firm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DevOps Shrugged</title>
		<link>http://www.maestrodev.com/blog/devops-shrugged/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=devops-shrugged</link>
		<comments>http://www.maestrodev.com/blog/devops-shrugged/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 01:25:10 +0000</pubDate>
		<dc:creator>Doug Dennington</dc:creator>
				<category><![CDATA[maestro]]></category>
		<category><![CDATA[Build Automation]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[DevOps Orchestration]]></category>
		<category><![CDATA[Maestro]]></category>
		<category><![CDATA[PaaS]]></category>

		<guid isPermaLink="false">http://www.maestrodev.com/?p=1536</guid>
		<description><![CDATA[Who is John Galt? As DevOps continues to be defined and debated, what is undeniable is that change is hard &#8212; as John Galt tried to show her, and as Dagny Taggart eventually conceded in Ayn Rand&#8217;s Atlas Shrugged &#8212; and especially so for large and distributed enterprise teams. DevOps evangelists are passionate about benefits<a href="http://www.maestrodev.com/blog/devops-shrugged/"> Read on...</a>]]></description>
			<content:encoded><![CDATA[<h5>Who is John Galt?</h5>
<p>As DevOps continues to be defined and debated, what is undeniable is that change is hard &#8212; as John Galt tried to show her, and as Dagny Taggart eventually conceded in <a href="http://www.aynrand.org/site/PageServer?pagename=objectivism_fiction_atlas_shrugged" title="AynRand.org - Atlas Shrugged" target="_blank">Ayn Rand&#8217;s Atlas Shrugged</a> &#8212; and especially so for large and distributed enterprise teams. DevOps evangelists are passionate about benefits and critics challenge origins, but the end of the DevOps discussion is the same; if we agree that more communication between developers and IT operations produces better software, then the discussion should focus on &#8220;How?&#8221;</p>
<p>As MaestroDev works with our customers and prospects, one consistent request of both our consulting work and our Maestro product is how to facilitate the best practices that are discussed in blogs, lunches, and sprints. So there is the question; How do we implement the DevOps ideas we have?</p>
<h5>Rearden Metal</h5>
<p>The answer is what we call DevOps Orchestration. Automating tasks and tools that span the DevOps lifecycle are a first step.  An extension of Continuous Integration and Delivery, it describes the automation of tasks insofar as they are set up the first time. But DevOps Orchestration also prescribes the &#8220;How&#8221; of daily interaction between groups. What is needed is a common location and mechanism to communicate and share the very best practices that DevOps promotes, and their unique details for each task, team, and project.</p>
<h5>Galt&#8217;s Gulch</h5>
<p>Maestro excels at DevOps Orchestration by providing a central location for this bi-directional communication and abstracting the logic away from the tools themselves with a tool-agnostic task-based mechanism which captures the &#8220;language&#8221; of DevOps interactions between developer, testing, and operations groups, and even allows manager approvals to interact with the automated processes. DevOps Orchestration accelerates the pace of change, fosters best practices, and removes friction from the best intentions of teams who, ultimately, agree on the same end-goals.</p>
<p>Maestro DevOps Orchestration automates your existing installed toolset from source code management through build, test, deploy, and environment management &#8212; all from a single screen. Ease-of-use gains alone promote DevOps adoption by making it easier to capture task details of all types in a single location for the author, but also because all other users know there is a single place to find / review / change task definitions and configurations. Great things can start from a single place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maestrodev.com/blog/devops-shrugged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Maestro</title>
		<link>http://www.maestrodev.com/blog/hello-maestro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-maestro</link>
		<comments>http://www.maestrodev.com/blog/hello-maestro/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 04:37:14 +0000</pubDate>
		<dc:creator>Kit Plummer</dc:creator>
				<category><![CDATA[maestro]]></category>

		<guid isPermaLink="false">http://www.maestrodev.com/?p=1484</guid>
		<description><![CDATA[We would like to introduce Maestro, our flagship product at MaestroDev &#8211; or rather let it introduce itself. More&#8230;soon.  Click the HD to view the video in its original full 720p recording.]]></description>
			<content:encoded><![CDATA[<p>We would like to introduce Maestro, our flagship product at MaestroDev &#8211; or rather let it introduce itself.</p>
<p><iframe src="http://player.vimeo.com/video/40326074" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>More&#8230;soon.  Click the HD to view the video in its original full 720p recording.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maestrodev.com/blog/hello-maestro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
