From d3fc73cadbb1a0350a01349f357e53a82e8a3d27 Mon Sep 17 00:00:00 2001 From: Kanzhe Jiang Date: Wed, 9 Dec 2015 20:01:39 -0800 Subject: [PATCH] class name correction Change-Id: Ic64240c5e225ccda7217b5c5e1a40a7a5c4122a8 --- deployment_scripts/puppet/modules/bcf/manifests/p_only/ceph.pp | 2 +- .../puppet/modules/bcf/manifests/p_only/compute.pp | 2 +- .../puppet/modules/bcf/manifests/p_only/controller.pp | 2 +- deployment_scripts/puppet/modules/bcf/manifests/p_v/ceph.pp | 2 +- deployment_scripts/puppet/modules/bcf/manifests/p_v/compute.pp | 2 +- .../puppet/modules/bcf/manifests/p_v/controller.pp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_only/ceph.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_only/ceph.pp index 75e0d5c..90ac7e5 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_only/ceph.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_only/ceph.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::ceph { +class bcf::p_only::ceph { include bcf include bcf::params diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_only/compute.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_only/compute.pp index 6fb9f83..2264252 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_only/compute.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_only/compute.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::compute { +class bcf::p_only::compute { include bcf include bcf::params diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_only/controller.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_only/controller.pp index 051bad3..78a90f0 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_only/controller.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_only/controller.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::controller { +class bcf::p_only::controller { include bcf include bcf::params diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_v/ceph.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_v/ceph.pp index 75e0d5c..9737e3e 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_v/ceph.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_v/ceph.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::ceph { +class bcf::p_v::ceph { include bcf include bcf::params diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_v/compute.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_v/compute.pp index 6fb9f83..f67327e 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_v/compute.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_v/compute.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::compute { +class bcf::p_v::compute { include bcf include bcf::params diff --git a/deployment_scripts/puppet/modules/bcf/manifests/p_v/controller.pp b/deployment_scripts/puppet/modules/bcf/manifests/p_v/controller.pp index e6dea66..5a75a0b 100644 --- a/deployment_scripts/puppet/modules/bcf/manifests/p_v/controller.pp +++ b/deployment_scripts/puppet/modules/bcf/manifests/p_v/controller.pp @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. # -class bcf::controller { +class bcf::p_v::controller { include bcf::params $binpath = "/usr/local/bin/:/bin/:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin"