commit a3add9b88aed23c299cced704b22b9b6fce1ce4d
Author: Michael Rice <michael@michaelrice.org>
Date: Thu Aug 19 10:03:15 2021 -0500
feat(vmware): added script to remove drpy
Adds a script to the embedded files that will remove the drpy agent and firewwall vibs.
The script makes an attempt to cleanup the mess as well by removing config files stored on vfat and vmfs volumes.
Some files it may leave behind in /opt/rackn will disapear after the system is rebooted.
Signed-off-by: Michael Rice <michael@michaelrice.org>
M cmds/vmware/content/._Documentation.meta
A cmds/vmware/embedded/scripts/remove_drpy.py
commit 2e49ca1150cefa2ff7fba8cce0e966389fe22ed4
Author: Michael Rice <michael@michaelrice.org>
Date: Mon Aug 9 21:31:29 2021 -0500
feat(vmware): disable slpd per vmware kb 76372
Adds stage, task, template and param to esxi-install workflow to allow an operator to disable slpd per the vmware kb 76372
Signed-off-by: Michael Rice <michael@michaelrice.org>
A cmds/vmware/content/params/esxi-skip-disable-slpd-76372.yaml
A cmds/vmware/content/stages/esxi-disable-slpd-76372.yaml
A cmds/vmware/content/tasks/esxi-disable-slpd-76372.yaml
A cmds/vmware/content/templates/esxi-disable-slpd-76372.sh.tmpl
M cmds/vmware/content/workflows/esxi-install.yaml
commit f9053d115962baf875209c72883d5f4e7050feb2
Author: Shane Gibson <shane@rackn.com>
Date: Mon Aug 9 15:05:11 2021 -0700
fix(plugins): update go.sum after 'go mod tidy'
M go.sum
commit 1c3e56fe316ae491eb252e2d4ab2ee86077d42b7
Author: Shane Gibson <shane@rackn.com>
Date: Mon Aug 9 13:11:43 2021 -0700
fix(plugins): Bump gorilla/websockets to fix vuln
Bump the gorilla/websockets library from 1.4.0 to 1.4.2 to fix vulnerability.
M go.mod
commit 43404d4d3f0d92ab601d0ed79cf03d2f4292f98c
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Jul 19 10:13:40 2021 -0500
fix(RAID): Add support for "pcie" as a disk connection type.
Turns out that some RAID controllers report that their NVMe devices are
talking the PCIe protocol instead of NVMe. Add pcie as a disk protocol
to allow automatic RAID generation to work.
M cmds/raid/content/params/raid-target-config.yaml
M cmds/raid/drp-raid/ssacli.go
M cmds/raid/drp-raid/volspec.go
M go.sum
End of Note