Activity log for bug #1491383

Date Who What changed Old value New value Message
2015-09-02 12:50:29 Anastasia Kuznetsova bug added bug
2015-09-02 12:50:36 Anastasia Kuznetsova murano-apps: importance Undecided High
2015-09-02 12:50:43 Anastasia Kuznetsova murano-apps: assignee Alexey Khivin (akhivin)
2015-09-02 12:53:03 Anastasia Kuznetsova description If user creates two Active Directory application 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 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
2015-09-11 04:29:24 Serg Melikyan murano-apps: milestone liberty-rc1
2015-09-16 12:35:35 Ekaterina Chernova murano-apps: status New Confirmed
2015-09-24 13:19:12 Ekaterina Chernova murano-apps: milestone liberty-rc1 liberty-rc2
2015-09-24 18:44:38 Serg Melikyan murano-apps: milestone liberty-rc2 mitaka-1
2015-09-25 16:19:52 Ekaterina Chernova nominated for series murano-apps/mitaka
2015-09-25 16:19:52 Ekaterina Chernova bug task added murano-apps/mitaka
2015-09-25 16:20:09 Ekaterina Chernova nominated for series murano-apps/liberty
2015-09-25 16:20:09 Ekaterina Chernova bug task added murano-apps/liberty
2015-09-25 16:20:21 Ekaterina Chernova murano-apps/liberty: milestone mitaka-1 liberty-rc2
2015-09-25 16:20:24 Ekaterina Chernova murano-apps/mitaka: status New Confirmed
2015-09-25 16:20:28 Ekaterina Chernova murano-apps/mitaka: status Confirmed In Progress
2015-09-25 16:20:29 Ekaterina Chernova murano-apps/mitaka: importance Undecided High
2015-09-25 16:20:32 Ekaterina Chernova murano-apps/mitaka: milestone mitaka-1
2015-09-29 10:12:33 Serg Melikyan murano-apps/mitaka: status In Progress Confirmed
2015-09-29 10:14:49 Serg Melikyan bug task deleted murano-apps/liberty
2015-09-29 10:14:58 Serg Melikyan nominated for series murano-apps/liberty
2015-09-29 10:14:58 Serg Melikyan bug task added murano-apps/liberty
2015-09-29 10:15:05 Serg Melikyan murano-apps/liberty: status Confirmed Won't Fix
2015-10-15 15:11:38 Serg Melikyan murano-apps: status Confirmed Fix Released
2015-10-15 15:16:13 Serg Melikyan murano-apps/mitaka: status Fix Released Fix Committed
2015-10-15 15:27:08 Serg Melikyan murano-apps: milestone liberty-rc2 1.0.0
2015-10-15 15:29:43 Serg Melikyan murano-apps/mitaka: milestone 1.0.0 mitaka-1
2015-10-15 15:30:17 Serg Melikyan murano-apps/liberty: milestone liberty-rc2 1.0.0
2015-11-06 15:40:15 Kirill Zaitsev murano-apps/liberty: milestone 1.0.0 1.0.1
2015-12-03 22:37:21 Kirill Zaitsev murano-apps: status Fix Committed Fix Released