Daniel Finneran

Results 69 issues of Daniel Finneran

Broken link to the architecture URL.

This is the initial bare-bones OpenStack plugin, which makes use of the gopher cloud OpenStack SDK. Currently it works as a standard `inproc` plugin and will successfully log into an...

enhancement

To track the OpenStack InfraKit plugin. More tasks will be added during the examination phase. - [ ] Examining existing SDKs - [ ] PoC of creating Server instances with...

enhancement

To track the Cisco UCS Plugin. - [x] Examining existing SDKs - [x] Code aligned with providers location - [x] Example plugin that connects to a UCS Domain - [...

enhancement

**Describe the bug** Attempting to boot /`kexec` into ESXi on hardware is currently not functioning for me currently, a suggestion was to try and use go 1.17. So I bumped...

Bug

An excellent suggestion today, where plunder will register a new server and then power-it off. It will then use WoL to power the server on when being provisioned.. NOTE: some...

enhancement

We're using a Mac address `xx:xx:xx:xx` etc.. it should be `xx-xx-xx-xx` https://github.com/plunder-app/plunder/blob/58306fce81c981d60bc5ab32a77a3a60aec4454e/pkg/services/deployments.go#L275

Additions and modifications to the types mean that a server will ignore the `defaultBoot` until a correct deployment/config is applied.

bug

Currently we've builtin: - `preseed` - `booty` - `kickstart` `pldrctl create deployment -a 172.16.1.15 -m 00:50:56:a5:29:2c -c booty` These have generally hardcoded configuration and can only be used once, this...

enhancement

Following the instructions here: https://xenappblog.com/2018/automatically-install-vmware-esxi-6-7/ Work Required: - `pkg/utils/ipxe.go` will need updating with the details for vSphere. - `pkg/server/templateUtils.go` will need updating to parse a deployment type vSphere Other steps...

enhancement