diff --git a/Makefile b/Makefile index 9b9bc51f..fdb09bde 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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: diff --git a/inventories/group_vars/all/release_vector.yaml b/inventories/group_vars/all/release_vector.yaml index 539c80bd..53d8d24c 100644 --- a/inventories/group_vars/all/release_vector.yaml +++ b/inventories/group_vars/all/release_vector.yaml @@ -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