From 5f82b766ddd272a177687c21680a248d4d4e0ba1 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jan 14 2020 04:46:10 +0000 Subject: Initial module --- diff --git a/cobbler.yaml b/cobbler.yaml new file mode 100644 index 0000000..7378b14 --- /dev/null +++ b/cobbler.yaml @@ -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: [] + requires: + platform: [] + 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: master +... +