Marques Johansson

Results 285 issues of Marques Johansson

## Description Adds a vendordata key to the metadata structure. This will be used by tinkerbell/hegel#62 ## Why is this needed ## How Has This Been Tested? ## How are...

prettier is required by `kube.mk`, preventing `make generate` from succeeding when prettier is not installed. ## Expected Behaviour Most of the required tools for linting and code generation are installed...

priority/backlog

Currently, docker registry username, password, and host values must be provided throughout the Tinkerbell ecosystem. While authenticated Docker registries are practical for production deployments, in development and home lab environments...

kind/feature
priority/important-longterm

## Expected Behaviour Metadata (from the metadata package) is typed within the Hardware type used by the Hardware client. ```go import ( "github.com/tinkerbell/tink/protos/hardware" "github.com/tinkerbell/tink/protos/metadata" ) ... hwReq := &hardware.Hardware{ Network:...

kind/bug
priority/backlog

## Expected Behaviour In Tinkerbell, workflows are scheduled to specific hardware. That hardware should be guaranteed. ## Current Behaviour If the hardware memory, cpu, or networking profile of the physical...

kind/feature
priority/backlog

In order to publish this module (https://www.terraform.io/docs/registry/modules/publish.html): - [x] replace "Packet" with "Equinix Metal" - [x] replace `packet_` with `metal_` - [x] replace other Packet references (slack, websites, email, with...

https://github.com/linode/longview/blob/536c819a3c2742e7ab8d13bc6ef7db620a44f48a/debian/linode-longview.config#L174 should be adjusted to fetch the username associated with the "Upgrades" account. In Debian9 with MariaDB (which is a silent replacement for mysql-server) this account is now "root" rather...

### What happened? While working on an Equinix Metal Terrajet provider, I created a `metal_device` `project` field reference, associated with the `metal_project` identifier. ```go // config/device/config.go package device import "github.com/crossplane-contrib/terrajet/pkg/config"...

bug
wontfix

When ForceNew is enabled on a field, the documentation should note the behavior. While the description could include these details, the behavior behind `ForceNew: true` is generally consistent throughout providers...