This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| METRICS | |
| ======= | |
| https://docs.google.com/spreadsheets/d/1_vI-3T7czp3f4FpKYIrulGwLOo8c6AOMPLXJflgJDn8/edit?usp=sharing | |
| People / Process / Technology | |
| - Deployment / Change Frequency | |
| - Change Volume (number of US/lines of code) | |
| - Change Lead Time (dev -> deploy) | |
| - Change Failure Rate | |
| - Mean Time to Recover (MTTR) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://boxstarter.org/package/nr/win-no-annoy,isepester,nugetpackageexplorer,notepadplusplus,atom,vagrant,packer,virtualbox,virtualbox.extensionpack,vagrant,vboxguestadditions.install,greenshot | |
| cinst isepester | |
| cinst console | |
| cinst atom | |
| cinst notepadplusplus | |
| cinst nugetpackageexplorer | |
| cinst win-no-annoy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ohai::Config::disabled_plugins= [ | |
| # | |
| # add to client.rb file -- c:\chef\client.rb | |
| # | |
| # ref: http://www.slideshare.net/opscode/chef-conf-windowsdougireton # slide 30 | |
| # ohai plugins that have poor perf or are irrelevant to windows | |
| # | |
| "c", "cloud", "ec2", "rackspace", "eucalyptus", "command", "dmi", "dmi_common", | |
| "erlang", "groovy", "ip_scopes", "java", "keys", "lua", "mono", "network_listeners", | |
| "passwd", "perl", "php", "python", "ssh_host_key", "uptime", "virtualization", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://boxstarter.org/package/nr/win-no-annoy,VisualStudio2013Premium,VS2013.4,tfsSidekicks2013,tfs2013powertools,isepester,nugetpackageexplorer,notepadplusplus,atom,virtualbox,virtualbox.extensionpack,vagrant,vboxguestadditions.install | |
| cinst VisualStudio2013Premium | |
| cinst VS2013.3 | |
| cinst tfsSidekicks2013 | |
| cinst tfs2013powertools | |
| cinst isepester | |
| cinst windowsazurepowershell | |
| cinst console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://boxstarter.org/package/nr/win-no-annoy,VisualStudio2013Premium,VS2013.4,tfsSidekicks2013,tfs2013powertools,isepester,nugetpackageexplorer,notepadplusplus,atom,virtualbox,virtualbox.extensionpack,vagrant,vboxguestadditions.install | |
| cinst VisualStudio2013Premium | |
| cinst VS2013.3 | |
| cinst tfsSidekicks2013 | |
| cinst tfs2013powertools | |
| cinst isepester | |
| cinst windowsazurepowershell | |
| cinst console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cinst VisualStudio2013Premium | |
| cinst VS2013.4 | |
| cinst tfsSidekicks2013 | |
| cinst tfs2013powertools | |
| cinst isepester | |
| cinst windowsazurepowershell | |
| cinst console | |
| cinst atom | |
| cinst notepadplusplus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if ($OctopusEnvironmentName -eq "Production") { | |
| # in production, we need to | |
| #Create a URI instance since the HttpWebRequest.Create Method will escape the URL by default. | |
| $URL = "http://api.newrelic.com/deployments.xml" | |
| $post = "deployment[account_id]=<id here>&deployment[user]=OctopusDeploy&deployment[app_id]=<app id here>&deployment[revision]=($OctopusPackageVersion)" | |
| $URI = New-Object System.Uri($URL,$true) | |
| #Create a request object using the URI | |
| $request = [System.Net.HttpWebRequest]::Create($URI) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| cinst newrelic-agentx64 |
NewerOlder