Comment 23 for bug 1398817

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/161664
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=ca54e745d5096fd1eaf9beb4ed654e8c24542c5e
Submitter: Jenkins
Branch: master

commit ca54e745d5096fd1eaf9beb4ed654e8c24542c5e
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Feb 23 16:29:48 2015 +0100

    Manage new compute/cinder services state

    * When deploying or scaling an Openstack environment,
      disable all of the nova-compute/cinder-volume services and use
      a separate post-deploy tasks to re-enable them back.
      That should be done to prohibit nova/cinder schedulers to assign
      tasks for compute/cinder nodes until the deployment or scaling
      is finished.
      (Note, that nova-computes fix may be re-implemented later with
      host-aggregates)

    * Add enable_volumes parameter (default true) for openstack::cinder

    DocImpact
    Related blueprint disable-new-computes
    Closes-bug: #1398817

    Change-Id: Ia63d043753693360a008ec89924cdcdd93c007f3
    Signed-off-by: Bogdan Dobrelya <email address hidden>