From 142785d60bcceeda2bd92e4750fbf471e19516db Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Mon, 11 Jul 2016 18:20:45 +0300 Subject: [PATCH] Remove empty Parameters sections from templates Change-Id: I47f04b61c567928a88f32f48dcb7e4f776ff06d8 --- murano-apps/Gerrit/package/Resources/DeployGerrit.template | 2 -- murano-apps/Nodepool/package/Resources/DeployNodepool.template | 2 -- murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template | 2 -- murano-apps/Puppet/package/Resources/ApplyManifest.template | 2 -- murano-apps/Puppet/package/Resources/InstallHiera.template | 2 -- murano-apps/Puppet/package/Resources/InstallPuppet.template | 2 -- .../SystemConfig/package/Resources/SystemConfig.template | 2 -- 7 files changed, 14 deletions(-) diff --git a/murano-apps/Gerrit/package/Resources/DeployGerrit.template b/murano-apps/Gerrit/package/Resources/DeployGerrit.template index 203612c..bb4bb30 100644 --- a/murano-apps/Gerrit/package/Resources/DeployGerrit.template +++ b/murano-apps/Gerrit/package/Resources/DeployGerrit.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Gerrit -Parameters: - Body: | deploy() diff --git a/murano-apps/Nodepool/package/Resources/DeployNodepool.template b/murano-apps/Nodepool/package/Resources/DeployNodepool.template index e0ad0bf..a5b0112 100644 --- a/murano-apps/Nodepool/package/Resources/DeployNodepool.template +++ b/murano-apps/Nodepool/package/Resources/DeployNodepool.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Nodepool -Parameters: - Body: | deployNodepool() diff --git a/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template b/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template index ffd48a9..d39d2f7 100644 --- a/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template +++ b/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy OpenLDAP -Parameters: - Body: | return deploy().stdout diff --git a/murano-apps/Puppet/package/Resources/ApplyManifest.template b/murano-apps/Puppet/package/Resources/ApplyManifest.template index ce58d85..20ce0a7 100644 --- a/murano-apps/Puppet/package/Resources/ApplyManifest.template +++ b/murano-apps/Puppet/package/Resources/ApplyManifest.template @@ -13,8 +13,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Apply Puppet Manifest -Parameters: - Body: | applyManifest() diff --git a/murano-apps/Puppet/package/Resources/InstallHiera.template b/murano-apps/Puppet/package/Resources/InstallHiera.template index 5aa515a..979ea0c 100644 --- a/murano-apps/Puppet/package/Resources/InstallHiera.template +++ b/murano-apps/Puppet/package/Resources/InstallHiera.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Install Hiera -Parameters: - Body: | return installHiera().stdout diff --git a/murano-apps/Puppet/package/Resources/InstallPuppet.template b/murano-apps/Puppet/package/Resources/InstallPuppet.template index 82c0110..3083631 100644 --- a/murano-apps/Puppet/package/Resources/InstallPuppet.template +++ b/murano-apps/Puppet/package/Resources/InstallPuppet.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: InstallPuppet -Parameters: - Body: | return installPuppet().stdout diff --git a/murano-apps/SystemConfig/package/Resources/SystemConfig.template b/murano-apps/SystemConfig/package/Resources/SystemConfig.template index c487b40..9a57e36 100644 --- a/murano-apps/SystemConfig/package/Resources/SystemConfig.template +++ b/murano-apps/SystemConfig/package/Resources/SystemConfig.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Project Config -Parameters: - Body: | return deploy().stdout