When I was a team member at the Enterprise Engineer Center (http://www.microsoft.com/en-us/eec/default.aspx) we use a
mix of network equipment (and Power PDUs, KVM, Servers and SAN). The EEC hosts
customer “engagements” to test/validate scale, proof of concept and
features. The facility has 7 customer
labs and security is a number 1 priority. The EEC has multiple levels of security
to isolate customer environments from each other, our team systems, and the
Microsoft corporate network. Vlans are used extensively as part of the isolation system and as part of testing customer scenarios. Some test environments may only have 1 Vlan
others may have 25. Vlans are created and deleted as required for the scenarios being tested. As “the networking guy” I was
called to action regularly to help resolve connectivity issues with Vlans that
spanned multiple switches. Many times
the issues were caused by a single interface missing its Vlan configuration (tagged or untagged). While the fix for issues was very easy
finding which interface was incorrectly configured proved to be very time
consuming.
To increase the complexity the EEC uses a mix of network
switch vendors depending on our partnership and features offered by each. We also have a large variety of server
equipment from multiple partners. These servers can be pre-release systems or a
single system that fits a custom need.
As the EEC started its major remodel in 2008 we viewed this as a great time to improve our systems and processes.
In 2008 I started work on a project codenamed Green Monster (GM). The goals of Green Monster were
2. Support a diverse list of equipment manufacturers (network, power, kvm, servers)
3. Create a database of equipment inventory to replace excel spreadsheets
4. Create a database of network and power port to server mappings
5. Provide an automated system to power systems on/off
6. Create a near zero touch OS deployment environment for Engagement build out/setup
7. Abstract hardware vendor and network design from users (UI or script interface)
Development of Green Monster
was to be done as a side project. I was
the PM, Dev and for the most part the tester.
Many of my teammates helped with feature feedback, DB design ideas and
testing. They also provided a large list of features and ideas for future
versions.
Green Monster consists of a
WCF Service that performs all the automation logic, DB interaction and device
integration. The frontend is a C# UI that consumes the WCF service. OS imaging was done with WDS and some in-house scripts written by a co-worker.
No comments:
Post a Comment