Reviewed:  https://review.openstack.org/456920
Committed: 
https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=5dfb81efc8975d68ed9b343ab85f6f937bdbec5d
Submitter: Jenkins
Branch:    master

commit 5dfb81efc8975d68ed9b343ab85f6f937bdbec5d
Author: Eduardo Gonzalez <dabar...@gmail.com>
Date:   Fri Apr 14 16:02:40 2017 +0100

    Update simple_cell_setup to manual creation
    
    Simple_cell_setup is not recomended to use.
    Is better create map_cell0 manually, create base
    cell for non cell deployments and run discover_hosts.
    
    This PS migrate actual config to make use of described
    workflow at [1]. We our actual workflow we're running
    into the issue that services are not mapped until cells
    are present, breaking deployment waiting for compute
    services to appear.
    
    [1] https://docs.openstack.org/developer/nova/cells.html#fresh-install
    
    Change-Id: Id061e8039e72de77a04c51657705457193da2d0f
    Closes-Bug: #1682060


** Changed in: kolla-ansible
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1682060

Title:
  empty nova service and hypervisor list

Status in kolla-ansible:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in openstack-manuals:
  Fix Released

Bug description:
  In current master, openstack compute service list and openstack hypervisor 
list (same issue with nova cli) result in an empty list.
  If I check the database, services are registered in the database.

  [root@controller tools]# docker exec -ti kolla_toolbox mysql -unova 
-pYVDa3l8vA57Smnbu9Q5qdgSKJckNxP3Q3rYvVxsD  -h 192.168.100.10 nova -e "SELECT * 
from services WHERE topic = 'compute'";
  
+---------------------+---------------------+------------+----+------------+--------------+---------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
  | created_at          | updated_at          | deleted_at | id | host       | 
binary       | topic   | report_count | disabled | deleted | disabled_reason | 
last_seen_up        | forced_down | version |
  
+---------------------+---------------------+------------+----+------------+--------------+---------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
  | 2017-04-12 09:12:10 | 2017-04-12 09:14:33 | NULL       |  9 | controller | 
nova-compute | compute |           13 |        0 |       0 | NULL            | 
2017-04-12 09:14:33 |           0 |      17 |
  
+---------------------+---------------------+------------+----+------------+--------------+---------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
  [root@controller tools]# openstack compute service list --long

  [root@controller tools]# 
  [root@controller tools]# openstack hypervisor list --long

  [root@controller tools]#

  Logs from kolla deploy gates
  http://logs.openstack.org/08/456108/1/check/gate-kolla-dsvm-deploy-
  centos-source-centos-7-nv/9cf1e73/

  Environment:
  - source code
  - OS: centos/ubuntu/oraclelinux
  - Deployment type: kolla-ansible

  Please let me know if more info is needed or if there is a workaround.
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/kolla-ansible/+bug/1682060/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to