murano-repository/muranorepository/Services/activeDirectory-manifest.yaml
ativelkov 4b6d71d9db Nova network support added to workflows
Fixes bug #12550557
Depends on conductor commit I7c5e829c58f9dcb242ae580bea0408329a82aa3f

Change-Id: Ie55ac04ab5c0a27dff3bd76b58b8718695539eb0
2013-11-26 21:14:23 +04:00

38 lines
888 B
YAML

agent:
- CreatePrimaryDC.template
- LeaveDomain.template
- SetPassword.template
- CreateSecondaryDC.template
- AskDnsIp.template
- JoinDomain.template
author: ''
description: <strong> The Active Directory Service </strong> includes one primary
and optionally a few secondary Domain Controllers, with DNS
enabled: true
full_service_name: activeDirectory
heat:
- RouterInterface.template
- Windows.template
- Network.template
- NNSecurity.template
- Param.template
- Subnet.template
- InstancePortWSubnet.template
- InstancePort.template
scripts:
- Install-RoleSecondaryDomainController.ps1
- Install-RolePrimaryDomainController.ps1
- Join-Domain.ps1
- ImportCoreFunctions.ps1
- Get-DnsListeningIpAddress.ps1
- Set-LocalUserPassword.ps1
service_display_name: Active Directory
service_version: ''
ui:
- ActiveDirectory.yaml
version: '0.1'
workflows:
- AD.xml
- Networking.xml
- Common.xml