From 163fc6d783cfc2f5996486bd57b72ea003e237b6 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 30 Jul 2019 15:15:40 +0300 Subject: [PATCH] Change name of former openshift files in Heat templates While renaming files in https://review.opendev.org/#/c/671140/ we should rename them in Heat templates too. Rename previous openshift-*.yaml to openshift-*-baremetal-ansible.yaml Change-Id: Ieed65a755b8c5f1ce0ee1727f65cb6cbe76d68ea --- deployment/openshift/openshift-infra-baremetal-ansible.yaml | 2 +- deployment/openshift/openshift-master-baremetal-ansible.yaml | 2 +- deployment/openshift/openshift-worker-baremetal-ansible.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/openshift/openshift-infra-baremetal-ansible.yaml b/deployment/openshift/openshift-infra-baremetal-ansible.yaml index a94fa2370f..720b27c8fd 100644 --- a/deployment/openshift/openshift-infra-baremetal-ansible.yaml +++ b/deployment/openshift/openshift-infra-baremetal-ansible.yaml @@ -41,7 +41,7 @@ parameters: resources: OpenShiftWorker: - type: ./openshift-worker.yaml + type: ./openshift-worker-baremetal-ansible.yaml properties: EndpointMap: {get_param: EndpointMap} ServiceNetMap: {get_param: ServiceNetMap} diff --git a/deployment/openshift/openshift-master-baremetal-ansible.yaml b/deployment/openshift/openshift-master-baremetal-ansible.yaml index f87aa8432f..9af7a8a31a 100644 --- a/deployment/openshift/openshift-master-baremetal-ansible.yaml +++ b/deployment/openshift/openshift-master-baremetal-ansible.yaml @@ -121,7 +121,7 @@ parameters: resources: OpenShiftNode: - type: ./openshift-node.yaml + type: ./openshift-node-baremetal-ansible.yaml properties: EndpointMap: {get_param: EndpointMap} ServiceNetMap: {get_param: ServiceNetMap} diff --git a/deployment/openshift/openshift-worker-baremetal-ansible.yaml b/deployment/openshift/openshift-worker-baremetal-ansible.yaml index 83604c2e2b..7509ce9391 100644 --- a/deployment/openshift/openshift-worker-baremetal-ansible.yaml +++ b/deployment/openshift/openshift-worker-baremetal-ansible.yaml @@ -41,7 +41,7 @@ parameters: resources: OpenShiftNode: - type: ./openshift-node.yaml + type: ./openshift-node-baremetal-ansible.yaml properties: EndpointMap: {get_param: EndpointMap} ServiceNetMap: {get_param: ServiceNetMap}