diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-07-19 02:38:24 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-07-19 08:08:13 +0800 |
commit | efa17094249282eb0726b3d30dff190b86a97938 (patch) | |
tree | f355407b2acd7d777dffdca852b24a94218ab1f0 /src/fuel-plugin/deployment_tasks.yaml | |
parent | 51dc2d1a638855bcab4f43b7b7823fae8d9ea4a5 (diff) |
Update fuel plugin installation scripts
Change-Id: I2b2fa3b80e34cc07bac5d47b47c3681074794538
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/deployment_tasks.yaml')
-rw-r--r-- | src/fuel-plugin/deployment_tasks.yaml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/src/fuel-plugin/deployment_tasks.yaml b/src/fuel-plugin/deployment_tasks.yaml index 7412ccfb..e73783e0 100644 --- a/src/fuel-plugin/deployment_tasks.yaml +++ b/src/fuel-plugin/deployment_tasks.yaml @@ -1,32 +1,10 @@ -- id: collectd_install - type: puppet - version: 2.0.0 - groups: [compute] - required_for: [deployment_end] - requires: [setup_repositories] - parameters: - puppet_manifest: puppet/manifests/collectd_install.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 720 - - id: collectd-ceilometer_install type: puppet version: 2.0.0 groups: [compute] - required_for: [deployment_end] - requires: [collectd_install] - parameters: - puppet_manifest: puppet/manifests/collectd-ceilometer_install.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 720 - -- id: collectd_restart - type: puppet - version: 2.0.0 - groups: [compute] required_for: [post_deployment_end] requires: [post_deployment_start] parameters: - puppet_manifest: puppet/manifests/collectd_restart.pp + puppet_manifest: puppet/manifests/collectd-ceilometer_install.pp puppet_modules: puppet/modules:/etc/puppet/modules timeout: 720 |