58871626aa
Part 1. Change implements upgrade-db with Fuel graphs. - Added puppet module "octane_tasks". - Graph files located in octane_tasks/graphs. - Changed rpm spec Co-Authored-By: Pavel Chechetin <pchechetin@mirantis.com> Change-Id: I1df0c8b28953c428e90b885c0ec63a1acb1a7476
7 lines
180 B
Puppet
7 lines
180 B
Puppet
notice('MODULAR: octane_tasks/stop_controller_services.pp')
|
|
|
|
class { 'octane_tasks::maintenance':
|
|
ensure_cluster_services => 'stopped',
|
|
ensure_init_services => 'stopped',
|
|
}
|