Skip to content

Commit

Permalink
Changes to xSQLServer
Browse files Browse the repository at this point in the history
- The complete examples that no longer was accurate and referenced resources
  that no longer exist was removed. Accurate examples can be found in each
  specific resource example folder. Examples for installing Failover Cluster
  can be found in the resource examples folders in the xFailOverCluster
  resource module (issue dsccommunity#462).
- A README.md was created under the examples folder to be used as reference how
  to installed certain scenarios (issue dsccommunity#462).
- Removed the specific common test for examples in this repository and instead
  opt-in for the common test in the DscResource.Tests repository (issue dsccommunity#669).
  • Loading branch information
johlju committed Jan 1, 2018
1 parent 49e7135 commit 44cb032
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .MetaTestOptIn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"Common Tests - Validate Markdown Files",
"Common Tests - Validate Module Files",
"Common Tests - Validate Script Files"
"Common Tests - Validate Script Files",
"Common Tests - Validate Example Files"
]
18 changes: 18 additions & 0 deletions Examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Examples

This will help to understand how to setup certain scenarios with xSQLServer resource module.

## Resource examples

This is the examples for each individual resource.

[xSQLServerAlias](/xSQLServerAlias)

## Setting up a Failover Cluster

This will explain how to setup high availability using a two node failover cluster.

## Setting up a Always On Availability Groups

This will explain how to setup high availability using AlwaysOn Availability Group.
AlwaysOn Availability Group will be configured in a two node configuration.

0 comments on commit 44cb032

Please sign in to comment.