Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Orion Poplawski
5c96047227 No more cobbler-web in 3.3 2022-06-30 10:32:09 -06:00
Orion Poplawski
4acf95b021 Update to 3.3.3 2022-06-13 19:40:57 -06:00
Orion Poplawski
621e3e1ec5 Update to 3.3.2-2 2022-05-03 19:26:38 -06:00
Orion Poplawski
12b5b731e4 3.3 stream 2022-04-07 12:12:52 -06:00

43
cobbler.yaml Normal file
View file

@ -0,0 +1,43 @@
---
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
api:
rpms:
- cobbler
components:
rpms:
cobbler:
rationale: Provides the core functionality
ref: 3.3
koan:
rationale: Tool for local re-installs or installing VMs from cobbler
ref: 6a44707a9052f12ed97f840a20d30fb5c017ea55
...