Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf93936679 | ||
|
|
269a307b49 | ||
|
|
a00617e5f9 | ||
|
|
5ed2d66357 | ||
|
|
83963f7fd7 | ||
|
|
7135700f06 | ||
|
|
bfdaf74121 | ||
|
|
fc899ef5f7 | ||
|
|
e9f3d968dc | ||
|
|
db2d776433 | ||
|
|
0c35600948 | ||
|
|
dcec26de29 | ||
|
|
41306a06b0 | ||
|
|
400e10187a | ||
|
|
fa692e3ab8 | ||
|
|
796aa3170f | ||
|
|
4ef8e3ea0f | ||
|
|
3c1e2e9163 | ||
|
|
def73d4952 | ||
|
|
b0d01b421f | ||
|
|
7dc257de38 | ||
|
|
46bf8ca94d | ||
|
|
cbd2e01ff0 | ||
|
|
b2eed70957 | ||
|
|
8637d204cd | ||
|
|
bc10bc2cfd | ||
|
|
5f82b766dd |
1 changed files with 45 additions and 0 deletions
45
cobbler.yaml
Normal file
45
cobbler.yaml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Versatile Linux deployment server
|
||||
description: >-
|
||||
Cobbler is a Linux installation server that allows for rapid setup of network
|
||||
installation environments. It glues together and automates many associated Linux tasks
|
||||
so you do not have to hop between lots of various commands and applications when
|
||||
rolling out new systems, and, in some cases, changing existing ones. It can help with
|
||||
installation, DNS, DHCP, package updates, power management, configuration management
|
||||
orchestration, and much more.
|
||||
|
||||
Read more at https://cobbler.github.io
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [el8]
|
||||
requires:
|
||||
platform: [el8]
|
||||
references:
|
||||
community: https://github.com/cobbler/cobbler
|
||||
documentation: https://cobbler.github.io/
|
||||
tracker: https://github.com/cobbler/cobbler/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- cobbler
|
||||
- cobbler-web
|
||||
api:
|
||||
rpms:
|
||||
- cobbler
|
||||
- cobbler-web
|
||||
components:
|
||||
rpms:
|
||||
cobbler:
|
||||
rationale: Provides the core functionality
|
||||
ref: 3
|
||||
koan:
|
||||
rationale: Tool for local re-installs or installing VMs from cobbler
|
||||
ref: 6a44707a9052f12ed97f840a20d30fb5c017ea55
|
||||
...
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue