Skip to content

Export metal-apiserver url#307

Open
majst01 wants to merge 1 commit into
masterfrom
export-metal-apiserver-url
Open

Export metal-apiserver url#307
majst01 wants to merge 1 commit into
masterfrom
export-metal-apiserver-url

Conversation

@majst01

@majst01 majst01 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Description

This is required for tests against the new metal-apiserver

Used AI-Tools ✨

  • none used for generation

@majst01 majst01 requested a review from a team as a code owner June 10, 2026 11:56
@majst01 majst01 self-assigned this Jun 10, 2026
Comment thread Makefile Outdated

METALCTL_HMAC := $(or $(METALCTL_HMAC),metal-admin)
METALCTL_API_URL := $(or $(METALCTL_API_URL),http://api.172.17.0.1.nip.io:8080/metal)
METAL_APIV2_URL=$(or $(METAL_APIV2_URL),http://v2.api.172.17.0.1.nip.io:8080)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the metal CLI work with this env variable? Or is it METALCTLV2_API_URL?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to introduce METALCTLV2 too much, this is more like a workaround until we have metalctl replaced with the new CLI.

Actually no-one consumes this env variable, cli only consumes the config.yaml or --api-url flag

@majst01 majst01 force-pushed the export-metal-apiserver-url branch from dec07a1 to a226564 Compare June 10, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants