From 47ed9ee0346db0a242093ce648858954ef73a220 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 17 Nov 2025 17:27:36 +0000 Subject: [PATCH] Rename aux.env to auxiliary.env for Windows compatibility - Renamed tools/k8s/heat/env/aux.env to auxiliary.env - Updated README.md reference - Fixes Windows clone issue with reserved filename 'aux' Change-Id: I81060ba71fc3c5a077c28ef2015a31d974dc055e Signed-off-by: aravind.est --- tools/k8s/README.md | 2 +- tools/k8s/heat/env/{aux.env => auxiliary.env} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename tools/k8s/heat/env/{aux.env => auxiliary.env} (96%) diff --git a/tools/k8s/README.md b/tools/k8s/README.md index 71dfb6c0..ea577583 100644 --- a/tools/k8s/README.md +++ b/tools/k8s/README.md @@ -25,7 +25,7 @@ Two methods of deployment are supported: - openstack.rc - heat - env - - aux.env + - auxiliary.env - ric.env - parts - part-1-v6.yaml diff --git a/tools/k8s/heat/env/aux.env b/tools/k8s/heat/env/auxiliary.env similarity index 96% rename from tools/k8s/heat/env/aux.env rename to tools/k8s/heat/env/auxiliary.env index a9495342..d94132ee 100644 --- a/tools/k8s/heat/env/aux.env +++ b/tools/k8s/heat/env/auxiliary.env @@ -1,6 +1,7 @@ ################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # +# Modification Copyright (c) 2025 OpenInfra Foundation Europe. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # -- 2.16.6