On Wed, Dec 3, 2014 at 3:31 PM, Mike Scherbakov <[email protected]> wrote:
> Hi all, > enable_new_services in nova.conf seems to allow add new compute nodes in > disabled state: > > https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L507-L508, > so it would allow to check everything first, before allowing production > workloads host a VM on it. I've filed a bug to Fuel to use this by default > when we scale up the env (add more computes) [1]. > > A few questions: > > 1. can we somehow enable compute service for test tenant first? So > cloud administrator would be able to run test VMs on the node, and after > ensuring that everything is fine - to enable service for all tenants > > Although there may be more then one way to set this up in nova, this can definitely be done via nova host aggregates. Put new compute services into an aggregate that only specific tenants can access (controlled via scheduler filter). > > 1. > 2. What about Cinder? Is there a similar option / ability? > 3. What about other OpenStack projects? > > What is your opinion, how we should approach the problem (if there is a > problem)? > > [1] https://bugs.launchpad.net/fuel/+bug/1398817 > -- > Mike Scherbakov > #mihgen > > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
