aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-resource-registry-puppet.yaml
blob: c725ae850e3080c496c90f325e091ac8ab330c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
resource_registry:
  OS::TripleO::BlockStorage: puppet/cinder-storage-puppet.yaml
  OS::TripleO::Compute: puppet/compute-puppet.yaml
  OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
  OS::TripleO::Controller: puppet/controller-puppet.yaml
  OS::TripleO::ObjectStorage: puppet/swift-storage-puppet.yaml
  OS::TripleO::Net::SoftwareConfig: net-config-bridge.yaml
  OS::TripleO::CephStorage: puppet/ceph-storage-puppet.yaml
  OS::TripleO::ControllerPostDeployment: puppet/controller-post-puppet.yaml
  OS::TripleO::ComputePostDeployment: puppet/compute-post-puppet.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::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
  OS::TripleO::BootstrapNode::SoftwareConfig: puppet/bootstrap-config.yaml
  OS::TripleO::NodeUserData: firstboot/userdata_default.yaml
  OS::TripleO::NodeExtraConfigPost: extraconfig/post_deploy/default.yaml

parameter_defaults:
  EnablePackageInstall: false