From 7106a292736084fe105a991165a5f727b2d3c7b7 Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Fri, 14 Dec 2018 13:13:40 -0500 Subject: [PATCH] flatten tuned service configuration This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. Depends-On: https://review.rdoproject.org/r/#/c/16994/ Change-Id: Ib648e3039c6445c932043fa48eb1468985d0acce Related-Blueprint: services-yaml-flattening --- .../tuned.yaml => deployment/tuned/tuned-baremetal-puppet.yaml | 0 overcloud-resource-registry-puppet.j2.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename puppet/services/tuned.yaml => deployment/tuned/tuned-baremetal-puppet.yaml (100%) diff --git a/puppet/services/tuned.yaml b/deployment/tuned/tuned-baremetal-puppet.yaml similarity index 100% rename from puppet/services/tuned.yaml rename to deployment/tuned/tuned-baremetal-puppet.yaml diff --git a/overcloud-resource-registry-puppet.j2.yaml b/overcloud-resource-registry-puppet.j2.yaml index 46022ef6e2..58eb596a49 100644 --- a/overcloud-resource-registry-puppet.j2.yaml +++ b/overcloud-resource-registry-puppet.j2.yaml @@ -186,7 +186,7 @@ resource_registry: OS::TripleO::Services::SaharaApi: OS::Heat::None OS::TripleO::Services::SaharaEngine: OS::Heat::None OS::TripleO::Services::TripleoUI: OS::Heat::None - OS::TripleO::Services::Tuned: puppet/services/tuned.yaml + OS::TripleO::Services::Tuned: deployment/tuned/tuned-baremetal-puppet.yaml OS::TripleO::Services::Securetty: OS::Heat::None OS::TripleO::Services::SELinux: OS::Heat::None OS::TripleO::Services::Sshd: docker/services/sshd.yaml