version: 0.1 service_display_name: Active Directory description: The Active Directory Service 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