From 9914eca315000a757b0f48df69f59cdbb8f7ea23 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Fri, 9 Jun 2023 09:39:25 +0200 Subject: [PATCH] Rename istio artifacts to the common pattern (#55) --- .../artifacts/{1-net-istio.yaml => net-istio-core.yaml} | 0 ...etworkpolicy-mesh.yaml => net-istio-netpolicies-mesh.yaml} | 0 openshift/release/download_release_artifacts.sh | 4 ++-- ...etworkpolicy-mesh.yaml => net-istio-netpolicies-mesh.yaml} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename openshift/release/artifacts/{1-net-istio.yaml => net-istio-core.yaml} (100%) rename openshift/release/artifacts/{0-networkpolicy-mesh.yaml => net-istio-netpolicies-mesh.yaml} (100%) rename openshift/release/extra/{0-networkpolicy-mesh.yaml => net-istio-netpolicies-mesh.yaml} (100%) diff --git a/openshift/release/artifacts/1-net-istio.yaml b/openshift/release/artifacts/net-istio-core.yaml similarity index 100% rename from openshift/release/artifacts/1-net-istio.yaml rename to openshift/release/artifacts/net-istio-core.yaml diff --git a/openshift/release/artifacts/0-networkpolicy-mesh.yaml b/openshift/release/artifacts/net-istio-netpolicies-mesh.yaml similarity index 100% rename from openshift/release/artifacts/0-networkpolicy-mesh.yaml rename to openshift/release/artifacts/net-istio-netpolicies-mesh.yaml diff --git a/openshift/release/download_release_artifacts.sh b/openshift/release/download_release_artifacts.sh index cb1d178bab..3cde7a013e 100755 --- a/openshift/release/download_release_artifacts.sh +++ b/openshift/release/download_release_artifacts.sh @@ -41,8 +41,8 @@ function resolve_file() { } readonly YAML_OUTPUT_DIR="openshift/release/artifacts/" -readonly NETWORK_POLICY_YAML=${YAML_OUTPUT_DIR}/0-networkpolicy-mesh.yaml -readonly NET_ISTIO_YAML=${YAML_OUTPUT_DIR}/1-net-istio.yaml +readonly NETWORK_POLICY_YAML=${YAML_OUTPUT_DIR}/net-istio-netpolicies-mesh.yaml +readonly NET_ISTIO_YAML=${YAML_OUTPUT_DIR}/net-istio-core.yaml readonly patches_path="${SCRIPT_DIR}/../patches" # Clean up diff --git a/openshift/release/extra/0-networkpolicy-mesh.yaml b/openshift/release/extra/net-istio-netpolicies-mesh.yaml similarity index 100% rename from openshift/release/extra/0-networkpolicy-mesh.yaml rename to openshift/release/extra/net-istio-netpolicies-mesh.yaml