Rename -puppet.yaml templates.
authorDan Prince <dprince@redhat.com>
Sun, 19 Jul 2015 21:47:53 +0000 (17:47 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 22 Sep 2015 12:30:01 +0000 (08:30 -0400)
Updates the /puppet directory templates so that we drop the
'-puppet' from the filenames. This is redundant because
we already have puppet in the directory name and fixes
inconsistencies where we aren't using -puppet in
all the files within the puppet directory.

Depends-On: I71cb07b2f5305aaf9c43ab175cca976e844b8175

Change-Id: I70d6e048a566666f5d6e5c2407f8a6b4fd9f6f87

environments/overcloud-steps.yaml
overcloud-resource-registry-puppet.yaml
puppet/ceph-storage-post.yaml [moved from puppet/ceph-storage-post-puppet.yaml with 100% similarity]
puppet/ceph-storage.yaml [moved from puppet/ceph-storage-puppet.yaml with 100% similarity]
puppet/cinder-storage.yaml [moved from puppet/cinder-storage-puppet.yaml with 100% similarity]
puppet/compute-post.yaml [moved from puppet/compute-post-puppet.yaml with 100% similarity]
puppet/compute.yaml [moved from puppet/compute-puppet.yaml with 100% similarity]
puppet/controller-post.yaml [moved from puppet/controller-post-puppet.yaml with 100% similarity]
puppet/controller.yaml [moved from puppet/controller-puppet.yaml with 100% similarity]
puppet/swift-storage.yaml [moved from puppet/swift-storage-puppet.yaml with 100% similarity]

index 99f7368..f61cbb6 100644 (file)
@@ -1,7 +1,7 @@
 # Specifies hooks/breakpoints where overcloud deployment should stop
 # Allows operator validation between steps, and/or more granular control.
 # Note: the wildcards relate to naming convention for some resource suffixes,
-# e.g see puppet/*-post-puppet.yaml, enabling this will mean we wait for
+# e.g see puppet/*-post.yaml, enabling this will mean we wait for
 # a user signal on every *Deployment_StepN resource defined in those files.
 resource_registry:
   resources:
index cdf626e..c5e5fde 100644 (file)
@@ -1,22 +1,22 @@
 resource_registry:
-  OS::TripleO::BlockStorage: puppet/cinder-storage-puppet.yaml
+  OS::TripleO::BlockStorage: puppet/cinder-storage.yaml
   OS::TripleO::BlockStorage::Net::SoftwareConfig: net-config-noop.yaml
-  OS::TripleO::Compute: puppet/compute-puppet.yaml
+  OS::TripleO::Compute: puppet/compute.yaml
   OS::TripleO::Compute::Net::SoftwareConfig: net-config-noop.yaml
   OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
-  OS::TripleO::Controller: puppet/controller-puppet.yaml
+  OS::TripleO::Controller: puppet/controller.yaml
   OS::TripleO::Controller::Net::SoftwareConfig: net-config-bridge.yaml
-  OS::TripleO::ObjectStorage: puppet/swift-storage-puppet.yaml
+  OS::TripleO::ObjectStorage: puppet/swift-storage.yaml
   OS::TripleO::ObjectStorage::Net::SoftwareConfig: net-config-noop.yaml
-  OS::TripleO::CephStorage: puppet/ceph-storage-puppet.yaml
+  OS::TripleO::CephStorage: puppet/ceph-storage.yaml
   OS::TripleO::CephStorage::Net::SoftwareConfig: net-config-noop.yaml
-  OS::TripleO::ControllerPostDeployment: puppet/controller-post-puppet.yaml
+  OS::TripleO::ControllerPostDeployment: puppet/controller-post.yaml
   # set to controller-config-pacemaker.yaml to enable pacemaker
   OS::TripleO::ControllerConfig: puppet/controller-config.yaml
-  OS::TripleO::ComputePostDeployment: puppet/compute-post-puppet.yaml
+  OS::TripleO::ComputePostDeployment: puppet/compute-post.yaml
   OS::TripleO::ObjectStoragePostDeployment: puppet/swift-storage-post.yaml
   OS::TripleO::BlockStoragePostDeployment: puppet/cinder-storage-post.yaml
-  OS::TripleO::CephStoragePostDeployment: puppet/ceph-storage-post-puppet.yaml
+  OS::TripleO::CephStoragePostDeployment: puppet/ceph-storage-post.yaml
   OS::TripleO::SwiftDevicesAndProxy::SoftwareConfig: puppet/swift-devices-and-proxy-config.yaml
   OS::TripleO::CephClusterConfig::SoftwareConfig: puppet/ceph-cluster-config.yaml
   OS::TripleO::AllNodes::SoftwareConfig: puppet/all-nodes-config.yaml