4 Commits

Author SHA1 Message Date
Andrey Smirnov
189793e47f
fix: wait for link up in iPXE script
This avoids a hard failure to do `dhcp` on a downed interface.

Also refactor things and replace old boot script (used when not embedded
into the iPXE binary) to be same as new script to have less maintenance.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-12-14 00:03:57 +03:00
Artem Chernyshev
af646a7170
chore: bump Go deps, tools, pkgs, alpine versions
Resolves: #596, resolves: #595, resolves: #594,
resolves: #593, resolves: #588, resolves: #587,
resolves: #584, resolves: #581, resolves: #580,
resolves: #577, resolves: #576, resolves: #557

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2021-10-12 21:13:08 +03:00
Spencer Smith
7cdae7b616 feat: add ability to specify ports for BMC
This PR adds port support for BMC info, making it possible to use tools
like virtualbmc and VMs with sidero.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2021-07-08 13:37:54 -07:00
Spencer Smith
6821dd2c0a feat: update paths of apps
This PR updates the naming of the two apps that make up sidero for
consistency. It also updates things like the Makefile, Dockerfile, and
kustomize to make sure image names are the same as these app names.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2021-05-26 10:36:02 -07:00