murano-repository/Services/ad-manifest.yaml
efedorova e98258043d Add wsgi support.
Add config file
Fix interacting with consts
Change section names in manifests to correspond data_type
2013-10-14 11:07:48 +04:00

39 lines
762 B
YAML

version: 0.1
service_display_name: Active Directory
description: >-
<strong> The Active Directory Service </strong>
includes one primary and optionally a few secondary
Domain Controllers, with DNS
full_service_name: activeDirectory
author: Mirantis Inc.
service_version: 1.0
enabled: True
ui:
- ActiveDirectory.yaml
workflows:
- AD.xml
- Common.xml
heat:
- Windows.template
agents:
- SetPassword.template
- CreatePrimaryDC.template
- AskDnsIp.template
- LeaveDomain.template
- JoinDomain.template
- CreateSecondaryDC.template
scripts:
- ImportCoreFunctions.ps1
- Set-LocalUserPassword.ps1
- Get-DnsListeningIpAddress.ps1
- Get-DnsListeningIpAddress.ps1
- Join-Domain.ps1
- Install-RoleSecondaryDomainController.ps1