87577d2791
The plugin structure added as generated by Fuel Plugin Builder.
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
# These tasks will be merged into deployment graph. Here you
|
|
# can specify new tasks for any roles, even built-in ones.
|
|
|
|
- id: fuel-plugin-cinder-gcs_role
|
|
type: group
|
|
role: [fuel-plugin-cinder-gcs_role]
|
|
parameters:
|
|
strategy:
|
|
type: parallel
|
|
|
|
- id: fuel-plugin-cinder-gcs-deployment-puppet
|
|
type: puppet
|
|
role: [fuel-plugin-cinder-gcs_role]
|
|
|
|
# If you do not want to use task-based deployment that is introduced as experimental
|
|
# in fuel v8.0 comment code section below this comment, uncomment two lines below it
|
|
# and do the same for tasks below.
|
|
|
|
version: 2.0.0
|
|
cross-depends:
|
|
- name: deploy_start
|
|
cross-depended-by:
|
|
- name: deploy_end
|
|
# requires: [deploy_start] # version 1.0.0
|
|
# required_for: [deploy_end]
|
|
|
|
parameters:
|
|
puppet_manifest: "deploy.pp"
|
|
puppet_modules: "."
|
|
timeout: 3600
|
|
|
|
#- id: fuel-plugin-cinder-gcs-post-deployment-sh
|
|
# type: shell
|
|
# role: [fuel-plugin-cinder-gcs_role]
|
|
# version: 2.0.0
|
|
# cross-depends:
|
|
# - name: post_deployment_start
|
|
# cross-depended-by:
|
|
# - name: post_deployment_end
|
|
# # requires: [post_deployment_start]
|
|
# # required_for: [post_deployment_end]
|
|
# parameters:
|
|
# cmd: echo post_deployment_task_executed > /tmp/post_deployment
|
|
# retries: 3
|
|
# interval: 20
|
|
# timeout: 180
|
|
|
|
#- id: fuel-plugin-cinder-gcs-pre-deployment-sh
|
|
# type: shell
|
|
# role: [fuel-plugin-cinder-gcs_role]
|
|
# version: 2.0.0
|
|
# cross-depends:
|
|
# - name: pre_deployment_start
|
|
# cross-depended-by:
|
|
# - name: pre_deployment_end
|
|
# # requires: [pre_deployment_start]
|
|
# # required_for: [pre_deployment_end]
|
|
# parameters:
|
|
# cmd: echo pre_deployment_task_executed > /tmp/pre_deployment
|
|
# retries: 3
|
|
# interval: 20
|
|
# timeout: 180
|