Giter VIP home page Giter VIP logo

Comments (9)

cf-gitbot avatar cf-gitbot commented on August 10, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/151496851

The labels on this github issue will be updated when the story is started.

from bosh-windows-stemcell-builder.

awmartin avatar awmartin commented on August 10, 2024

Hi there! Luckily we standardize on the non-GUI install, i.e. Windows Server Core. Our instructions may be a bit out of date, but we're going to update them soon once we have our vSphere pipeline running smoothly.

Curiously, are you using cf-deployment to use the new 2016 runtime stack for Cloud Foundry? What's your use case?

from bosh-windows-stemcell-builder.

cwb124 avatar cwb124 commented on August 10, 2024

We run pivotal currently but looking at OS. You asking for use case for wanting non gui or for Windows 2016 in general?

from bosh-windows-stemcell-builder.

greenhouse-ci avatar greenhouse-ci commented on August 10, 2024

from bosh-windows-stemcell-builder.

cwb124 avatar cwb124 commented on August 10, 2024

Might be a different 'issue' but in trying both gui and no gui versions of 2016, the Install-CFFeatures script fails trying to run the docker service. I can't manually install the docker service.

One thing I noticed in the script was this chunk:

$windowsVersion = (Get-WmiObject -class Win32_OperatingSystem).Caption if ($windowsVersion -Match "2012") { WindowsFeatureInstall("Web-Webserver") WindowsFeatureInstall("Web-WebSockets") WindowsFeatureInstall("AS-Web-Support") WindowsFeatureInstall("AS-NET-Framework") WindowsFeatureInstall("Web-WHC") WindowsFeatureInstall("Web-ASP") } elseif ($windowsVersion -Match "2016") { WindowsFeatureInstall("FS-Resource-Manager")

I assume that stuff isn't happening for Windows 2016, perhaps that's causing failing? I haven't dug in a lot, plan to this afternoon. Wondering if anyone else has seen it.

from bosh-windows-stemcell-builder.

greenhouse-ci avatar greenhouse-ci commented on August 10, 2024

from bosh-windows-stemcell-builder.

cwb124 avatar cwb124 commented on August 10, 2024

Wait, can I rem out the docker install parts of that script then and avoid docker entirely?

from bosh-windows-stemcell-builder.

sunjayBhatia avatar sunjayBhatia commented on August 10, 2024

@cwb124 yeah, Docker was installed to unblock us (Garden Windows) while we worked on a method of getting a container image onto a VM without Docker. It will be removed soon anyways (and will be removed in the ultimate publicly available stemcells) so you can skip that part of the script if you like

from bosh-windows-stemcell-builder.

cwb124 avatar cwb124 commented on August 10, 2024

The PS modules in the master branch worked for me on 2016, vs the ones under 1200.4 release. Different scripts for 2012 vs. 2016 was a nice add. Good work.

from bosh-windows-stemcell-builder.

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.