This Attune Project contains the Blueprints to setup a worker for the automate OS installation projects.
What is a worker?
The majority of the workload creating the ISO file(s) for the is performed on either the Attune host machine or a separate machine.
The workload covers tasks such as unpacking ISO and repackaging with the drivers and configurations. This machine is referred too as the worker.
Attune Projects have been created to run with Windows, macOS, and Linux workers.
If you haven't already, download and install the free Attune Community Edition.
Clone the Automate OS Installation Worker Setup Project into your instance of Attune.
Find, clone, and follow the instructions as per the
Automate {os_name} Installation with {method} on {controller}
Project
you are working on. You can find these Projects in the
Attune Documentation - How-to Guides.
Visit the Attune Documentation - Automate Operating System Installation to learn how Attune streamlines the OS installation process.
Attune automates and orchestrates processes to streamline deployments, scaling, migrations, and management of your systems. The Attune platform is building a community of sharable automated and orchestrated processes.
You can leverage the publicly available orchestrated blueprints to increase your productivity, and accelerate the delivery of your projects. You can open-source your own work and improve existing community orchestrated projects.
The Attune Community Edition can be downloaded for free from our ServerTribe website. You can learn more about Attune through ServerTribe's YouTube Channel.
To clone this project into your own instance of Attune, follow the Clone a GIT Project How To Instructions.
This Project contains the following Blueprints.
This is for OS installs to download ISOs from HTTP.
This Blueprint sets up a Samba Share for the WinPE installation.
This Blueprints installs the required packages on the worker to create WinPE ISO files.
Name | Type | Script Reference | Comment |
---|---|---|---|
Automation Worker Linux Base Directory | Text | automationworkerlinuxbasedirectory |
Base directory for deploying temporary files to build the kickstart ISO on a macOS or Linux Worker. |
Automation Worker Linux Node | Linux/Unix Node | automationworkerlinuxnode |
The Linux automation worker node used to perform tasks to create the ISO. |
Automation Worker Linux User | Linux/Unix Credential | automationworkerlinuxuser |
|
Automation Worker Linux User: root | Linux/Unix Credential | automationworkerlinuxuserroot |
root user on the Linux Automation Worker node. |
Automation Worker Windows Node | Windows Node | automationworkerwindowsnode |
The Windows automation worker node used to perform tasks to create the ISO. |
Automation Worker Windows User: Administrator | Windows Credential | automationworkerwindowsuseradministrator |
Administrator user on the Windows Automation Worker node. |
Name | Type | Comment |
---|---|---|
httpiso.service | Version Controlled Files | |
Powershell v6.2.4 | Large Archives | https://github.com/PowerShell/PowerShell/releases https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4 |
run_httpiso.sh | Version Controlled Files | |
VMWare.PowerCLI v6.7 | Large Archives | This was downloaded with : sudo pwsh -Command "Save-Module -name VMware.PowerCLI -Path /root" |
The collective power of a community of talented individuals working in concert delivers not only more ideas, but quicker development and troubleshooting when issues arise.
If you’d like to contribute and help improve these projects, please fork our repository, commit your changes in Attune, push you changes, and create a pull request.
Please feel free to raise any issues or questions you have.
Thank you