J0F3 / ELEU18_Demo

Source code of the demo from the "Infrastructure as Code & DevOps: Decoded for IT Pros" session at ExpertsLive EU 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure as Code (IaC) example

Overview

What we have here:

  • PowerShell DSC configuration for a DNS and a Webserver saved in Git repository
  • Build definition with Unit Tests to validate and build (generate MOF files) the DSC configuration
  • Release definition to deploy builded DSC configuration (MOF Files) to the servers in the environments
  • Integration and acceptance test in to test the functionality of the environment after a deployment.

About

Source code of the demo from the "Infrastructure as Code & DevOps: Decoded for IT Pros" session at ExpertsLive EU 2018

License:MIT License


Languages

Language:PowerShell 100.0%