Agile and DevOps at Scale
Posted: 01/20/2013 Filed under: Agile, cloud, DevOps | Tags: Agile, Agile for Infrastructure, DevOps at Scale, Massive IT Organizational Change, Phoenix Project 1 Comment »More and more we are starting to hear about how real transformation can happen for businesses using IT. For busineses like NetFlix or Twitter where IT is at the core of the entire business model, that has been clear for a while. What is changing are businesses that have heretofore leveraged IT as just part of the “backoffice” seeing incredible transformative possibilities by leveraging the same IT principles as technology startups. Those with deep IT knowledge have always intrinsically known this potential. However, convincing a non-tech business of this possibility has been a difficult historically. This is because non-tech businesses (and to be sure, even traditional large tech businesses) saw IT as a “cost center” and not a true “partner” with the business for achieving goals.
This perception has been changing over the past 5 years. It has been accelerated by advancements in infrastructure as a service, platform as a service, and software as a service offerings that have made business leaders aware of ways to get things both faster and cheaper in the infrastructure world. However, a funny thing has happened. When business leaders asked IT leadership to “take a look” at these new “n-as-a-service” offerings, they got feedback that there were still 3 main hurdles to being able to unlock real business value fast: infra and developer collaboration, technology freedom, and core IT and business processes. So, while you might be able to get servers fast from cloud providers, you still had the existing internal hurdles to overcome. These hurdles are not insignificant.
The real unlock for all these “n-as-a-service” infrastructure offerings is actually transforming the traditional way IT does business. Recently, authors Gene Kim, Kevin Behr, and George Spafford created a fiction novel called “The Phoenix Project” which outlines what a hypothetical Agile and DevOps transformation looks like. While the novel is a great way for people to understand how agile/devops change can happen, it might be great to hear about a real success story. Let me offer up Gap Inc as an example of how you can take massive legacy enterprise IT and make a real transformation happen. The actual implementation of Agile processes by a business with a heavily traditional structure and workflow is not without pain. Being successful requires a strong spine and executive leadership that is willing to put everything on the line. For Gap, the CIO (Tom Keiser) and VP of Infrastructure (Naveen Zutshi) were key to pushing the transformation through successfully.
I have taken the liberty of summarizing 2 main tracks of effort that made the massive Agile and DevOps transformation at Gap possible by using 2 documents. The first document is a paper written by Kamal Manglani which focuses on core Agile principles as applied to infrastructure. The second is a Meetup presentation I put together that focuses on the methodologies we designed at Gap to change mindsets about technologies. Hopefully, these documents will be useful for others with the gumption to take this journey on.
Gap Infra Agile Transformation Journey
Enterprise-DevOps-at-Scale-Gap
Enjoy,
Jeff
Formula for Success in 2013
Posted: 01/05/2013 Filed under: coding, Uncategorized | Tags: 2013 formula for success, coding, formula, leadership, success 1 Comment »My formula for success in 2013 is essentially my new years resolution.
It is a simple math formula to get things done. I have written it on my whiteboard at my desk as a constant reminder.
nWORK - nMEETINGS = nPOSITIVE_INTEGER
In other words: DO > TALK
In reality it is way easier to type and say this as it is to actually do it. The new world of IT Infrastructure means real leaders need to lead by having what I call HOK “Hands on Keyboard” as much as possible making things as well as talking about them.
I am also an optimist so I feel that my chances are really good that I will make this work. See if it works for you too.
SF Skyscraper Update
Posted: 12/16/2012 Filed under: skyscrapers | Tags: architecture, San Francisco, skyscrapers Leave a comment »Periodically, I like to check out this site to find out what the latest is with the San Francisco skyscrapers. Sometimes these projects don’t materialize, but it is still fun to check them out. I really, really like skyscraper architecture and am continually fascinated by the architects who design them and engineers that build them. Here is the latest for proposed buildings in SF.
http://skyscraperpage.com/diagrams/?cityID=114
What Microsoft’s IE and North Korea Have in Common
Posted: 12/16/2012 Filed under: Microsoft | Tags: browser, html 5, IE, isolated mobile apps, microsoft and north korea, open web 2 Comments »Not sure why, but here lately I keep seeing opportunities that Microsoft is squandering. The latest one: Internet Explorer.
Why? Recently, we all witnessed a massive advertising blitz on TV and the web for IE9. To me it seemed wasteful. I mean who was Microsoft really marketing to? The only people that they were trying to convert were EXISTING users of Windows! Think about it, Internet Explorer at one point had a nearly 80% market share. Today, often the first thing I do when getting a fresh Windows VM up and running is to install Google Chrome and Firefox. I don’t even launch IE (no matter what version) unless I absolutely have to for some bizarro ms-centric client code support issue.
The reason? Internet Explorer is only supported on one platform: Windows. In effect, Microsoft has made their browser market share isolated much like North Korea has made itself on the international stage.
Even Apple makes Windows versions of Safari (actually, this appears to be changing). So, why would Microsoft chose to isolate the primary application delivery mechanism (browser) to only their OS? Let’s not get distracted by the current mobile apps stratified marketplace. IOS and Android do control the “isolated mobile apps” marketplace as I call them, but there is a clear desire by many including Facebook to make the move to native HTML 5.x apps on mobile devices as quickly as on par capabilities arise (getting there). I think this “detour” with isolated mobile apps we are all on will eventually turn the power back to the browser again on mobile devices. To be sure, potentially strong competitor Mozilla, has a mobile OS making heavy use of HTML 5. Google has already realized that the browser can be the OS and has based their Chrome OS notebooks on this strategy.
Right now, in terms of speed and recoverability Google’s Chrome is a superior browser and it runs on Windows, OSX, and Linux platforms. Microsoft should take notes and effectively become a full faith partner in the multi-platform community, much like a respected nation in the UN. Microsoft should immediately develop an open source version of Internet Explorer with full standards support. To their credit IE9 has come a long way toward supporting open web standards from the days of IE6. But they need to do more if they wish to compete and be relevant in the coming open browser world. They need IE to run on OSX, Linux, IOS, and Android as fast as possible. However, that will not be enough. They need to have the recoverability from javascript issues through tab/process isolation like Chrome does and they need to add features faster than Google and Firefox can (like robust syncing bookmarks). By doing these things, Microsoft can start to gain the respect of the open web community and gain traction. For now, I am happy using Chrome and Firefox. Redmond, you better wake up and get to work. Open source IE and get it running on multiple platforms.
Cool Geeks DevOps Meetup
Posted: 12/02/2012 Filed under: Meetups | Tags: Cool Geeks, devops, Meetups Leave a comment »Heya Fellow Cool Geeks!
I and some fellow geeks formed a new DevOps Meetup called “Cool Geeks DevOps.”
The hope is that we will be able to tackle some common DevOps problems in an open forum that is also fun.
I invite everyone to stop by our regular meetups to share the fun.
http://www.meetup.com/Cool-Geeks-DevOps/
TMUX Fun
Posted: 11/26/2012 Filed under: coding | Tags: brew install tmux, screen vs. tmux on OSX, Terminal Multiplexing, TMUX Leave a comment »After opening up 10+ terminal sessions on my macbook every day, I started to think there must be a better way. Turns out there is. My guru buddies Lamont, Oliver, John, and Chris use Screen. My first thought was to copy them. Lamont joked that he has been using the same screen config file since 1995! Wow, I thought, a technology that solid has to be the right one for me. Then I tried to install and use it on my Mac. While OSX comes with a version of screen pre-installed, it doesn’t include some custom options I wanted (vertical splitting) without downloading the latest bits from SourceForge and compiling it on OSX. I didn’t want to spend too much time on this endeavor and just wanted to install all the options I wanted fast (using Homebrew in my case).
So, after doing a little research, I discovered that TMUX had almost identical command sequences as SCREEN, installed fast via Homebrew, and had simple global configuration files that I can setup (just like SCREEN). Yay! So I decided to just install TMUX and get going. After surprisingly little effort reading other nice folk’s blogs and the man page, I was up and running. I thought I would share my global configuration file for TMUX for others looking to do the same.
It is on github here:
https://github.com/jbpadgett/tmux-config
For those wishing to just view it here on the blog, here you go:
#########################################################################
#########################################################################
# JBPadgett's custom tmux configuration
# Borrowed heavily from various nice people on the internets
# Put everything global here: ~/.tmux.conf
# Put environment specific tmux config here: ~/.tmux/ # Example: ~/.tmux/chef
#########################################################################
#########################################################################
#########################################################################
# Reset The Command Prefix
#########################################################################
# Not that I don’t like change, but now you know screen and tmux!
# set the command prefix to match screen (good ‘ol CTRL+a)
unbind C-b
set -g prefix C-a
bind-key C-a last-window
#########################################################################
# Unbindings
#########################################################################
#unbind C-b # unbind default leader key
#########################################################################
# Global options
#########################################################################
# utf8
set-window-option -g utf8 on
# large history
set-option -g history-limit 10000
#########################################################################
# Status Bar
#########################################################################
set-option -g status-utf8 on
set-option -g status-justify right
set-option -g status-bg black # colour213 # pink
set-option -g status-fg cyan
set-option -g status-interval 5
set-option -g status-left-length 30
set-option -g status-left ‘#[fg=magenta]» #[fg=blue,bold]#T#[default]‘
set-option -g status-right ‘#[fg=red,bold][ TMUX-SESSION ] #[fg=cyan]»» #[fg=blue,bold]###S #[fg=magenta]%R %m-%d#(acpi | cut -d ‘,’ -f 2)#[default]‘
set-option -g visual-activity on
# Titles (window number, program name, active (or not)
set-option -g set-titles on
set-option -g set-titles-string ‘#H:#S.#I.#P #W #T’
# statusbar background to black, foreground to white
#set-option -g status-fg white
#set-option -g status-bg black
# set the current window name to a nice bold yellow text
#setw -g window-status-current-attr bold
#setw -g window-status-current-fg yellow
# hostname is printed on the left
set-option -g status-left-length 40
set -g status-left “#H”
# be notified when there is activity in one of your windows
setw -g monitor-activity on
# don’t rename windows automatically
#set-window-option -g automatic-rename off
#########################################################################
# Bindings
#########################################################################
# reload tmux conf
bind-key r source-file ~/.tmux.conf
# Navigation ————————————————————
# Pane Switching with Alt+Arrow keys
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Begin Mouse Section
# Cheating with el mouso. Pray for forgiveness. You should know why —-
# Global mouse enablement (needs to be first)
set-window-option -g mode-mouse on
# Mouse pane switching
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
# Allows terminal scorolling to not override vim/editor scrolling
set -g terminal-overrides ‘xterm*:smcup@:rmcup@’
# Initialize custom session configs
#bind S source-file ~/.tmux/session1
#bind s source-file ~/.tmux/session2
Microsoft’s Most Valuable Asset
Posted: 10/29/2012 Filed under: Microsoft | Tags: Active Directory, Linux and Active Directory, Microsoft, Microsoft's most valuable asset 10 Comments »Windows 8 was just released and so was the Surface tablet. While this is a milestone for folks in Redmond, I couldn’t care less. In fact, many engineers and programmers I have spoken to feel the same. In many cases, people I work with are JUST NOW upgrading their virtual machines to Windows 7. Notice I said virtual machines. In fact, so many people I work with don’t use Windows as their host OS. They just use it as a guest. More and more people have tried Mac or Linux as the host. But that is a side topic. Let me get back to the main point here.
Microsoft is under assault from the marketplace. Fewer new Windows PCs are popping up every 2 years since the Apple juggernaut started gaining momentum and people started getting work done on operating systems that were non-Windows. From a capitalism perspective, the shift in power is probably healthy. Back in 2001, Microsoft had such a dominant position in the computing sphere they were under constant anti-trust investigations and derision by the blogosphere. Today, the landscape is changing dramatically with tablets, and cloud computing. As people’s exposure to apps that were not from a Windows platform happend more, they became more comfortable with alternative computing tools. This change in mindset has predominantly been in the home market, but has trickled gradually into the corporate market also.
While I could talk about the operating system and tablet market ad nauseum, this was not the topic on top of my mind. I have already moved beyond operating systems, compute hardware, and apps as an analysis of the impact Microsoft makes on my life. What I want to point out what I think is perhaps the single most valuable thing Microsoft owns and sells today. Nope, it is not Exchange server (which is actually a decent full-featured mail server platform). Nope it is not Office. The single most valuable product that Microsoft owns is Active Directory. Yes, I said it Active Directory.
Why? Because after the fail of Novell, the only relevant, full featured alternative for the corporate marketplace is AD. When Novell was king, NDS was everywhere. In fact, I spent much of my career connecting devices to an NDS X500 directory. But Novell pissed so many people off with that nasty Novell client that they started to lose market share to the then burgeoning growth of Windows NT. Eventually, Microsoft had to compete and release Active Directory. While AD has never been as fully featured as NDS was, it was good enough. Good enough that most IT departments said they did not want the pain of managing 2 Directory logins and trees. So, they ditched NDS and embraced AD.
In fact, today, one of the main reasons corporate IT still predominantly have Windows clients and some installed base of Windows servers is because they like and need Active Directory to maintain thousands of users and groups. To date, I have not been satisfied that there is a credible alternative to AD for user account management. I have tried and use Sun LDAP, which is now Oracle LDAP. I am not really impressed with that product and Oracle’s stewardship of great Sun open source initiatives is lackluster at best. The fact is, Microsoft Active Directory is the glue that holds many IT departments together.
I make this point to hopefully draw Microsoft’s attention to an opportunity for them to keep a hold to this market and improve their standing in the community, or to excite some eager startup. Microsoft needs to make it super easy to connect Linux and Unix machines to AD with FULL features. I say that Windows Services for UNIX is not enough. Further, I think Microsoft should license AD to work on Linux servers with full features. They should do this with all the gusto of a market that they see as strategic. They are wasting incredible amounts of money on IE advertising, Bing and other online properties and could have fully funded all the development costs to do this work. So, Microsoft: Wake up and secure this market before someone makes a better, open-source AD and then there is one less reason to keep you in the data center.


