SHA256
1
0
forked from pool/warewulf4
Commit Graph

33 Commits

Author SHA256 Message Date
Dominique Leuenberger
788b0ad758 Accepting request 1066185 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/1066185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=10
2023-02-16 15:57:20 +00:00
04a5c227d9 Accepting request 1066159 from home:mslacken:pr
- added Fix-for-CVE-2022-41723.patch in order to fix CVE-2022-41723
  Note: an updatedt vendor.tar.gz is also required

OBS-URL: https://build.opensuse.org/request/show/1066159
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=30
2023-02-16 14:07:31 +00:00
Dominique Leuenberger
d3e7a3288b Accepting request 1063772 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/1063772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=9
2023-02-08 16:20:02 +00:00
b703e15f05 Accepting request 1063771 from home:mslacken:pr
better requires

OBS-URL: https://build.opensuse.org/request/show/1063771
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=28
2023-02-08 09:55:49 +00:00
131193eee6 Accepting request 1062328 from home:eeich:branches:network:cluster
- Add %sysusers_requires macro to account for missing dependencies
  (boo#1207802).

OBS-URL: https://build.opensuse.org/request/show/1062328
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=27
2023-02-08 09:49:23 +00:00
75b4a0a22b Accepting request 1063670 from home:mslacken:pr
with distribution-release

OBS-URL: https://build.opensuse.org/request/show/1063670
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=26
2023-02-07 17:29:58 +00:00
d9c7514951 Accepting request 1063651 from home:mslacken:pr
- added CreateMt-Targets.patch 
  which moonts in resolv.conf and files for SCC registration
- added config-ww4.sh which is used for initial configuration for
  simple network setups

- use distro ipxe binaries instead of binaries blobs from the
  warewulf github repo

OBS-URL: https://build.opensuse.org/request/show/1063651
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=25
2023-02-07 15:46:18 +00:00
Dominique Leuenberger
7df194ec51 Accepting request 1060673 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/1060673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=8
2023-01-24 18:44:03 +00:00
01b11d7da4 Accepting request 1060671 from home:mslacken:pr
- added make-ipxe-binary-source-configureable.patch

OBS-URL: https://build.opensuse.org/request/show/1060671
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=23
2023-01-24 16:07:05 +00:00
Dominique Leuenberger
7816bfb05a Accepting request 1059572 from network:cluster
- Update to 4.4.0 with following changes:
  * chroots and overlays moved from /var/lib to /usr/share
  * all boolean options need now to have the form --option=true|false
    e.g. wwctl node set node01 --discoverable=true
  * wwctl show --render shows overlay templates as they would be
    rendered on a given target node
- updated to version v4.4.0 with following changes:
  * Changed internal interacation between the on disk YAML format and the in memory
    format. This enables the command line options to be autogenerated from the datastructures.
    Also this keeps the options for profiles and node set/add commands in strict sync.
  * Added node edit/export/import where the edit command exposes the YAML config for the
    given nodes in an editor. Nodes can also be added with this command. The export command
    simply drops the YAML config for the given nodes. With the import command nodes can be
    imported as YAML or as a CSV file. The CSV file must havr a header in where the first field
    must always be the nodename, the rest of the fields are the same as the long commandline
    options. Network device must have the form net.$NETNAME.$NETOPTION, which would e.g. be
    net.default.ipaddr
  * The default value (like kernel args) are no read in from the configuration file
    defaults.conf. If this file couldn't be read built in default values will be used.
  * Template files for NetworkManager are now present in the wwinit overlay. A interface must
    have the type ethernet or infiniband that these will be brought up by NetworkManager
  * Listings of container via wwctl container list will now show the creation,modification
    date and the size.
  * Initial cut of the warewulf API.

OBS-URL: https://build.opensuse.org/request/show/1059572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=7
2023-01-19 15:44:27 +00:00
b90fe3bfc3 - Update to 4.4.0 with following changes:
* chroots and overlays moved from /var/lib to /usr/share
  * all boolean options need now to have the form --option=true|false
    e.g. wwctl node set node01 --discoverable=true
  * wwctl show --render shows overlay templates as they would be
    rendered on a given target node

- updated to version v4.4.0 with following changes:
  * Changed internal interacation between the on disk YAML format and the in memory
    format. This enables the command line options to be autogenerated from the datastructures.
    Also this keeps the options for profiles and node set/add commands in strict sync.
  * Added node edit/export/import where the edit command exposes the YAML config for the
    given nodes in an editor. Nodes can also be added with this command. The export command
    simply drops the YAML config for the given nodes. With the import command nodes can be
    imported as YAML or as a CSV file. The CSV file must havr a header in where the first field
    must always be the nodename, the rest of the fields are the same as the long commandline
    options. Network device must have the form net.$NETNAME.$NETOPTION, which would e.g. be
    net.default.ipaddr
  * The default value (like kernel args) are no read in from the configuration file
    defaults.conf. If this file couldn't be read built in default values will be used.
  * Template files for NetworkManager are now present in the wwinit overlay. A interface must
    have the type ethernet or infiniband that these will be brought up by NetworkManager
  * Listings of container via wwctl container list will now show the creation,modification
    date and the size.
  * Initial cut of the warewulf API.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=21
2023-01-19 11:33:09 +00:00
709a7770e7 Accepting request 1058664 from home:eeich:branches:network:cluster
- Do not set API package to noarch as it contains binaries.

OBS-URL: https://build.opensuse.org/request/show/1058664
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=20
2023-01-16 10:31:52 +00:00
ea19fbd38e - Fix rc version again
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=19
2023-01-16 09:56:44 +00:00
08012e145b - Fix define
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=18
2023-01-16 09:50:51 +00:00
2b99b44c35 Accepting request 1056234 from home:mslacken:pr
- updated to version v0.4.4 with following changes:
  * Changed internal interacation between the on disk YAML format and the in memory
    format. This enables the command line options to be autogenerated from the datastructures.
    Also this keeps the options for profiles and node set/add commands in strict sync.
  * Added node edit/export/import where the edit command exposes the YAML config for the
    given nodes in an editor. Nodes can also be added with this command. The export command
    simply drops the YAML config for the given nodes. With the import command nodes can be
    imported as YAML or as a CSV file. The CSV file must havr a header in where the first field
    must always be the nodename, the rest of the fields are the same as the long commandline
    options. Network device must have the form net.$NETNAME.$NETOPTION, which would e.g. be
    net.default.ipaddr
  * The default value (like kernel args) are no read in from the configuration file
    defaults.conf. If this file couldn't be read built in default values will be used.
  * Template files for NetworkManager are now present in the wwinit overlay. A interface must
    have the type ethernet or infiniband that these will be brought up by NetworkManager
  * Listings of container via wwctl container list will now show the creation,modification
    date and the size.
  * Initial cut of the warewulf API.

OBS-URL: https://build.opensuse.org/request/show/1056234
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=17
2023-01-16 09:44:28 +00:00
Dominique Leuenberger
64bf692255 Accepting request 984217 from network:cluster
- fixed symlink dhcpd.conf collision

OBS-URL: https://build.opensuse.org/request/show/984217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=6
2022-06-23 08:23:25 +00:00
4f94740dc6 Accepting request 984205 from home:mslacken:pr
- fixed symlink dhcpd.conf collision

OBS-URL: https://build.opensuse.org/request/show/984205
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=15
2022-06-21 14:45:10 +00:00
8f19b73bc3 Accepting request 984203 from home:mslacken:pr
fixed dhdp issue

OBS-URL: https://build.opensuse.org/request/show/984203
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=14
2022-06-21 14:34:38 +00:00
Dominique Leuenberger
8aaae43177 Accepting request 983991 from network:cluster
- updated to 4.3.0
  * fixed bug which for single node profile set
- update to 4.3.0rc6 what should the final release candidate
  * using compressed images again, as PXE else would fail

OBS-URL: https://build.opensuse.org/request/show/983991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=5
2022-06-21 14:32:08 +00:00
bba12d4f60 OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=12 2022-06-20 13:48:14 +00:00
de8c5ff608 OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=11 2022-06-20 13:48:09 +00:00
a656ca3a70 Accepting request 983979 from home:mslacken:pr
- updated to 4.3.0
  * fixed bug which for single node profile set

- update to 4.3.0rc6 what should the final release candidate
  * using compressed images again, as PXE else would fail

OBS-URL: https://build.opensuse.org/request/show/983979
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=10
2022-06-20 13:01:13 +00:00
Dominique Leuenberger
c7d98cdae7 Accepting request 970201 from network:cluster
- update to v4.3.0rc2 with following major changes:
  * Provision interface is not tied to 'eth0' any more. The provision interface
    must be named 'default' now. The file `nodes.yaml' must be changed accordingly.
  * Creating of '/etc/exports' can now be disabled, so that wwctl configure -a
    wont overwrite a existing '/etc/exports'.
  * All configurations files for the host (/etc/exports, /etc/dhcpd.conf,
    /etc/hosts) are now populated from the
    (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
    files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster
    nodes can be placed. Also the new templated functions {{ abort }}, 
    {{ IncludeBlock }} abd {{ no_backup }} are allowed now.
  * nodes and profiles can now have multiple system and runtime overlays, as a
    comma separated list.
  * The overlays of the profile and the nodes are combined.
  * Simple ipv6 support is now enabled. In warewulf.conf the option
    ipaddr6/Ipv6net must be set to enable ipv6. If enabled on of these options
    is set a node will get a derived ipv6 in the scheme ipv6net:ipaddr4. This
    address can also be overwritten for every node
  * Multiple files can now created from a single template.ww file with the {{ file FILENAME }}
    command in the template. The command is expanded to the magic template command
    {{ /* file FILENAME */}} which is picked up by wwctl and everything which comes after this
    magic comment will be written to the file FILENAME. This mechanism is leveraged in the
    configuration files for the network, see ifcfg.xml.ww and ifcgf.ww.
  * Networks can now have arbitrary keys value pairs in the profiles and on the node, so that
    things like bridges and mtu sizes can be set
  * The yaml format for nodes has now sub-keys for ipmi and kernel, old nodes.conf files have to
    to be changed accordingly
  * uids and gids of a container now get synced at import time, so that at least users with the
    same name have the same uid. This is not necessarily needed for warewulf, but services like
    munge.
  * backward compatibility for nodes.conf
  * added file:// uri for importing archived containers
- removed LocalStateDir-is-configureable-to-meet-FHS.patch as implemented upstream

OBS-URL: https://build.opensuse.org/request/show/970201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=4
2022-04-14 15:26:06 +00:00
0550fee4ff Accepting request 970197 from home:mslacken:pr
- removed LocalStateDir-is-configureable-to-meet-FHS.patch as implemented upstream

OBS-URL: https://build.opensuse.org/request/show/970197
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=8
2022-04-14 14:54:12 +00:00
7059aa3d29 Accepting request 970176 from home:mslacken:pr
removed old warewulf.conf

OBS-URL: https://build.opensuse.org/request/show/970176
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=7
2022-04-14 13:53:30 +00:00
9061c1b569 Accepting request 970166 from home:mslacken:pr
- update to v4.3.0rc2 with following major changes:
  * Provision interface is not tied to 'eth0' any more. The provision interface
    must be named 'default' now. The file `nodes.yaml' must be changed accordingly.
  * Creating of '/etc/exports' can now be disabled, so that wwctl configure -a
    wont overwrite a existing '/etc/exports'.
  * All configurations files for the host (/etc/exports, /etc/dhcpd.conf,
    /etc/hosts) are now populated from the
    (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
    files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster
    nodes can be placed. Also the new templated functions {{ abort }}, 
    {{ IncludeBlock }} abd {{ no_backup }} are allowed now.
  * nodes and profiles can now have multiple system and runtime overlays, as a
    comma separated list.
  * The overlays of the profile and the nodes are combined.
  * Simple ipv6 support is now enabled. In warewulf.conf the option
    ipaddr6/Ipv6net must be set to enable ipv6. If enabled on of these options
    is set a node will get a derived ipv6 in the scheme ipv6net:ipaddr4. This
    address can also be overwritten for every node
  * Multiple files can now created from a single template.ww file with the {{ file FILENAME }}
    command in the template. The command is expanded to the magic template command
    {{ /* file FILENAME */}} which is picked up by wwctl and everything which comes after this
    magic comment will be written to the file FILENAME. This mechanism is leveraged in the
    configuration files for the network, see ifcfg.xml.ww and ifcgf.ww.
  * Networks can now have arbitrary keys value pairs in the profiles and on the node, so that
    things like bridges and mtu sizes can be set
  * The yaml format for nodes has now sub-keys for ipmi and kernel, old nodes.conf files have to
    to be changed accordingly
  * uids and gids of a container now get synced at import time, so that at least users with the
    same name have the same uid. This is not necessarily needed for warewulf, but services like
    munge.

OBS-URL: https://build.opensuse.org/request/show/970166
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=6
2022-04-14 13:46:48 +00:00
Dominique Leuenberger
83d8c81e17 Accepting request 928160 from network:cluster
- updated to findal release 4.2.0 with following bugs fix
  * kernel modules are imported with the right path

OBS-URL: https://build.opensuse.org/request/show/928160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=3
2021-10-29 20:34:44 +00:00
ea502502c9 removed deprecated tar ball
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=5
2021-10-29 14:50:33 +00:00
fa61797863 Accepting request 927901 from home:mslacken:pr
- updated to findal release 4.2.0 with following bugs fix
  * kernel modules are imported with the right path

OBS-URL: https://build.opensuse.org/request/show/927901
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=4
2021-10-29 14:17:00 +00:00
Dominique Leuenberger
7c0257e864 Accepting request 926774 from network:cluster
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/926774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=2
2021-10-21 21:55:38 +00:00
Dominique Leuenberger
033271b28b Accepting request 925261 from network:cluster
Warewulf v4 combines ultra scalability, flexibility, and simplicity with being light weight, non-intrusive, and a great tool for scientists and seasoned system administrators alike. Warewulf empowers you to scalably and easily manage thousands of compute resources.

OBS-URL: https://build.opensuse.org/request/show/925261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=1
2021-10-15 21:03:56 +00:00
e73ac68dd4 Accepting request 925260 from home:mslacken:pr
- fixed permissions in overlays

OBS-URL: https://build.opensuse.org/request/show/925260
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=2
2021-10-14 12:50:53 +00:00
74ff5d3e49 Accepting request 923039 from home:mslacken:pr
warewulf4 is rewirte of warewulf in go

OBS-URL: https://build.opensuse.org/request/show/923039
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=1
2021-10-04 13:57:59 +00:00