Skip to content

This repository contains pre-validated and pre-configured PowerShell Desired State Configuration (PSDSC) scripts built as infrastructure blueprints.

Notifications You must be signed in to change notification settings

rchaganti/InfraBlueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

TODO

  • Add automated tests for module loading and other checks
  • Add automated PowerShell Gallery posting for releases

Available Composite Resource Modules

Module Name Composite Resources
HyperVConfigurations HyperVSwitchEmbeddedTeam
HyperVSwitchEmbeddedTeamForS2D
HyperVSwitchNativeTeam
SystemConfigurations SystemDomainJoinWithCustomTimezone

You can contribute to this repository by adding your own composite resource modules. If you have something to share, just submit a pull request and we will review the resources and update the repository with your resource modules.

What is this project about?

This project provides guidelines on enabling reusable and repeatable DSC configurations combined with Pester validations that are identified by Operations Validation Framework.

Infrastructure Blueprints are essentially composite resource packages that contain node configurations and Pester tests that validate desired state and integration after the configuration is applied.

This repository contains multiple composite configuration modules. Each module contains multiple composite resources with ready to use examples and tests that validate the configuration.

The following folder structure shows how these composite modules are packaged.

  • Diagnostics folder contains the Simple and Comprehensive tests for performing operations validation.
    • Simple: A set of tests that validate the functionality of infrastructure at the desired state.
    • Comprehensive: A set of tests that perform a comprehensive operations validation of the infrastructure at the desired state. Comprehensive
    • PreDeploy: A set of tests that perform pre-deployment validation for the infrastructure that needs to be configured. These tests ensure that the infrastrucutre is ready for the deployment configuration.
    • For ease of identification, the test script names include Simple or Comprehensive or PreDeploy within the file name.

The Operations Validation Framework can be used to retrieve the list of tests in this module and invoke the relevant ones.

About

This repository contains pre-validated and pre-configured PowerShell Desired State Configuration (PSDSC) scripts built as infrastructure blueprints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published