Download presentation
Presentation is loading. Please wait.
Published bySherilyn Garrison Modified over 9 years ago
3
$$$ Idea BusinessDevelopmentOperations codeProduct
4
Design CodeTest Check-in
5
Design Code + Config Test Check-in Deploy
7
Declarative management Configuration data Simplicity Resource reusability Automation releases Velocity Push/Pull deployments Integrated Azure Extension Engine settings Flexibility
8
Test Environment Data Prod Environment Data Execute Tests
11
Traditional Scripts (Imperative) Configuration (Declarative)
12
Intent Logging & Error Handling Reboot Resiliency Technology Specific Dependency Resolution Repeatable Automation DSC Engine Dependency Resolution Logging & Error Handling Reboot Resiliency Repeatable Automation Resources Technology Specific ConfigurationIntent Traditional Scripts DSC
13
DSC Engine Dependency Resolution Logging & Error Handling Reboot Resiliency Repeatable Automation Resources Technology Specific ConfigurationIntent Make It So HOW HOW : DSC Resources Do the heavy lifting in an idempotent way Intent WHAT WHAT : Structural Configuration Stays same irrespective of the environment WHERE WHERE : Environmental Configuration Changes as system goes through different env. Dev Test Production
17
xPhpProvision xRemoteFiles Configuration xRemoteFiles { … } Configuration xPhpProvision { … }
19
Wave 0 Archive Environement File Group Log Package Registry Script Service User WindowsFeature WindowsProcess Wave 1 xComputer xDNSServerAddress xDscWebService xIPAddress xVHD xVMHyperV xVMSwitch xWebsite
23
Configuration Staging Area (Contains DSC data) Configuration Staging Area (Contains DSC data) 3 rd party languages and tools Authoring Phase (May include imperative as well as declarative code) Staging Phase -Fully declarative configuration representation using DMTF standard MOF instances -Configuration is calculated for all nodes PowerShell “Make it So” Phase (Declarative configuration is reified through imperative providers.) Parser and Dispatcher Resources When authoring in PowerShell: Declarative syntax extensions Schema-driven Intellisense Schema validation (early-binding) Resources implement changes: Monotonic Imperative Idempotent Local Configuration Store
24
Configuration Staging Area (Contains DSC data) Configuration Staging Area (Contains DSC data) 3 rd party languages and tools Authoring Phase (May include imperative as well as declarative code) Staging Phase -Fully declarative configuration representation using DMTF standard MOF instances -Configuration is calculated for all nodes PowerShell “Make it So” Phase (Declarative configuration is reified through imperative providers.) Parser and Dispatcher Resources When authoring in PowerShell: Declarative syntax extensions Schema-driven Intellisense Schema validation (early-binding) Resources implement changes: Monotonic Imperative Idempotent Local Configuration Store
25
3 rd party languages and tools Authoring Phase (May include imperative as well as declarative code) Staging Phase -Fully declarative configuration representation using DMTF standard MOF instances -Configuration is calculated for all nodes PowerShell “Make it So” Phase (Declarative configuration is reified through imperative providers.) Parser and Dispatcher Resources When authoring in PowerShell: Declarative syntax extensions Schema-driven Intellisense Schema validation (early-binding) Resources implement changes: Monotonic Imperative Idempotent Local Configuration Store
32
PS DSC Extension point DSC is the built-in configuration platform for Microsoft
34
Continuous deployment tooling utilizing Azure and DSC Such as Visual Studio, Brewmaster, etc. Azure Manage Environment VMs Drives Etc. Json / xml DSC Manage Guest Web Application Operating system Etc. PowerShell and MOF
37
Template Repo Step 1. Pull Template Step 2. Parse Template for Params Step 3. Validate and Combine Params + Template
38
Step 4. Provision Azure Resources by Deployment Group Affinity Group
39
Step 5. Bootstrap each VM with DSC, Remoting, etc. Affinity Group
40
Step 6. Pull Package from Git repo into each node Affinity Group Template Repo
41
Affinity Group Step 7. Dynamically generate DSC config and push to nodes
42
Step 8. Poll DSC operations and report progress Affinity Group
43
Heterogeneous DSC allows you to manage Linux and Windows configuration with common DSC infrastructure and syntax! Standards DSC for Linux implemented the LCM (an OMI Provider) and Linux Resource Providers (Python) Resources Set of “Built-In” Resource Providers for Linux: file, User, Group, Service, Script + more Download now Open-source CTP release at https://github.com/MSFTOSSMgmt
49
Declarative management Configuration data Simplicity Resource reusability Automation releases Velocity Push/Pull deployments Integrated Azure Extension Engine settings Flexibility
53
www.microsoft.com/learning http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd http://developer.microsoft.com
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.