From 12b5b731e489f20b079367211b593daaf6d2b130 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 7 Apr 2022 12:12:52 -0600 Subject: [PATCH 1/4] 3.3 stream --- cobbler.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 cobbler.yaml diff --git a/cobbler.yaml b/cobbler.yaml new file mode 100644 index 0000000..62f1684 --- /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: [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.3 + koan: + rationale: Tool for local re-installs or installing VMs from cobbler + ref: 6a44707a9052f12ed97f840a20d30fb5c017ea55 +... + From 621e3e1ec591b23d129cd24e61607bed94a217ac Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 3 May 2022 19:26:38 -0600 Subject: [PATCH 2/4] Update to 3.3.2-2 From 4acf95b021aaf77e8800cdeff2005e01cbfc429d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 13 Jun 2022 19:40:57 -0600 Subject: [PATCH 3/4] Update to 3.3.3 From 5c960472278cc038939f6d49c7072fcdf690c9d4 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 30 Jun 2022 10:32:09 -0600 Subject: [PATCH 4/4] No more cobbler-web in 3.3 --- cobbler.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cobbler.yaml b/cobbler.yaml index 62f1684..62a0d5f 100644 --- a/cobbler.yaml +++ b/cobbler.yaml @@ -28,11 +28,9 @@ data: default: rpms: - cobbler - - cobbler-web api: rpms: - cobbler - - cobbler-web components: rpms: cobbler: