Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Inductor #200

Closed
wants to merge 15 commits into from
Closed

Inductor #200

wants to merge 15 commits into from

Commits on Feb 9, 2016

  1. Initial inductor support

    - Created osregistry.json with all data from existing packer and autounattend configs
    - Added generic autounattend template (works on newer OSs like Win10).
    - Other required templates added: Vagrantfile.tpl and packer.json.tpl
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0d78b41 View commit details
    Browse the repository at this point in the history
  2. Remove old Vagrantfile templates

    - These have been replaced with inductor and the Vagrantfile.tpl
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0bfb1b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    946a977 View commit details
    Browse the repository at this point in the history
  4. Remove OS specific packer config files

    - The OS specific config files have been replaced by inductor and the packer.json.tpl
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    dbc22ef View commit details
    Browse the repository at this point in the history
  5. Remove OS specific Autounattend.xml files

    - OS specific Autounattend.xml files have been replaced by inductor and Autounattend.xml.tpl
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    6de610d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35177ce View commit details
    Browse the repository at this point in the history
  7. Update readme for inductor

    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    3661099 View commit details
    Browse the repository at this point in the history
  8. Ensure computername is valid

    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    af03b97 View commit details
    Browse the repository at this point in the history
  9. Add WinRM support to Packer templates

    - Moved WinRM configuration out of Autounattend.xml to a new dedicated script
    - Added WinRM communicator configuration and provisioning
    - Modified VBox guest addition installation to use mounted CD instead of attempting to transfer the whole ISO over WinRM (which os slow and doesn't really work for large files).
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    9cfd816 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5df1bfe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae44dfd View commit details
    Browse the repository at this point in the history
  12. Set maxupdates to 100 and force restart

    Windows updates can be pretty slow when searching on older OSs because of the number of updates. Set the update size to something reasonable and force a reboot before starting the script.
    sneal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    b07d9c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    f6ff307 View commit details
    Browse the repository at this point in the history
  2. Add Windows Server 2016 TP4

    sneal committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    56cb676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8908b6 View commit details
    Browse the repository at this point in the history