diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:42:54 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:43:47 -0700 |
commit | 16f7eb21ac16ea0f1ba82516a8d4b75c4ede1519 (patch) | |
tree | eacf7b3c5d67df32f09dd94df3a9d56e2fc96caf /fuel-plugin-vsperf/deployment_tasks.yaml | |
parent | 6da87d98f88ac23aa379369d573bbd1a8a1fd7b7 (diff) |
cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: Ibe2028b01c38fa545e72a00a7ef47103d1112b82
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin-vsperf/deployment_tasks.yaml')
-rw-r--r-- | fuel-plugin-vsperf/deployment_tasks.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/fuel-plugin-vsperf/deployment_tasks.yaml b/fuel-plugin-vsperf/deployment_tasks.yaml deleted file mode 100644 index d37f1545..00000000 --- a/fuel-plugin-vsperf/deployment_tasks.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2016-2017 Intel Corporation. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 - -- id: vsperf - type: group - role: [vsperf] - requires: [deploy_start] - required_for: [deploy_end] - tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, vsperf_install] - parameters: - strategy: - type: parallel -- id: vsperf_install - type: puppet - version: 2.0.0 - groups: [vsperf] - required_for: [post_deployment_end] - requires: [post_deployment_start] - parameters: - puppet_manifest: puppet/manifests/vsperf-install.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 720 |