-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomDomainSuffix only in multinode? #101
Comments
Leave this with me! |
I think i have a workaround. |
Yeah, just comment out 1113 to 1117: if (($customDomainSuffix -ne "local.azurestack.external") -and ($multinode -eq $false)) {
Set-Location $ScriptLocation
Write-Host "You've specified the -customDomainSuffix parameter but not the -multiNode switch. Please rerun the script and provide the -multiNode switch, or remove the -customDomainSuffix if this is an ASDK." -ForegroundColor Red
Break
} Should work fine after that i think! |
as a side note i also had to edit the C:\AzSPoC\Scripts\addImage.ps1 121 if ($multiNode -eq $false) { |
Hmm, is that with 1908? I guess the default CSV volume has changed for the ASDK. I'll investigate when my next deployment has finished. Thanks! |
Sorry. Yes. That's the 1908. |
Should now be fixed in the 1908 version. Thanks! |
Describe the issue
I get the message "You've specified the -customDomainSuffix parameter but not the -multiNode switch. Please rerun the script and provide the -multiNode switch, or remove the -customDomainSuffix if this is an ASDK."
We have been using custom domains since like for ever.. But i don't have a multinode ASDK. :(
Hardware
Physical servers, HP an Dell. 2x Intel E5-2660, 256GB RAM, 4x1TB SSD + 10x6TB HDD
Send the logs
Do you need the logs for this?
Additional context
I don't have any more context, just don't understand this change.
The text was updated successfully, but these errors were encountered: