cleaned tasks.yaml file. removed unused files

Change-Id: Ia2bd62e72a4511ee73545703ceb01f0add858974
This commit is contained in:
Moreno, Adrian 2015-10-22 12:21:00 +02:00
parent 6efbd0cd04
commit 7dee6b093c
4 changed files with 1 additions and 134 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
# It's a script which deploys your plugin
echo fuel-plugin-scaleio > /tmp/fuel-plugin-scaleio

View File

@ -1,44 +0,0 @@
- id: scaleio-gw
type: group
role: [scaleio-gw]
tasks:
- hiera
- globals
- tools
- logging
- netconfig
required_for: [deploy_end]
requires: [deploy_start]
parameters:
strategy:
type: parallel
- id: scaleio-mdm
type: group
role: [scaleio-mdm]
tasks:
- hiera
- globals
- tools
- logging
- netconfig
required_for: [deploy_end]
requires: [deploy_start]
parameters:
strategy:
type: parallel
- id: scaleio-tb
type: group
role: [scaleio-tb]
tasks:
- hiera
- globals
- tools
- logging
- netconfig
required_for: [deploy_end]
requires: [deploy_start]
parameters:
strategy:
type: parallel

View File

@ -1,44 +0,0 @@
scaleio-gw:
name: "ScaleIO REST Gateway"
description: "ScaleIO REST Gateway node"
has_primary: false # whether has primary role or not
public_ip_required: false # whether requires public net or not
weight: 100 # weight that will be used for ordering on fuel ui
conflicts:
- scaleio-mdm
- scaleio-tb
limits:
min: 1
max: 2
update_required:
- controller
scaleio-mdm:
name: "ScaleIO MDM"
description: "ScaleIO MDM node"
has_primary: false # whether has primary role or not
public_ip_required: false # whether requires public net or not
weight: 101 # weight that will be used for ordering on fuel ui
conflicts:
- scaleio-gw
- scaleio-tb
limits:
min: 1
max: 2
update_required:
- controller
scaleio-tb:
name: "ScaleIO TB"
description: "ScaleIO Tie Breaker node"
has_primary: false # whether has primary role or not
public_ip_required: false # whether requires public net or not
weight: 102 # weight that will be used for ordering on fuel ui
conflicts:
- scaleio-gw
- scaleio-mdm
limits:
min: 1
max: 1
update_required:
- controller

View File

@ -1,7 +1,3 @@
# This tasks will be applied on controller nodes,
# here you can also specify several roles, for example
# ['cinder', 'compute'] will be applied only on
# cinder and compute nodes
- role: ['primary-controller']
stage: post_deployment/2000
type: puppet
@ -16,41 +12,4 @@
parameters:
puppet_manifest: puppet/manifests/scaleio.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 600
# - role: ['scaleio-gw']
# stage: post_deployment/2050
# type: puppet
# parameters:
# puppet_manifest: puppet/manifests/gateway.pp
# puppet_modules: puppet/modules
# timeout: 600
# - role: ['scaleio-mdm']
# stage: post_deployment/2150
# type: puppet
# parameters:
# puppet_manifest: puppet/manifests/mdm.pp
# puppet_modules: puppet/modules
# timeout: 600
# - role: ['scaleio-tb']
# stage: post_deployment/2250
# type: puppet
# parameters:
# puppet_manifest: puppet/manifests/tb.pp
# puppet_modules: puppet/modules
# timeout: 600
# - role: ['scaleio-sds']
# stage: post_deployment/2300
# type: puppet
# parameters:
# puppet_manifest: puppet/manifests/sds.pp
# puppet_modules: puppet/modules
# timeout: 600
# "reboot" task reboots the nodes and waits until they get back online
# - role: '*'
# stage: pre_deployment
# type: reboot
# parameters:
# timeout: 600
timeout: 1800