11 Commits

Author SHA1 Message Date
Jenkins
5d85fb437d Merge "Fixed MSSQL template to support 2008, 2014, 2016 versions" 2017-05-25 08:04:08 +00:00
zhangyanxian
824b3567ed Fix typo in AD.psm1
Change-Id: If7a0f94d4f254876b8d36dde5b8b26eac95aa04c
TrivialFix:"succesfully" should be "successfully"
2017-02-06 03:54:30 +00:00
Mocan Cosmin
3670644334 Fixed MSSQL template to support 2008, 2014, 2016 versions
It has been tested with standard 2008/2012/2014 and enterprise 2016.
I've added the functions Get-MSSQLVersion that checks for the version,
and Get-MSSQLLogFile that finds the log folder for the MSSQL version used.
The function Get-MSSQLParameters has been updated to filter some install
arguments that are incompatible with versions of MSSQL diffrent from 2012.

Change-Id: I438a74b081fa6dd38d9e39c10b11497032e070cb
2016-11-28 10:08:35 +00:00
Andrei Tira
65fc1ea3db Improve Active Directory installation
Improvements:
    - added HeatSignal to report the status of the stack
    - mapped the default admin to work on localized versions of windows
    - added more reliability by retrying the steps that can encounter
      transient errors

Change-Id: Iae9f6fe0ccb9fbf4a6091cd8486d9271570e6777
2016-09-05 17:15:39 +03:00
Mocan Cosmin
b82774f28f The Drupal version has been updated, drush site install is set not
to notify the user by email when finishing the task.

Change-Id: Idb1055e0d80938fa03b4851e0b4873b4415358c5
2016-08-31 08:34:14 +00:00
Adrien Vergé
2a2fe91602 Fix linting errors in YAML
This change corrects many problems detected by the `yamllint` linter.
It's a preparation for enabling this linter in change
Ie746230f28fe3ed0cf218201d5a3810f7bc44070.

For instance, the first run of the YAML linter helped discovering a key
duplication problem in `oso_ha.yaml`: the `depends_on` key was present
twice, so the first occurence was ignored.

Other changes are cosmetic: extra spaces, extra blank lines, missing
newlines at end-of-file, etc.

Change-Id: I7f2369adfb152fd2a74b9b105e969e653e592922
2016-03-11 14:57:38 +01:00
Zhao Lei
7257acd697 Fix some spelling typo in error message and manual
occured -> occurred
refrence -> reference

Change-Id: I2576a4b35c67593550b2f6f28fe589c628908aae
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-10-05 08:12:15 +00:00
Adrian Vladu
5e05ee4d17 Added Puppet Agent HOT
It deploys an instance with the latest Puppet Windows Agent.
The Puppet Agent installer is downloaded from the puppetlabs.com

The unit tests for the powershell module(user data scripts) are written
using Pester 3.0

Change-Id: Ia9449ad52e02622d41724c2b6c0680d1066d60e6
Partially-Implements: blueprint windows-instances
2014-10-14 22:46:14 -07:00
Ionut-Madalin Balutoiu
1068c8fe1a HOT for IIS with Drupal
It deploys a new Drupal 7 web site on a server with IIS
and PHP 5.4 configured. Web site uses a local database on
SQL Server 2008 R2 SP2 Express

Required tools are downloaded from the internet using
official links. SHA1 hashes are computed for the downloaded files
and compared with the expected hashes to ensure file integrity.

The unit tests for the user data scripts are written using
Pester 3.0

Change-Id: Ia9c12db0a92fc4f39be9056c67471eb8c136a86a
Partially-Implements: blueprint windows-instances
2014-09-26 14:27:49 +03:00
Adrian Vladu
d22d8b2587 HOT for MSSQL Server with unit tests
It deploys an MSSQL Server instance.
The MSSQL ISO file is copied from an SMB share.

The unit tests for the powershell module(user data scripts) are written
using Pester 3.0

Change-Id: If2b024d7717e2846bb199e950c314ce9c9d778e7
Partially-Implements: blueprint windows-instances
2014-09-18 03:55:24 +03:00
Adrian Vladu
78421806af HOT for Windows Active Directory Controller
The template deploys an Active Directory forest domain controller.

As there is the need of a Windows reboot after the install finishes,
exiting from the powershell script with the code 1001 signals to
cloudbase-init to trigger a reboot.

Change-Id: Ie171d55ffa69bb4c4f7381defd70a10d1c83213d
Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Partially-Implements: blueprint windows-instances
2014-09-03 12:40:33 +03:00