Jarrod Johnson
123d190f12
Extend network and deployment server checking for Ubuntu 18.04
...
When doing network evaluation in ambiguous contexts,
spend some time checking each nic and each candidate target ip address.
This may take longer, but options are limited in a routed context.
2023-04-12 13:04:08 -04:00
Jarrod Johnson
305a3a06d2
Ensure $HOME is set during firstboot
...
systemd tends not to set environment variables. However some firstboot
scripts generally expect $HOME to be correct.
2023-04-12 11:22:27 -04:00
Jarrod Johnson
024677d7de
Try EL7 to build the old addons
2023-04-07 16:50:20 -04:00
Jarrod Johnson
fb31a68818
Add profile.yaml to ubuntu18.04 stock profile
2023-04-07 16:26:32 -04:00
Jarrod Johnson
526a248963
Add ubuntu18.04 to build script in other location
2023-04-07 16:17:37 -04:00
Jarrod Johnson
86d9d6fc2f
Add ubuntu18.04 to build
2023-04-07 15:46:29 -04:00
Jarrod Johnson
2bdc53722b
Further advance ubuntu 18.04 support
2023-04-07 15:45:31 -04:00
Jarrod Johnson
25b0f45e6f
Merge remote-tracking branch 'lenovo/master'
2023-04-07 13:53:44 -04:00
Jarrod Johnson
f5b3682c08
Merge pull request #89 from erderial/patch-8
...
added functionality to check for net.*switch
2023-04-07 13:52:01 -04:00
Jarrod Johnson
b7ea27b939
Advance draft Ubuntu 18 support
...
Get most things automated for the targeted use case.
Still need to handle partitioning and end of install question, add firstboot and add
staged and complete step.
2023-04-06 16:07:55 -04:00
Jarrod Johnson
1fff15677d
Add el9bin correctly into build process
2023-04-04 11:55:23 -04:00
Jarrod Johnson
556d858d33
Address extraneous errors during build
2023-04-04 11:27:50 -04:00
Jarrod Johnson
0a02b010c9
Fix esxi build for new build strategy
2023-04-04 11:24:10 -04:00
Jarrod Johnson
08e19fbf6e
Provide a sample for fuse3 urlmount
...
When the time comes to transition, this will be useful.
The challenge is that existing images will likely have a 'distribution'
with fuse2 libs, so this isn't a transition to make lightly.
Definitely should be done for new distributions at least, current
distributions pending further investigation
2023-04-04 10:39:12 -04:00
Jarrod Johnson
2d16d5558c
Rework to build everything under el8 or el9 containers specifically
...
Make the build host less critical of an implementation detail
2023-04-04 10:19:13 -04:00
Jarrod Johnson
7f15e4af27
Change back to fedora
...
We need fuse-devel for now, since urlmount is written against older fuse
2023-04-04 09:44:04 -04:00
Jarrod Johnson
34313f4041
Change to EL9 for the new-wave util builds
2023-04-04 09:32:25 -04:00
erderial
9bb402a1b8
Update confluent_selfcheck
2023-04-03 10:27:07 +03:00
erderial
13d4c57ee2
changes done as per request
2023-03-31 19:32:43 +03:00
erderial
88c47c9254
added functionality to check for net.*switch
...
added functionality to check for net.*switch
2023-03-31 16:43:15 +03:00
Jarrod Johnson
181aa876a7
Draft initramfs addons for Ubuntu 18
...
For older Ubuntu 18, the automated installer is debian-installer. Derive from the
prototype debian work, with same limitation about more limited network bringup that
we are stuck with from Debian limitations.
2023-03-30 16:36:40 -04:00
Jarrod Johnson
a0dbb90c77
Handle mismatched alpha and numeric in hyphenated string
...
If 123abc-abc123 were attempted, it would produce
a strange error
when it encounters a string compare to number.
Detect the scenario and treat it like similar situations.
2023-03-30 14:21:22 -04:00
Jarrod Johnson
cb129789b8
Properly recognize old ubuntu server install media
...
Older media designed around
debian installer requires
different handling.
2023-03-30 08:33:18 -04:00
Jarrod Johnson
7ac778106e
Also skip over failure to broadcast SSDP
2023-03-29 16:55:12 -04:00
Jarrod Johnson
f808c542e4
Ignore forbidden transmits on multicast
2023-03-29 16:53:40 -04:00
Jarrod Johnson
2a3bc61be3
Avoid overwriting groups on a redefine
...
When a node is being redefined, do
not populate groups.
That is only needed when truly defining for first time.
2023-03-29 09:28:52 -04:00
Jarrod Johnson
73fb54ccbc
Add more manual licenses to the kernel
2023-03-28 17:02:53 -04:00
Jarrod Johnson
578bd9702a
Sample script to install a cert into an XCC
2023-03-24 15:56:26 -04:00
Jarrod Johnson
ca5f19a4f1
Sample script for getting a CSR from an XCC
2023-03-24 15:46:21 -04:00
Jarrod Johnson
717df579aa
Add firmware to Geist support
2023-03-17 16:02:55 -04:00
Jarrod Johnson
70b973b1cf
Refactor measurements in Geist
...
Use common code
for sensor translation.
2023-03-17 15:34:26 -04:00
Jarrod Johnson
48696ef63d
Begin adding sensors to Geist PDUs
2023-03-17 14:37:03 -04:00
Jarrod Johnson
ff025989c6
Restore spacing around float in nodesensors
...
The managed formatting needs
to be padded in the non-csv output.
2023-03-16 17:29:36 -04:00
Jarrod Johnson
872718c658
Add notation about alternate location of ansible plays
...
Make it known that plays may now be private.
2023-03-16 15:19:15 -04:00
Jarrod Johnson
47af869360
Allow ansible plays to be private
...
Since the node need not have access,
the ansible plays may be made private instead.
This enables potentially sensitive plays
to be protected.
2023-03-16 15:15:46 -04:00
Jarrod Johnson
f256b1cd4e
Handle more complex ansible configuration
...
Some plays expect the
inventory from /etc/ansible, detect
if that inventory *could* apply, use if it can.
ansible users generally anticipate leveraging the implicit '.' in the role
path,
chdir to meet that expectation.
'become' in the play without 'become_user' can upset ansible runtime.
Since we are already root, we will just ignore the implicit 'become', since we already
match that behavior.
2023-03-16 13:24:46 -04:00
Jarrod Johnson
bfe03e6e01
Fix erronously dragging in CIDR to IPv4 configuration
2023-03-14 16:55:20 -04:00
Jarrod Johnson
8dc3dfd20c
Limit TRYNIC to only one NIC in ubuntu deployment
2023-03-14 15:36:24 -04:00
Jarrod Johnson
0cc588f8e9
Carry nic detection through to bottom of Ubuntu
2023-03-14 15:24:37 -04:00
Jarrod Johnson
e12578b6ac
Use media net config when media deployed
2023-03-14 13:32:20 -04:00
Jarrod Johnson
0366bbd26f
Place apikey where expected
2023-03-13 17:00:35 -04:00
Jarrod Johnson
5f4ab5ff80
Fix path to hmacfile
...
Since we are running
outside of chroot, need to adjust the $()
substitution.
2023-03-13 16:21:25 -04:00
Jarrod Johnson
88a6bccf12
Use b64 alphabet for b64
...
While POSIX hates +, b64 needs +
2023-03-13 16:20:17 -04:00
Jarrod Johnson
52c3e9d515
Do not care about port, let kernel decide
2023-03-13 11:19:11 -04:00
Jarrod Johnson
50a4ee2c6d
Have a quick sample script to get LLA of USB nic peer
2023-03-13 11:15:31 -04:00
Jarrod Johnson
15ff24fccd
Correct syntax errors in auth.py
2023-03-10 16:38:47 -05:00
Jarrod Johnson
d9cc9112f4
Add identity image deployment to Ubuntu
...
Support the api arm token
and media network
config for Ubuntu.
2023-03-10 16:23:48 -05:00
Jarrod Johnson
5418d9ea97
Place a common script for setupssh
2023-03-10 16:05:29 -05:00
Jarrod Johnson
2aeade1e74
Merge pull request #88 from erderial/patch-6
...
updated with custom yaml file for auth
2023-03-09 15:48:12 -05:00
erderial
85f9dc12fb
Update auth.py
2023-03-09 22:38:37 +02:00