Jarrod Johnson
afc78513a1
Merge pull request #90 from sjtstg/ansible-fixes
...
Ansible fixes
2023-07-05 16:15:30 -04:00
Simon Thompson
45f22c3e31
when host is not in hosts file, group_vars is not loaded, change logic to emulate host being in hosts file with no groups to ensure group_vars is loaded which permits use of dynamic grouping in plays
2023-07-05 21:25:25 +02:00
Simon Thompson
d0f978548e
sort directory listing to make ansible plays and script order deterministic
2023-07-05 21:23:55 +02:00
Jarrod Johnson
052d16aa49
Avoid modifying PYTHONPATH
...
Since there's a possibility of cross-python invocation,
avoid modifying PYTHONPATH
2023-07-05 11:40:00 -04:00
Jarrod Johnson
7ddd2c2e6e
Correct mistakes in shebang adaptive behavior
2023-07-05 11:14:32 -04:00
Jarrod Johnson
9186c8142c
Fix incorrect reference in the smm validation by certificate
2023-06-28 13:13:26 -04:00
Jarrod Johnson
c07248d58e
Fix outlet control on Geist PDUs.
2023-06-27 08:04:16 -04:00
Jarrod Johnson
013de4f881
Adapt to ansible python runtime
...
Unfortunately, python being python, ansible may elect to install under a
different python runtime than confluent.
In such a case, hope that the ansible python can work.
Remove eventlet as a hard requirement, as
that is unlikely to be in ansible python.
This leaves msgpack, which is unavoidable, for now. But if it's in ansible python,
it's fine.
2023-06-26 15:41:44 -04:00
Jarrod Johnson
795b4c513d
Rework for connected temperature sensors
...
PDUs behave differently when a sensor module is
connected. Handle
that difference and
provide the relevant data.
2023-06-26 12:32:45 -04:00
Jarrod Johnson
4056264991
Correct keyname from previous fix
2023-06-23 17:01:50 -04:00
Jarrod Johnson
77c8e93a8d
Fix terminal actions on shared websocket
...
The full complement of functionality was not
interpreted in shared context
2023-06-23 16:33:30 -04:00
Jarrod Johnson
1695e222ec
Rename command to nodeapply, by popular demand
2023-06-22 14:16:54 -04:00
Jarrod Johnson
b2a793568a
Merge pull request #125 from tkucherera-lenovo/master
...
change timestamp log option from -d to -T
2023-06-22 14:14:59 -04:00
Jarrod Johnson
3ebd43fe0c
Bump genesis base version
2023-06-15 09:35:37 -04:00
Jarrod Johnson
2e20e0303f
Fix libbpf link
2023-06-15 09:22:52 -04:00
Jarrod Johnson
da2df63498
Update location of krb5
2023-06-15 09:20:37 -04:00
Jarrod Johnson
896a4ff1ff
Fix spec format
2023-06-14 16:05:08 -04:00
Jarrod Johnson
a14effa4f2
Undo change
...
Realized we need to install related rpm for efivar
2023-06-14 15:57:27 -04:00
Jarrod Johnson
66c79a5f42
Fixup handling of efivar license
2023-06-14 15:52:52 -04:00
Jarrod Johnson
389c37659e
Refresh more licensing material in genesis rpm
2023-06-14 15:47:17 -04:00
tkucherera
89af8661da
change timestamp log option from -d to -T
2023-06-12 10:51:29 -04:00
Jarrod Johnson
41437c511b
Fix when networkmanager breaks one of our connections
...
This usually happens with ipv6 link local used
in initramfs stage, after networkmanager may
mutilate the ipv6 connectivity.
2023-06-12 08:49:13 -04:00
Jarrod Johnson
75f0aaeee9
Allow session id through header
...
This permits a client to exert finer grained control
over the session id
than provided by cookie.
2023-06-08 11:30:32 -04:00
Jarrod Johnson
68f9688292
Drop SLP packets with error
...
Some implementations send
error for services they do not provide.
2023-06-08 08:02:59 -04:00
Jarrod Johnson
67204f79a1
Fix bug where dispatching a request could block all other activity
2023-06-02 11:06:44 -04:00
Jarrod Johnson
e9dd7da775
Fix syntax error in el7 identity image support
2023-06-02 08:55:27 -04:00
Jarrod Johnson
8f1be7c905
Fix Python2 compatibility issue with port forwarder
2023-06-01 16:50:06 -04:00
Jarrod Johnson
bc684b82b4
Implement identity image based deployment for EL7
...
Though older, it is still popularly used.
2023-06-01 16:49:17 -04:00
Jarrod Johnson
5e72d40c03
Fix compatibility issue with python2
2023-06-01 13:31:32 -04:00
Jarrod Johnson
7ab2aff7f2
Restore syntax of EL7 deployment
...
Inadvertent incomplete checkin
broke syntax of EL7, fix to have it
work as-is for now.
2023-06-01 09:20:17 -04:00
Jarrod Johnson
c3fc931ba4
Fix python2 compatibility issue for port forwarding
...
The measure for predictable port numbering
was done with python3 in mind, without consideration
of python2.
2023-06-01 09:18:36 -04:00
Jarrod Johnson
2c61cee72d
Merge pull request #124 from Tkucherera/nodeconsole_timestamp
...
Nodeconsole timestamp
2023-06-01 09:08:33 -04:00
Tinashe
190ec2473b
dump log to stfout with timestamps
2023-05-31 17:39:53 -04:00
Tkucherera
9ebb8f27ec
Merge branch 'xcat2:master' into master
2023-05-31 17:34:52 -04:00
Jarrod Johnson
0db7d4f9d2
Stall readback of PDU after outlet control
...
There is some lag after requesting an outlet change and
the outlet state actually changing.
2023-05-26 10:43:04 -04:00
Jarrod Johnson
5d1315098f
Enhance and extend check of node relations
2023-05-25 11:14:58 -04:00
Jarrod Johnson
fc29ddb913
Improve routed EL8 deployment and add debug shell on tty2
2023-05-24 11:02:23 -04:00
Jarrod Johnson
b06b77f5a5
Fix issues with confluent media deployment on multi-nics in routed env
2023-05-23 17:22:38 -04:00
Jarrod Johnson
97a5bf0806
Correct typo in suse 15 diskless boot
2023-05-19 14:50:04 -04:00
Jarrod Johnson
36e61f301a
Add a nodefreshen command
...
This aims to provide the same shortcuts as 'updatenode'
2023-05-18 15:03:29 -04:00
Jarrod Johnson
e476c7b9e6
Avoid deprecationwarning in python 3.10+
...
Newer python is not backwards compatible with
a constant. Attempt to use new
constant and fallback to teh old one
if unavilable.
2023-05-18 09:20:52 -04:00
Jarrod Johnson
a523df80e8
Handle newer SuSE
...
After SP4, suse drops mkinird requirement.
Switch to dracut -f in such a scenario.
2023-05-16 14:51:27 -04:00
Jarrod Johnson
8f4982e850
Fix build mistake in the cooltera plugin
2023-05-15 08:30:44 -04:00
Jarrod Johnson
a167d19441
Add module for cooltera nodesensors
2023-05-10 13:24:20 -04:00
Jarrod Johnson
2237e0e173
Add a retry mechanism for connecting socket
...
Timing is sensitive during the handshake, catch and retry
if it should fail.
2023-05-10 11:12:29 -04:00
Jarrod Johnson
b08b62614a
Have proxydhcp recover from faults
2023-05-10 08:44:31 -04:00
Jarrod Johnson
e93e4abd83
Add clear error when base profile doesn't exist
...
If the user specifies a wrong '-b',
indicate clearly that is the case,
and do so early.
2023-05-10 08:40:45 -04:00
Jarrod Johnson
430b24081c
Have apiclient timeout if IO hangs up
2023-05-09 16:04:24 -04:00
Jarrod Johnson
ec54ecc9cd
Fix tiling with different gravity
...
In some environments, the coordinates may be reported in a
different format. Handle the different context.
2023-04-28 09:20:31 -04:00
Jarrod Johnson
f787461759
Merge pull request #123 from Tkucherera/tmux_reuse
...
Tmux reuse
2023-04-28 09:18:44 -04:00