Renamed manifests and tasks

Change-Id: I1295351b21f063fc9591727eaf0c2eff36d88a9a
This commit is contained in:
Adrian Moreno 2015-11-25 17:34:58 +01:00
parent ff8575e352
commit e9768080bf
9 changed files with 14 additions and 17 deletions

View File

@ -1,12 +1,9 @@
$scaleio = hiera('scaleio')
if $scaleio['metadata']['enabled'] {
notice("ScaleIO plugin enabled in $deployment_mode mode")
#TODO: Add checks for ScaleIO plugin
#TODO: Check repo URL
#TODO: Check version
notify{'ScaleIO plugin enabled': }
#TODO: Check that Storage pool has enough space
} else {
notice("ScaleIO plugin disabled")
notify{'ScaleIO plugin disabled': }
}

View File

@ -1,2 +1,2 @@
$fuel_settings = parseyaml(file('/etc/astute.yaml'))
class {'scaleio_fuel::controller': }
class {'scaleio_fuel::configure_cinder': }

View File

@ -1,2 +1,2 @@
$fuel_settings = parseyaml(file('/etc/astute.yaml'))
class {'scaleio_fuel::gateway_configuration': }
class {'scaleio_fuel::configure_gateway': }

View File

@ -1,2 +1,2 @@
$fuel_settings = parseyaml(file('/etc/astute.yaml'))
class {'scaleio_fuel::compute': }
class {'scaleio_fuel::configure_nova': }

View File

@ -1,4 +1,4 @@
class scaleio_fuel::controller
class scaleio_fuel::configure_cinder
inherits scaleio_fuel::params {
$mdm_ip = $scaleio_fuel::params::mdm_ip

View File

@ -1,4 +1,4 @@
class scaleio_fuel::gateway_configuration
class scaleio_fuel::configure_gateway
inherits scaleio_fuel::params {
$role = $scaleio_fuel::params::role
@ -35,7 +35,7 @@ inherits scaleio_fuel::params {
enable => true,
hasrestart => true,
}
} else {
notify {'Gateway not installed. Not doing anything.':}
}

View File

@ -1,4 +1,4 @@
class scaleio_fuel::compute {
class scaleio_fuel::configure_nova {
notice("Configuring Compute node for ScaleIO integration")

View File

@ -10,7 +10,7 @@
stage: post_deployment/2050
type: puppet
parameters:
puppet_manifest: puppet/manifests/scaleio.pp
puppet_manifest: puppet/manifests/install_scaleio.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 1800
@ -18,7 +18,7 @@
stage: post_deployment/2100
type: puppet
parameters:
puppet_manifest: puppet/manifests/gateway_configuration.pp
puppet_manifest: puppet/manifests/configure_gateway.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 600
@ -34,7 +34,7 @@
stage: post_deployment/2200
type: puppet
parameters:
puppet_manifest: puppet/manifests/compute.pp
puppet_manifest: puppet/manifests/configure_nova.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 600
@ -42,7 +42,7 @@
stage: post_deployment/2250
type: puppet
parameters:
puppet_manifest: puppet/manifests/controller.pp
puppet_manifest: puppet/manifests/configure_cinder.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 600