Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ KUBECONFIG := $(shell pwd)/.kubeconfig

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)

MKE2FS_CONFIG := $(shell pwd)/mke2fs.conf
# Default values
Expand Down Expand Up @@ -427,6 +428,7 @@ build-sonic-base:
dev-env:
@echo "export METALCTL_API_URL=${METALCTL_API_URL}"
@echo "export METALCTL_HMAC=${METALCTL_HMAC}"
@echo "export METAL_APIV2_URL=${METAL_APIV2_URL}"
@echo "export KUBECONFIG=$(KUBECONFIG)"

build-dell-sonic:
Expand Down
2 changes: 0 additions & 2 deletions inventories/group_vars/all/release_vector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
metal_stack_release_version: develop

metal_stack_release_vectors:
- url: oci://ghcr.io/metal-stack/releases:{{ metal_stack_release_version }}
variable_mapping_path: metal_stack_release.mapping
Expand Down
Loading