Moshe Kaplan02/27/12
2413 views
1 replies
The TeamCity feature from JetBrains allows for integration of EC2 and their Continuous Integration platform.
Brian Gracely02/27/12
1925 views
0 replies
Aaron and Brian talk with Nick Weaver (@lynxbat) about recent conferences (CiscoLive, PartnerExchange, Cloud Connect), the Open Cloud controversy, the evolution of DevOps, and how IT will eventually break off space for new apps. Nick also explains how he name-dropped Christian Reilly (@reillyusa) to meet Adrian Cockcroft from NetFlix.
Kief Morris02/27/12
4317 views
1 replies
Configuration Drift is the phenomenon where running servers in an infrastructure become more and more different as time goes on, due to manual ad-hoc changes and updates, and general entropy. Here's what you can do about it...
Troy Hunt02/26/12
3356 views
0 replies
Learn how to create a build system that sends code quality metrics to your whole team every day. TeamCity and NDepend will be great for generating reports via a build server on a nightly basis so they’re sitting there first thing each morning.
Matthew Macdona...02/25/12
2018 views
0 replies
Cucumber-nagios is a tool for using the Cucumber Behavior-Driven Development framework with Nagios server config. It's installation is simple if you make sure these dependencies are installed first…
Prasant Lokinendi02/24/12
3347 views
0 replies
Microsoft has announced some awesome new DevOps tools that they're integrating into their newest release of Visual Studio, that's slated for beta release on February 29th. Will this lessen the awkward encounters between developers and operations? Try out the beta next week and let us know!
Joe Miller02/24/12
4084 views
0 replies
Apple includes a new prefPane in Xcode 4.1 and Lion called “Network Link Conditioner” that simplifies network simulation, and even includes a few profiles to get you started. Pretty cool feature. Especially useful for iOS developers.
Ayende Rahien02/24/12
2510 views
0 replies
Ayende Rahien describes a very interesting problem (and a fairly common one) around monitoring events that you want to happen, but don't. You might have a big problem if no error notifications are sent in these situations.
Tom O'connor02/23/12
3113 views
0 replies
If you're having issues with Puppet scalability for a large number of workstations, Tom O'Connor has a fix to share that uses Passenger/mod_rack. O'Connor also tries a solution for fixing his problems with apt-cacher-ng server.
James Betteley02/23/12
10086 views
2 replies
I’m a big fan of Ant, I’d usually choose it (or probably Gradle now) over Maven any day of the week, but there was already an existing Ant build system in place, which had grown a bit monolithic (that’s my polite way of saying it was a huge mess), so I didn’t want to go there! And besides, the first project that would be going into the new continuous delivery system was a simple Java project – way too straightforward to justify rewriting the whole ant system from scratch and improving it, so I went for Maven.
Prasant Lokinendi02/22/12
2272 views
0 replies
OASIS has released information about a proposed new cloud portability standards initiative: TOSCA. Take a look to see if this a standard that you would use.
Matthew Macdona...02/22/12
4336 views
0 replies
This article on "Murder," a web application deployment tool, is not a “Beginners Guide” but rather a collection of d hints/tips that that can help you deploy any web application from SVN.
Aaron Nichols02/22/12
3914 views
0 replies
The traditional model is to have Ops ask Dev what metrics they need monitored & to set those up. But this is a bad practice because this often means that monitoring can’t start until the metrics are available in the code, which can take days or weeks.
Mitch Pronschinske02/21/12
4848 views
0 replies
Travis CI is a hosted distributed continuous integration for the open source community. It has some features that aren't found anywhere else. It is integrated with GitHub and offers first class support for multiple technologies. Today the project has added support for Java, Scala, and Groovy!
Dave Farley02/21/12
4300 views
0 replies
Dave Farley is co-author of the book "Continuous Delivery" which describes the use of high levels of automation and collaboration in the delivery process to ensure high quality software and a reduction in errors and late nights. His talk at Devoxx introduces the ideas of Continuous Delivery as a practical everyday process, using some of the techniques and technologies that LMAX employ in their development environment as an example.
Matthew Macdona...02/20/12
6623 views
0 replies
I’ve been using Puppet to mange systems for the last four years (at least!) however a new contract has meant I’ve needed to learn Chef. A few months ago I was looking for a blog post on the differences between puppet and Chef written from an objective point of view and the fantastic @nathenharvey produced a blog post about exactly that topic. This post is more of a comment on my feelings about the two different systems and comparing the way in which they work.
Cody Powell02/20/12
7486 views
0 replies
I have a weird idea. What if, with every change we made to our codebase, we tried to increase our understanding of it a little bit? This is challenging because codebases always go in the opposite direction. How do you increase understanding on a large scale, then? Let's go through a few approaches, none of which are earth shattering.
Geoffrey Papilion02/19/12
6322 views
7 replies
Your avoidance of Technical Debt shouldn't block all other tasks because of one issue. It's better to have a partially automated solution, than none at all.
Troy Hunt02/18/12
3137 views
0 replies
It’s literally a 15 minute job to setup automated data syncing with SQL Data Compare and see it in your TeamCity CI build list including the output describing what was affected. And of course you get all the usual TeamCity notifications if something goes wrong.
Jessica Thornsby02/18/12
11846 views
1 replies
There are many advantages Jenkins can offer Apache Subversion users, one of which is the option of automatically polling Subversion repositories for changes, and creating a new build whenever changes are detected. Implementing this functionality is made easy in this tutorial.
Geoffrey Papilion02/17/12
5127 views
0 replies
Learn the answer to three questions regarding filename expansion in bash that you should have been considering long ago: What does the example script do if there is a file abc in the current directory? What if you run the same script in a directory without any files? And what if you run the example script and in a directory with no filename?
Joe Miller02/16/12
4238 views
0 replies
Collectd is a powerful tool for gathering metrics using its wide range of plugins, such as cpu, disk, load, memory, etc. But there is a lack of good frontend tools for visualizing the data collectd produces. Graphite is an amazingly powerful tool from Orbitz for visualizing metrics, but there is a lack of tools for gathering host-level stats and sending into graphite. Wouldn't it be great if we could leverage the strengths of both tools?
Carlos Sanchez02/16/12
5232 views
0 replies
Using tools like Maven in the Java world or Bundle in Rubyland you can explicitly list all the dependencies and versions you need. But there are some critical dependencies that are never set. It is just too simple. However, from the point of view of the operations team the number of requirements is complex.
Mitch Pronschinske02/16/12
2053 views
0 replies
Moncli is a generic MONitoring and metrics collector CLIent which executes and processes requests on an external system in order to interact with the host's local information sources which are normally not available over the network. Get the full introduction to this decentralized, horizontally scalable monitoring framework from the creator and his documentation.
Tony Pitluga02/15/12
4144 views
0 replies
We have taken advantage of an under-appreciated feature of Puppet that allows us to manage our servers in a completely decentralized manner. It's called Master-less Puppet and supply_drop. In this tutorial you'll learn how and why you would use these features for Puppet.