Git Product home page Git Product logo

Comments (7)

mattmcspirit avatar mattmcspirit commented on August 29, 2024

Leave this with me!

from azurestack.

BjornAnd avatar BjornAnd commented on August 29, 2024

I think i have a workaround.

from azurestack.

mattmcspirit avatar mattmcspirit commented on August 29, 2024

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!

from azurestack.

BjornAnd avatar BjornAnd commented on August 29, 2024

as a side note i also had to edit the C:\AzSPoC\Scripts\addImage.ps1
Line 122 (from "Volume1" to "SU1_Volume")

121 if ($multiNode -eq $false) {
122 $imageRootPath = "C:\ClusterStorage\SU1_Volume"
123 }
124 else {
125 $imageRootPath = $azsPath
126 }

from azurestack.

mattmcspirit avatar mattmcspirit commented on August 29, 2024

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!

from azurestack.

BjornAnd avatar BjornAnd commented on August 29, 2024

Sorry. Yes. That's the 1908.

from azurestack.

mattmcspirit avatar mattmcspirit commented on August 29, 2024

Should now be fixed in the 1908 version. Thanks!

from azurestack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.