Coder Social home page Coder Social logo

puppet-baremetal-windows's People

Contributors

rismoney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

puppet-baremetal-windows's Issues

future direction

the current version of this repo was built on x86 Windows PE due to no native 64 bit version of puppet available with 3.6.x and prior. With 3.7 x64 now available, we can leverage this. Also setup.exe was not able to be used, as it isn't/wasn't supported cross platform (ie x86 PE deploying an x64 image), so I chose to use dism/imagex to apply image. I don't know if anyone deploys x86 OS's anymore, so I will probably be opting for a pure x64 experience, with the least amount of friction here.

need to identify the gem changes and see what is required.

as an aside.
I have also been looking at using etcd for service discovery from windows PE, so I may opt for that as a longer term solution versus using puppet in the bootstrap layer. i have started another repo to explore that.
I anticipate using DNS for all the things!

Where to ask questions

I have downloaded configured and run this project. I love the concept and the implemention is neat and clear.

However, I am a total noob when it comes to puppet.

Where can I ask questions regarding this project? I don;t want to submit an issue for ever little question I may have but I don;t see an PM or other contact channel.

Thanks this looks awesome but I hope I can get a few hints to accelerate my adoption of this.

adk download path not quite right.

In config.ps1:
$downloadfolder="C:\download"

in download-winbits.ps1:
$adkname = join-path "$downloadfolder\adk" $adkname

So ADK is downloaded to $downloadfolder\adk

in Install-ADK.PS1:
Start-Process "C:\download\adksetup.exe" -ArgumentList $adksetupargs -NoNewWindow -Wait -ea stop

So adksetup.exe is not found.

Should be
Start-Process "C:\download\adk\adksetup.exe" -ArgumentList $adksetupargs -NoNewWindow -Wait -ea stop

upgrade PE to 5.1

This runs a lot faster... going to upgrade repo to download this instead.

How To

Hello,

We are really interested into your project and are trying to make it work to deploy VMs via foreman and wds on xenserver.
Could you explain a little more how to use this project?

Thank you!

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.