Rename -puppet.yaml templates.
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
This commit is contained in:
parent
8e7a13ebe8
commit
5a353c916c
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user