Vinícius Ferrão
219b0f1f5d
Add networkd fallback for netplan static IP probe
...
Detect static netplan addresses on older Ubuntu netplan releases by falling back to generated systemd-networkd configuration when netplan get is unavailable. Keep netplan get authoritative when supported.
Co-authored-by: karcaw <663031+karcaw@users.noreply.github.com >
2026-05-07 13:46:33 -03:00
Vinícius Ferrão
1babd7b0e4
fix: improve Ubuntu LTS provisioning support
2026-04-29 18:19:12 -03:00
Vinícius Ferrão
c2a90293ea
Address DHCP backend review findings
2026-04-23 18:41:42 -03:00
Vinícius Ferrão
6f3d9bb9d1
Add Kea DHCP backend
2026-04-23 02:01:33 -03:00
Markus Hilger
f42011a493
Unify shebang lines
2024-05-07 16:43:07 +02:00
Mark Gurevich
5b5b54c3c3
Eliminate some duplicate output lines from xcatprobe osdeploy
2023-01-12 16:08:31 -05:00
Mark Gurevich
6f12483b79
Prevent rpmbuild from checking and modifying interpreter directives(2)
2022-08-12 08:38:29 -04:00
Mark Gurevich
da113964b1
Better file linking for xCAT-probe
2022-06-10 10:46:17 -04:00
Mark Gurevich
47ec9264a1
Better formatting fox xcatprobe output
2022-06-06 10:06:44 -04:00
Mark Gurevich
4a6ccf0ca5
Update docker build containers to CentOS8 (3)
2022-05-13 13:05:11 -04:00
Mark Gurevich
47c02f43f4
Support xcat-core builds on CentOS8
2022-05-12 14:38:12 -04:00
Mark Gurevich
4614bbe515
Detect SLES15 when running detect_dhcpd xcatprobe
2022-03-07 15:17:07 -05:00
Mark Gurevich
bc3894e6e1
Missing quote when checking for externaldns in xcatprobe
2021-10-04 12:56:58 -04:00
Mark Gurevich
f6a81f14dd
Better xcatprobe message when makedhpc -q returns no output
2021-09-27 10:21:58 -04:00
besawn
fb036608aa
Merge pull request #6953 from gurevichmark/iptables_xcatprobe
...
Improve xcatprobe check for firewall
2021-04-27 08:04:45 -04:00
Mark Gurevich
28fe1dfaad
Improve xcatprobe check for firewall
2021-04-23 14:49:56 -04:00
Mark Gurevich
af4507bc31
Make xcatprobe xcatmn recognize default SQLite DB
2021-04-13 16:01:02 -04:00
besawn
aa087c98ef
Merge pull request #6930 from gurevichmark/xcatprobe
...
xcatprobe fixes
2021-04-08 14:48:02 -04:00
Mark Gurevich
f90883b31f
Fixes after review
2021-04-06 13:44:26 -04:00
Mark Gurevich
e4619859c0
Use correct Perl string compare operator
2021-04-02 13:13:27 -04:00
Mark Gurevich
d1108776cd
xcatprobe fixes
2021-03-25 16:02:51 -04:00
Mark Gurevich
272200b3e8
Install xCAT-client before xCAT-probe package
2020-07-27 11:03:25 -04:00
Mark Gurevich
465a4c90dc
Add debug to xCAT-probe rpm installation
2020-07-14 15:28:02 -04:00
Mark Gurevich
bb09d801df
Enable clusterstatus xcatprobe on Perl 5.23
2020-07-08 13:59:33 -04:00
cxhong
42915fefe0
Use option type=A for nslookup
2019-11-13 09:24:57 -05:00
Mark Gurevich
a93262d79c
Just testing
2019-05-16 14:53:38 -04:00
Mark Gurevich
0aa94b362b
Link switchprobe file when building xcatprobe on Ubuntu
2019-05-16 10:27:26 -04:00
Kurt H Maier
e8aa0c8599
probe_utils: simplify selinux enforcing check
2019-05-07 14:05:25 -07:00
Kurt H Maier
59f8845d37
probe_utils: remove extraneous else block
2019-05-07 13:52:34 -07:00
Kurt H Maier
e8fbb1e8af
Merge branch 'master' into refactor-switch-statement
2019-05-07 13:04:19 -07:00
Kurt H Maier
f89f611ca9
probe-utils.pm: refactor switch statement
...
switch() is only available if explicitly declared. switch to
a for block using elsif to return a value.
2019-05-07 13:01:17 -07:00
xuweibj
cf99d8cc97
Merge pull request #6280 from khm/xcatprobe-externaldns
...
xcatprobe xcatmn: do not check DNS status on mn if site.externaldns=1
2019-05-06 13:24:31 +08:00
Kurt H Maier
761eb497ca
xcatprobe xcatmn: warn on selinux permissive, fail on selinux enforcing
2019-05-01 13:23:53 -07:00
Kurt H Maier
330ada0a34
probe_utils: add check to see if selinux is enforcing (not just enabled)
2019-05-01 13:23:10 -07:00
Kurt H Maier
5f649d7861
xcatprobe xcatmn: do not check DNS status on mn if site.externaldns=1
2019-05-01 12:54:12 -07:00
xuweibj
0bb00bda17
Add DB pkgs check on SN for xcatprobe xcatmn
2019-04-17 04:28:03 -04:00
Casandra Qiu
5460a4e694
Add xCAT-client as dependency for xCAT-probe
2019-02-28 14:27:16 -05:00
xuweibj
4e1663a960
enhance pr 5715 of httpport check
2018-12-02 20:22:53 -05:00
bxuxa
ee654cffbe
xcatprobe osdeploy need to be modified accordingly
2018-11-27 16:57:48 +08:00
xuweibj
6d9a912cf7
Use postscript file efibootmgr to check http service instead of syslog ( #5758 )
2018-11-16 17:33:37 +08:00
Weihua Hu
affa429493
Merge pull request #5715 from xuweibj/I5701
...
fix issue 5701, support site.httpport setting for xcatmn check
2018-10-31 16:15:56 +08:00
xuweibj
1daa1efcb9
fix issue 5700, support site.httpport to be used in discovery
2018-10-18 03:35:32 -04:00
xuweibj
344c05f658
fix issue 5701, support site.httpport setting for xcatmn check
2018-10-17 22:41:25 -04:00
Weihua Hu
3d6aab2924
Merge pull request #5697 from xuweibj/I5694
...
fix issue 5694, not try to install tree for xCAT-probe
2018-10-12 15:33:35 +08:00
xuweibj
823a1530ee
fix issue 5694, not try to install tree for xCAT-probe
2018-10-12 02:52:40 -04:00
huweihua
f3f7890225
Enhance osdeploy for issue 5488
2018-10-12 01:20:18 -04:00
huweihua
7d0caba274
enhance xcatmn for issue 4606
2018-10-11 05:06:03 -04:00
Weihua Hu
300cc96b6a
Merge pull request #5686 from xuweibj/I5677
...
fix xcatprobe xcatmn issues 5677&5678
2018-10-11 16:32:58 +08:00
xuweibj
e18b8a0615
fix issue 5633, use noempty file to check tftp service ( #5691 )
2018-10-11 14:50:44 +08:00
xuweibj
31cb4aa2b8
modified dependiing on comments
2018-10-11 02:19:03 -04:00