Daniel Hilst Selli
971df49d6e
fix: Fix CI build.
...
* WIP in github_action_xcat_test.pl
* Fix typo in build-ubunturepo.sh
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2026-01-23 11:42:18 -03:00
Daniel Hilst Selli
c638ec3d35
fix: Fix version format in Version
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2026-01-22 12:27:43 -03:00
Daniel Hilst Selli
8bbf4246fb
revert: Revert README.md to upstream version
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2026-01-22 12:15:14 -03:00
Daniel Hilst Selli
9ce1120356
revert: Revert xCAT.spec adding genesis dependencies again
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2026-01-22 11:57:29 -03:00
Daniel Hilst Selli
3a1d458df7
fix: Remove -extension from openssl req call in setup-server-cert.sh
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
See: https://github.com/openssl/openssl/issues/22966#issuecomment-1858396738
2026-01-22 11:30:37 -03:00
Daniel Hilst Selli
1bcc1293e6
revert: Revert changes in github workflow, versions and build scripts
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2026-01-22 11:29:26 -03:00
Vinícius Ferrão
d63e4fbb06
Merge pull request #2 from VersatusHPC/fix/mock-build-packaging
...
fix: build with mock
2025-12-08 21:31:39 -03:00
Daniel Hilst Selli
86250a4165
doc: Update build/test scripts options in test/README.md
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-08 11:15:03 -03:00
Daniel Hilst Selli
01f508da09
fix: Fix the help messages in all the scripts
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 17:59:32 -03:00
Daniel Hilst Selli
698ed4bed6
fix: Fix container setup for EL8
...
Also add --regennginxconfig to reset nginx config, and
ensure nginx configuration is generated for all targets
not only the ones provided in the command line. This avoid
the anoying effect of overriding the repositories of previous
builds.
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 17:11:16 -03:00
Daniel Hilst Selli
a0261a907a
fix: Fix buildrpms.pl mock configuration bug
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 15:11:25 -03:00
Daniel Hilst Selli
ff6828f252
fix: Fix verbosity bug in buildrpms.pl
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 14:55:53 -03:00
Daniel Hilst Selli
f920ae4b9e
doc: Add test/README.md
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 14:40:19 -03:00
Daniel Hilst Selli
5b7f5f45f9
build: Add build and testing logic to be used in the CI
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 13:38:47 -03:00
Daniel Hilst Selli
83f6b74302
fix!: Skip settunnables if running inside a container
...
This commit adds an early return to xcatconfig settunnables function.
This function set parameters at
/proc/sys/net/ipv4/neigh/default/gc_thresh1
/proc/sys/net/ipv4/neigh/default/gc_thresh2
/proc/sys/net/ipv4/neigh/default/gc_thresh3
And set sysctl attributes by writing to /etc/sysctl.d/ and
/etc/sysctl.conf
These are tunning network parameters for running on production
and should not affect the overall function for testing purposes.
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 13:33:57 -03:00
Daniel Hilst Selli
bfe52d03a7
fix: Fix build with mock
...
Add buildrpms.pl to build RPMs in parallel using mock
Add xCAT-buildkit to the build list
Fix build dependency in xCAT-buildkit.spec
Add fallback in /etc/init.d/xcatd for /etc/rc.d/init.d/functions
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-05 00:33:47 -03:00
Vinícius Ferrão
619c00ee54
Merge pull request #1 from VersatusHPC/feat/el10
2025-12-02 16:55:27 -03:00
Vinícius Ferrão
ebfdfd5a4a
chore: Update README.md with project status
...
Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com >
2025-12-02 16:51:11 -03:00
Daniel Hilst Selli
7f32086384
build: Add rockylinux github action
...
Commented it out for now. The github_action_xcat_test has debian
commands in it and need to be generalized before running on EL.
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-02 16:34:12 -03:00
Daniel Hilst Selli
e8b043f7c3
build: Add buildrpms.sh to build RPMs for multiple EL targets
...
Fix warning in xCAT/xCAT.spec about macro inside comments
Fix missing build dependencies in .spec files
Enable passsing gitinfo as command line argument in perl-xCAT.spec
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-12-02 15:27:27 -03:00
Daniel Hilst Selli
460451cef2
fix: Fix installation warnings regarding egrep and grep
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-28 13:06:02 -03:00
Daniel Hilst Selli
8c2babfe60
fix!: Drop xCAT-genesis-scripts dependencies
...
BREAKING CHANGE: This disables the automatic installation of
xCAT genesis packages.
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-27 20:23:15 -03:00
Daniel Hilst Selli
a03b61a2eb
fix: Fix Rocky Linux template and pkglist
...
Make it point to rhels10 as these files exists now
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-27 20:07:01 -03:00
Daniel Hilst Selli
4aae56970d
build: Update Version and Release files
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-27 18:21:17 -03:00
Daniel Hilst Selli
786d7d93e1
fix: Fix RPM dependencies
...
Add initscripts as dependency and openssl if we're
building for EL10 or greater.
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-27 18:06:33 -03:00
Daniel Hilst Selli
b5e35483a2
fix: Fix certificate and hostkey generation for EL10
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-27 17:51:34 -03:00
Daniel Hilst Selli
54742d7d57
fix: Fix makedns for Net::DNS >= 1.36 and bind >= 9.18
2025-11-27 12:12:03 -03:00
Daniel Hilst Selli
3cb359e711
feat: Add support for RHEL 10
...
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com >
2025-11-26 16:07:19 -03:00
Kilian Cavalotti
62522bc29f
Support /etc/sysctl.d/ for Debian-based systems ( #7509 )
...
On Debian-based systems, /etc/sysctl.conf doesn't exist and
/etc/sysctl.d/ directory is used instead. Modified xcatconfig
to prefer /etc/sysctl.d/99-xcat.conf when the directory exists,
falling back to /etc/sysctl.conf for backward compatibility.
2025-11-14 01:50:10 +01:00
Markus Hilger
9bcdb35b20
Fix links
2025-11-04 19:26:24 +01:00
Markus Hilger
b042b5a1a7
Sunsetting xCAT and transitioning to Confluent ( #7508 )
2025-11-04 19:11:26 +01:00
davidmonro
661b579927
mknb: look for newer types of ssh keys to insert into the authorized keys file in the image ( #7502 )
2025-08-23 15:30:13 +02:00
davidmonro
6c2480fb5e
dodiscovery: when parsing DMI FRU data, only ignore the product name if it is entirely whitespace, rather than just containing some ( #7500 )
2025-05-31 01:33:20 +02:00
dubmarm
ee5479c26f
Adjustments to configib to handle Rocky9 precreated connections ( #7490 )
...
* take out useless arp_ignore/arp_filter lines
* create logic to use con add if con doesn't exist, else con modify
* swap the con modify vs con add logic so that it matches the test logic
* add back arp_filter and arp_ignore
---------
Co-authored-by: dmarm <dmarm@dmarms-MBP.lan >
2025-05-27 21:15:43 +02:00
Markus Hilger
10a485dca5
Improve genimage AlmaLinux support
2025-05-23 19:27:37 +02:00
Markus Hilger
d5108c025d
Fix GitHub action
2025-05-23 19:23:03 +02:00
Simon Fowler
6d446a55b4
Use default MaxStartups value.
...
Some versions of openssh (notably 8.9p1, as ships with Ubuntu 22.04) are
buggy with values of MaxStartups >= 1024 (see
https://lists.mindrot.org/pipermail/openssh-bugs/2022-March/023864.html
for details). Rather than try to tweak this setting, use the default
value of '10:30:100'.
2025-04-17 16:23:47 +02:00
Markus Hilger
7cc8f8b979
Merge pull request #7482 from Obihoernchen/ssl
...
Fix certificate creation with OpenSSL >= 3.2 (fixes #7481 )
2025-02-07 18:37:51 +01:00
Markus Hilger
ddbeb291b5
Fix certificate creation with OpenSSL >= 3.2 ( fixes #7481 )
2024-12-04 18:36:21 +01:00
Markus Hilger
f7e389a0c0
Fix 2.17 release date
2024-11-13 15:51:29 +01:00
Markus Hilger
2960b0e9f9
Add 2.17 release info
2.17.0
2024-11-07 14:09:12 +01:00
Markus Hilger
7f97b0e8aa
Add 2.17.0 release info ( #7475 )
...
* Add 2.17.0 release info
* Update 2.17.x.csv
2024-11-07 13:44:53 +01:00
Markus Hilger
ba90d9e24d
Merge pull request #7477 from vigo332/patch-1
...
Add support for nvme device partition names.
2024-11-02 16:59:14 +01:00
vigo332
b43dc3eb20
Add support for nvme device partition names.
2024-10-31 16:17:33 -04:00
Markus Hilger
d8ce286412
Merge pull request #7460 from abhishek-sa1/master
...
Genesis fix for x86_64
2024-09-10 17:17:26 +02:00
Markus Hilger
6e4dbfabc9
Update man pages
2024-08-28 02:27:54 +02:00
Markus Hilger
3930b55550
Merge pull request #7047 from Obihoernchen/vm-macvtap
...
Create macvtap VM nics
2024-08-28 02:23:21 +02:00
Markus Hilger
0570cda371
Update man pages
2024-08-28 02:19:51 +02:00
Markus Hilger
d2378d87e5
Merge pull request #7469 from stanford-rc/dell_bmcport
...
Provide more options to setup BMC port for Dell servers
2024-08-28 01:09:02 +02:00
Markus Hilger
39664c5d8e
Merge pull request #7459 from alexrichert/configib_fix_jul24
...
configib: fix/clean up el9 support
2024-08-28 01:05:06 +02:00