You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This modules install an enterprise production grade Citrix 7.x Delivery Controller, including Citrix site creation and administrator rights setup.
3
+
Puppet module installing a production grade Citrix XenDesktop 7.x Delivery Controller, including XenDesktop site creation, high availability configuration and administrator rights setup.
4
4
5
5
The following options are available for a production-grade installation :
6
6
- Fault tolerance : AlwaysOn database membership activation for Citrix databases created by the package
@@ -14,7 +14,7 @@ This module requires SQLServer powershell module v21.0.17199. The module will in
14
14
- From Powershell Gallery if **sqlservermodulesource** parameter is set to **internet**
15
15
- From an enterprise location if **sqlservermodulesource** parameter is set to **offline**. In this case, the ZIP file containing the SQLServer v21.0.17199 (_sqlserver_powershell_21.0.17199.zip_) has to be manually downloaded from Powershell Gallery using the `Save-Module -Name SqlServer -Path <path> -RequiredVersion 21.0.17199` powershell command.
16
16
17
-
This module requires a custom version of the puppetlabs-dsc module compiled with ...
17
+
This module requires a custom version of the puppetlabs-dsc module compiled with [XenDesktop Powershell DSC Resource](https://github.com/VirtualEngine/XenDesktop7) as a dependency. Ready to use module provided on [Github](https://github.com/virtualdesktopdevops/puppetlabs-dsc/tree/1.5.0_custom).
18
18
19
19
## Change log ##
20
20
@@ -33,47 +33,71 @@ Migrated puppet example code in README.md to future parser syntax (4.x). Impact
33
33
34
34
## Usage ##
35
35
***`[String]` setup_svc_username**_(Required)_: Privileged account used by Puppet for installing the software and the Xendesktop Site (cred_ssp server and client, SQL server write access, local administrator privilèges needed)
36
-
-**setup_svc_password** : (string) Password of the privileged account. Should be encrypted with hiera-eyaml.
37
-
-**sitename** : (string) Name of the Xendesktop site
38
-
-**databaseserver** : (string) FQDN of the SQL server used for citrix database hosting. If using a AlwaysOn SQL cluster, use the Listener FQDN.
39
-
-**licenceserver** : (string) FQDN of the Citrix Licence server.
40
-
-**sitedatabasename** : (string) Name of the citrix site database to be created
41
-
-**loggingdatabasename** : (string) Name of the citrix logging database to be created
42
-
-**monitordatabasename** : (string) Name of the citrix monitor database to be created
43
-
-**sourcepath** : (string) Path of a folder containing the Xendesktop 7.x installer (unarchive the ISO image in this folder). Has to be prefixed with \\\\ instead of the classical \\ if using UNC Path and Puppet >= 4.x or Puppet 3.x future parser.
44
-
-**xd7administrator** : (string) ActiveDirectory user or group which will be granted Citrix Administrator rights.
45
-
-**sqlalwayson** : (boolean) : true or false. Activate database AlwaysOn availability group membership ? Default is false. Needs to be true for a production grade environment
46
-
-**sqlavailabilitygroup** : (string) (optionnal if sqlalwayson = false) : Name of the SQL AlwaysOn availability group.
47
-
-**sqldbbackuppath** : (string) (optionnal if sqlalwayson = false) : UNC path of a writable network folder to backup/restore databases during AlwaysOn availability group membership configuration. needs to be writable from the sql server nodes. Has to be prefixed with \\\\ instead of the classical \\ if using Puppet >= 4.x or Puppet 3.x future parser.
48
-
***`[String]` sqlservermodulesource**_(Optional, [internet,offline])_: Source of SQLServer Powershell module v21.0.17199 (see requirements at the beginning of this readme). Valid values are **internet** or **offline**. Default is 'internet'.
36
+
-**`[String]` setup_svc_password**_(Required)_: Password of the privileged account. Should be encrypted with hiera-eyaml.
37
+
-**`[String]` sitename**_(Required)_: Name of the Xendesktop site
38
+
-**`[String]` role**_(Required `[primary|secondary]`)_: Needs to be 'primary' for the first Citrix Delivery Controller of a site to initialize the databases and the Xendesktop site. Configure as 'secondary' for all other delivery Controllers of the site as they will join an existing Xendesktop site.
39
+
-**`[String]` site_primarycontroller**_(Optional if role='primary')_: Primary controller of the existing Xendesktop site to which the newly configured Delivery Controller has to be joined.
40
+
-**`[String]` databaseserver**_(Required)_: FQDN of the SQL server used for citrix database hosting. If using a AlwaysOn SQL cluster, use the Listener FQDN.
41
+
-**`[String]` licenceserver**_(Required)_: FQDN of the Citrix Licence server.
42
+
-**`[String]` sitedatabasename**_(Required)_: Name of the citrix site database to be created
43
+
-**`[String]` loggingdatabasename**_(Required)_: Name of the citrix logging database to be created
44
+
-**`[String]` monitordatabasename**_(Required)_: Name of the citrix monitor database to be created
45
+
-**`[String]` sourcepath**_(Required)_: Path of a folder containing the Xendesktop 7.x installer (unarchive the ISO image in this folder). Has to be prefixed with \\\\ instead of the classical \\ if using UNC Path and Puppet >= 4.x or Puppet 3.x future parser.
46
+
-**`[String]` xd7administrator**_(Required)_: ActiveDirectory user or group which will be granted Citrix Administrator rights.
47
+
-**`[Boolean]` sqlalwayson**_(Optional, default is false)_: Activate database AlwaysOn availability group membership ? Default is false. Needs to be true for a production grade environment
48
+
-**`[String]` sqlavailabilitygroup**_(Optional if sqlalwayson = false)_: Name of the SQL AlwaysOn availability group.
49
+
-**`[String]` sqldbbackuppath**_(Optional if sqlalwayson = false)_: UNC path of a writable network folder to backup/restore databases during AlwaysOn availability group membership configuration. needs to be writable from the sql server nodes. Has to be prefixed with \\\\ instead of the classical \\ if using Puppet >= 4.x or Puppet 3.x future parser.
50
+
***`[String]` sqlservermodulesource**_(Optional, `[internet|offline]`)_: Source of SQLServer Powershell module v21.0.17199 (see requirements at the beginning of this readme). Valid values are **internet** or **offline**. Default is 'internet'.
49
51
***`[String]` sqlservermodulesourcepath**_(Optional if sqlservermodulesource = 'internet' )_: Path of the SQLServer Powershell module v21.0.17199 ZIP file. Can be a local or an UNC path.
50
-
-**https**: (boolean) : true or false. Deploy SSL certificate and activate SSL access to Citrix XML service ? Default : false
51
-
-**sslCertificateSourcePath**: (string) Location of the SSL certificate (p12 / PFX format with private key). Can be local folder, UNC path, HTTP URL). Has to be prefixed with \\\\ instead of the classical \\ if using UNC Path and Puppet >= 4.x or Puppet 3.x future parser.
52
-
-**sslCertificatePassword**: (string) Password protecting the p12/pfx SSL certificate file.
53
-
-**sslCertificateThumbprint**: (string) Thumbprint of the SSL certificate (available in the SSL certificate).
52
+
-**`[Boolean]`https**_(Optional, default is false)_: Deploy SSL certificate and activate SSL access to Citrix XML service ? Default : false
53
+
-**`[String]`sslCertificateSourcePath**_(Optional if https = false)_: Location of the SSL certificate (p12 / PFX format with private key). Can be local folder, UNC path, HTTP URL). Has to be prefixed with \\\\ instead of the classical \\ if using UNC Path and Puppet >= 4.x or Puppet 3.x future parser.
54
+
-**`[String]`sslCertificatePassword**_(Optional if https = false)_: Password protecting the p12/pfx SSL certificate file.
55
+
-**`[String]`sslCertificateThumbprint**_(Optional if https = false)_: Thumbprint of the SSL certificate (available in the SSL certificate).
-**BREAKING CHANGE** : Migrated puppet example code in README.md to future parser syntax (4.x). Impact on parameters refering to remote locations (file shares) which have to be prefixed with \\\\ instead of the classical \\. This is because of Puppet >= 4.x parsing \\ as a single \ in single-quoted strings. Use parser = future in puppet 3.x /etc/puppet/puppet.conf to use this new configuration in your Puppet 3.x and prepare Puppet 4.x migration.
7
7
-**BREAKING CHANGE** : Changed all module parameters to lowercase to comply with puppet guidelines.
8
+
-**BREAKING CHANGE** : Merged xd7mastercontroller and xd7slave controller into xd7deliverycontroller. Added a **role** parameter to install a **primary** controller with XenDesktop site creation or a **secondary** controller joined to an existing XenDesktop site.
9
+
-**BREAKING CHANGE** : Removed SQLServer Powershell resource from the module. Added **sqlservermodulesource** and **sqlservermodulesourcepath** parameters to install is from the internet or from an enterprise file share.
8
10
- Compliance with puppet language style guide and puppet forge standards.
0 commit comments