murano-repository/muranorepository/Services/activeDirectory-manifest.yaml
Ekaterina Fedorova 25e8d2b767 Lead all manifests to the one style
Fix service_version to increment it easier
Fixes bug: #1262242

Change-Id: I42d10f43f7febaf57aa942aa9713df350197acb1
2013-12-19 12:06:51 +04:00

49 lines
984 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
enabled: true
ui:
- ActiveDirectory.yaml
workflows:
- AD.xml
- Networking.xml
- Common.xml
heat:
- RouterInterface.template
- Windows.template
- Network.template
- Param.template
- Subnet.template
- InstancePortWSubnet.template
- InstancePort.template
- NNSecurity.template
- DefaultSecurity.template
- WindowsSecurity.template
- DomainSecurity.template
agent:
- CreatePrimaryDC.template
- LeaveDomain.template
- SetPassword.template
- CreateSecondaryDC.template
- AskDnsIp.template
- JoinDomain.template
scripts:
- Install-RoleSecondaryDomainController.ps1
- Install-RolePrimaryDomainController.ps1
- Join-Domain.ps1
- ImportCoreFunctions.ps1
- Get-DnsListeningIpAddress.ps1
- Set-LocalUserPassword.ps1