Skip to content

Commit ccff046

Browse files
committedMar 4, 2018
Updated metadata, readme, and changelog for v1.2.0 release
1 parent b10f357 commit ccff046

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed
 

‎CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog - sqlserveralwayson #
22

3-
## Unreleased
4-
- **BREAKING CHANGE** : Require puppetlabs/dsc compiled with SQLServerDSC = 10.0.0.0
3+
## Version 1.2.0
4+
- **BREAKING CHANGE** : Require puppetlabs/dsc compiled with SQLServerDSC >= 10.0.0.0
55
- **BREAKING CHANGE** : Changed $sqlservicecredential_username and $sqlagentservicecredential_username format. User accounts now required **WITHOUT** Netbios Domain Name prefix.
66
- **BREAKING CHANGE** : Removed $domainName class parameter. Used facts instead.
77
- **BREAKING CHANGE** : Removed $domainNetbiosName class parameter. Used custom fact instead.
88
- Changed database availability mode to SynchronousCommit
99

1010

1111
## Version 1.1.0
12-
- Initial release
1312
- Module compatible with xSQLServer <= 9.0.0.0
13+
14+
## Version 1.0.0
15+
- Initial release

‎README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlserveralwayson #
22

3-
This modules installs a fully working SQL Server AlwaysOn cluster. It has been designed to install both primary replica nodes with the following features :
3+
This modules installs a fully working Microsoft SQL Server AlwaysOn cluster. It has been designed to install both primary replica nodes with the following features :
44
- SPN creation on sql service account (service account not yet created by this module, schedulded in next release)
55
- SQL server installation and initial configuration (MaxDop Firewall, Memory, Admin rights, ...)
66
- Failover cluster creation (primary node) or join (replica node) with File Share witness
@@ -12,9 +12,9 @@ The default MSSQLSERVER SQL Server instance is created during installation. This
1212

1313
The database failover mecanism integrated in this module is SQL Server AlwaysOn.
1414

15-
The module can be installed on a Standard, Datacenter, or Core version of Windows 2012R2 or Windows 2016.
15+
The module can be installed on a Standard, Datacenter, Core version of Windows 2012R2 or Windows 2016.
1616

17-
**BREAKING CHANGE :** This module requires puppetlabs/dsc compiled with SQLServerDSC = 10.0.0.0
17+
**BREAKING CHANGE :** This module requires puppetlabs/dsc compiled with SQLServerDSC >= 10.0.0.0
1818

1919
## Usage
2020
- **setup_svc_username** : (string) Privileged account used by Puppet for installing the software and creating the failover cluster (spn creation, computer registration, local administrator privilèges needed)

‎metadata.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"author": "citrixdeployment",
2+
"author": "virtualdesktopdevops",
33
"dependencies": [
4-
{
5-
"name": "puppetlabs/powershell",
4+
{
5+
"name": "puppetlabs/powershell",
66
"version_requirement": ">= 1.0.3"
77
},
8-
{
9-
"name": "puppetlabs/dsc",
10-
"version_requirement": ">= 1.4.0"
8+
{
9+
"name": "puppetlabs/dsc",
10+
"version_requirement": ">= 1.5.0"
1111
}
1212
],
1313
"license": "Apache-2.0",
14-
"name": "citrixdeployment-sqlserveralwayson",
14+
"name": "virtualdesktopdevops-sqlserveralwayson",
1515
"operatingsystem_support": [
1616
{
1717
"operatingsystem": "windows",
@@ -21,21 +21,23 @@
2121
]
2222
}
2323
],
24-
"project_page": "https://www.citrixdeployment.com",
24+
"project_page": "http://www.virtualdesktopdevops.com/",
2525
"requirements": [
2626
{
2727
"name": "puppet",
2828
"version_requirement": ">= 3.8.0 < 6.0.0"
2929
}
3030
],
31-
"source": "https://www.citrixdeployment.com",
32-
"summary": "SQL Server deployment with AlwaysOn clustering features",
31+
"source": "https://virtualdesktopdevops.github.io/sqlserveralwayson/",
32+
"summary": "Microsoft SQL Server puppet module with AlwaysOn clustering features",
3333
"tags": [
3434
"powershell",
3535
"dsc",
3636
"sql-server",
37+
"microsoft",
38+
"cluster",
3739
"alwayson",
3840
"sql"
3941
],
40-
"version": "1.0.0"
41-
}
42+
"version": "1.2.0"
43+
}

0 commit comments

Comments
 (0)
Please sign in to comment.