Deployment of few ADs in one env in some configuration fails with error

Bug #1491383 reported by Anastasia Kuznetsova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
murano-apps
Fix Released
High
Alexey Khivin
Liberty
Won't Fix
High
Alexey Khivin
Mitaka
Fix Released
High
Unassigned

Bug Description

If user creates two Active Directory applications in one Murano environment with following names: domain1.domain and domain2.domain then deployment fails with following error:

2015-09-02 11:58:48 — [murano.engine.system.agent.AgentException]: {'source': 'command', 'command': u'Install-RolePrimaryDomainController', 'details': {u'PositionMessage': u'At line:32 char:11\r\n+ $null = Install-ADDSForest `\r\n+ ~~~~~~~~~~~~~~~~~~~~', u'ScriptStackTrace': u'at Install-RolePrimaryDomainController<Process>, <No file>: line 32'}, 'timestamp': '2015-09-02T11:58:47.865696', 'message': u'Verification of prerequisites for Domain Controller promotion failed. A NetBIOS domain name must be specified.\r\n', 'type': u'Microsoft.ADRoles.Deployment.Common.Tests.TestFailedException'}

I assume that problem is that we pass only following parameters here:
$null = Install-ADDSForest `
   -DomainName $DomainName `
   -SafeModeAdministratorPassword $SMAP `
   -DomainMode Default `
   -ForestMode Default `
   -NoRebootOnCompletion `
   -Force
 (https://github.com/openstack/murano-apps/blob/master/Windows/ActiveDirectory/package/Resources/scripts/Install-RolePrimaryDomainController.ps1#L32)
and do not pass -DomainNetbiosName<String> parameter, probably we need to specify it directly in case if we have a few ADs in one env

Changed in murano-apps:
importance: Undecided → High
assignee: nobody → Alexey Khivin (akhivin)
description: updated
Changed in murano-apps:
milestone: none → liberty-rc1
Changed in murano-apps:
status: New → Confirmed
Changed in murano-apps:
milestone: liberty-rc1 → liberty-rc2
Changed in murano-apps:
milestone: liberty-rc2 → mitaka-1
no longer affects: murano-apps/liberty
Changed in murano-apps:
status: Confirmed → Fix Released
Changed in murano-apps:
milestone: liberty-rc2 → 1.0.0
Changed in murano-apps:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.