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
This commit is contained in:
Sagi Shnaidman 2019-07-30 15:15:40 +03:00
parent c74e31dec1
commit 163fc6d783
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}