https://github.com/attuneops/kickstart-centos-linux
https://github.com/attuneops/kickstart-centos-linux
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/attuneops/kickstart-centos-linux
- Owner: AttuneOps
- Created: 2023-08-16T23:49:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:18:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T22:46:24.307Z (over 1 year ago)
- Homepage: http://www.attuneautomation.com/Kickstart-CentOS-Linux/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://doc.servertribe.com)
[](http://discord.servertribe.com)
[](https://www.youtube.com/@servertribe)
[](https://www.servertribe.com/community-edition/)
# Kickstart CentOS Linux
# Attune
[Attune](https://www.servertribe.com/)
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.
## Get Started with Attune, Download NOW!
The **Attune Community Edition** can be
[downloaded](https://www.servertribe.com/comunity-edition/)
for free from our
[ServerTribe website](https://www.servertribe.com/comunity-edition/).
You can learn more about Attune through
[ServerTribe's YouTube Channel](https://www.youtube.com/@servertribe).
# Clone this Project
To clone this project into your own instance of Attune, follow the
[Clone a GIT Project How To Instructions](https://servertribe-attune.readthedocs.io/en/latest/howto/design_workspace/clone_project.html).
## Blueprints
This Project contains the following Blueprints.
### Create CentOS8 BIOS Kickstart ISO
Creates a RHEL8 BIOS kickstart ISO.
## Parameters
| Name | Type | Script Reference | Comment |
| ---- | ---- | ---------------- | ------- |
| Kickstarted Linux Node | Linux/Unix Node | `kickstartedlinuxnode` | Refers to the node being built. |
| Kickstarted Linux root User | Linux/Unix Credential | `kickstartedlinuxrootuser` | root user for "Kickstarted Linux Node". |
| Kickstarted Linux TimeZone | Text | `kickstartedlinuxtimezone` | Valid Linux timezones are listed in /usr/share/zoneinfo/posix and also at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
Example: Australia/Brisbane |
| Kickstarted Node | Basic Node | `kickstartednode` | |
| Kickstarted Subnet | Network IPv4 Subnet | `kickstartedsubnet` | Subnet used by the target server. |
| Kickstart Worker build Linux User | Linux/Unix Credential | `kickstartworkerbuildlinuxuser` | The user credentials for the node building the kickstart ISO.
Only for Kickstart Worker Linux Node. |
| Kickstart Worker Linux Node | Linux/Unix Node | `kickstartworkerlinuxnode` | Linux refers to both Linux and MacOS. |
| Kickstarted Disk First Letter | Text | `kickstarteddiskfirstletter` | The first letter of the disk in Linux, EG, sda or xda |
| Kickstart Worker Base Dir | Text | `kickstartworkerbasedir` | Base directory for deploying temporary files to build the kickstart ISO. |
| Kickstarted RPM Mirror Url | Text | `kickstartedrpmmirrorurl` | |
| Kickstarted RPM CA Certificate | Text | `kickstartedrpmcacertificate` | RPM CA Certificate drop In directory. Place all RPM CA certificates that you want to use here.
This is an absolute path to a folder.
If it does not exist or if it is empty, then it will not be used. |
## Files
| Name | Type | Comment |
| ---- | ---- | ------- |
| CentOS8 Boot ISO | Large Archives | |
| CentOS7 Net Install ISO | Large Archives | |
| CentOS8 BIOS Kickstart Config | Version Controlled Files | Kickstart commands and options reference
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_8_installation/kickstart-commands-and-options-reference_installing-rhel-as-an-experienced-user
Kickstart Generator: https://access.redhat.com/labs/kickstartconfig/ |
| CentOS7 Minimal ISO | Large Archives | |
# Contribute to this Project
**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**