Activity log for bug #1832306

Date Who What changed Old value New value Message
2019-06-11 06:51:26 Eddie Yen bug added bug
2019-06-11 06:56:41 Eddie Yen description I met an issue when trying to deploy OpenStack. Using kolla-ansible downloaded from git with stable/rocky branch. And below is few informations from globals.yml: kolla_base_distro: "ubuntu" kolla_install_type: "binary" openstack_release: rocky enable_aodh: yes enable: ceilometer: yes enable_ceph: yes enable_cinder: yes enable_gnocchi: yes enable_grafana: yes enable_neutron_dvr: yes enable_neutron_lbaas: yes enable_neutron_fwaas: yes enable_prometheus: yes Other settings not shows is set as default. During deployment, it stuck at "TASK: Running gnocchi bootstrap container" and need to stop manually. And I check that container's log (docker logs bootstrap_gnocchi),it shows below error repeatedly. 2019-06-11 10:59:17,707 [19] ERROR gnocchi.utils: Unable to initialize storage driver Traceback (most recent call last): File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in call result = fn(*args, **kwargs) File "/usr/lib/python3/dist-packages/gnocchi/storage/__init__.py", line 102, in get_driver conf.storage) File "/usr/lib/python3/dist-packages/gnocchi/storage/ceph.py", line 52, in __init__ self.rados, self.ioctx = ceph.create_rados_connection(conf) File "/usr/lib/python3/dist-packages/gnocchi/common/ceph.py", line 51, in create_rados_connection raise ImportError("No module named 'rados' nor 'cradox'") ImportError: No module named 'rados' nor 'cradox' This error not only occurred on image from Docker Hub, but also the image built by kolla-build. But if I change install type to source, then everything is fine. This issue has already happening about 3~4 weeks. I met an issue when trying to deploy OpenStack. Using kolla-ansible downloaded from git with stable/rocky branch. And below is few informations from globals.yml: kolla_base_distro: "ubuntu" kolla_install_type: "binary" openstack_release: rocky enable_aodh: yes enable: ceilometer: yes enable_ceph: yes enable_cinder: yes enable_gnocchi: yes enable_grafana: yes enable_neutron_dvr: yes enable_neutron_lbaas: yes enable_neutron_fwaas: yes enable_prometheus: yes ... glance_backend_ceph: yes glance_backend_file: no Other settings not shows is set as default. During deployment, it stuck at "TASK: Running gnocchi bootstrap container" and need to stop manually. And I check that container's log (docker logs bootstrap_gnocchi),it shows below error repeatedly. 2019-06-11 10:59:17,707 [19] ERROR gnocchi.utils: Unable to initialize storage driver Traceback (most recent call last):   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in call     result = fn(*args, **kwargs)   File "/usr/lib/python3/dist-packages/gnocchi/storage/__init__.py", line 102, in get_driver     conf.storage)   File "/usr/lib/python3/dist-packages/gnocchi/storage/ceph.py", line 52, in __init__     self.rados, self.ioctx = ceph.create_rados_connection(conf)   File "/usr/lib/python3/dist-packages/gnocchi/common/ceph.py", line 51, in create_rados_connection     raise ImportError("No module named 'rados' nor 'cradox'") ImportError: No module named 'rados' nor 'cradox' This error not only occurred on image from Docker Hub, but also the image built by kolla-build. But if I change install type to source, then everything is fine. This issue has already happening about 3~4 weeks.
2019-06-11 06:57:45 Eddie Yen description I met an issue when trying to deploy OpenStack. Using kolla-ansible downloaded from git with stable/rocky branch. And below is few informations from globals.yml: kolla_base_distro: "ubuntu" kolla_install_type: "binary" openstack_release: rocky enable_aodh: yes enable: ceilometer: yes enable_ceph: yes enable_cinder: yes enable_gnocchi: yes enable_grafana: yes enable_neutron_dvr: yes enable_neutron_lbaas: yes enable_neutron_fwaas: yes enable_prometheus: yes ... glance_backend_ceph: yes glance_backend_file: no Other settings not shows is set as default. During deployment, it stuck at "TASK: Running gnocchi bootstrap container" and need to stop manually. And I check that container's log (docker logs bootstrap_gnocchi),it shows below error repeatedly. 2019-06-11 10:59:17,707 [19] ERROR gnocchi.utils: Unable to initialize storage driver Traceback (most recent call last):   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in call     result = fn(*args, **kwargs)   File "/usr/lib/python3/dist-packages/gnocchi/storage/__init__.py", line 102, in get_driver     conf.storage)   File "/usr/lib/python3/dist-packages/gnocchi/storage/ceph.py", line 52, in __init__     self.rados, self.ioctx = ceph.create_rados_connection(conf)   File "/usr/lib/python3/dist-packages/gnocchi/common/ceph.py", line 51, in create_rados_connection     raise ImportError("No module named 'rados' nor 'cradox'") ImportError: No module named 'rados' nor 'cradox' This error not only occurred on image from Docker Hub, but also the image built by kolla-build. But if I change install type to source, then everything is fine. This issue has already happening about 3~4 weeks. I met an issue when trying to deploy OpenStack. Using kolla-ansible downloaded from git with stable/rocky branch. And below is few informations from globals.yml: kolla_base_distro: "ubuntu" kolla_install_type: "binary" openstack_release: rocky enable_aodh: yes enable_ceilometer: yes enable_ceph: yes enable_cinder: yes enable_gnocchi: yes enable_grafana: yes enable_neutron_dvr: yes enable_neutron_lbaas: yes enable_neutron_fwaas: yes enable_prometheus: yes ... glance_backend_ceph: yes glance_backend_file: no Other settings not shows is set as default. During deployment, it stuck at "TASK: Running gnocchi bootstrap container" and need to stop manually. And I check that container's log (docker logs bootstrap_gnocchi),it shows below error repeatedly. 2019-06-11 10:59:17,707 [19] ERROR gnocchi.utils: Unable to initialize storage driver Traceback (most recent call last):   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in call     result = fn(*args, **kwargs)   File "/usr/lib/python3/dist-packages/gnocchi/storage/__init__.py", line 102, in get_driver     conf.storage)   File "/usr/lib/python3/dist-packages/gnocchi/storage/ceph.py", line 52, in __init__     self.rados, self.ioctx = ceph.create_rados_connection(conf)   File "/usr/lib/python3/dist-packages/gnocchi/common/ceph.py", line 51, in create_rados_connection     raise ImportError("No module named 'rados' nor 'cradox'") ImportError: No module named 'rados' nor 'cradox' This error not only occurred on image from Docker Hub, but also the image built by kolla-build. But if I change install type to source, then everything is fine. This issue has already happening about 3~4 weeks.
2019-06-18 08:24:54 Eddie Yen tags gnocchi rocky ubuntu gnocchi in-stable-rocky ubuntu
2019-08-20 11:49:06 OpenStack Infra tags gnocchi in-stable-rocky ubuntu gnocchi in-stable-rocky in-stable-stein ubuntu
2019-09-12 13:43:18 Mark Goddard nominated for series kolla/rocky
2019-09-12 13:43:18 Mark Goddard bug task added kolla/rocky
2019-09-12 13:43:26 Mark Goddard kolla/rocky: importance Undecided Critical
2019-09-12 13:43:28 Mark Goddard kolla/rocky: importance Critical Medium
2019-09-12 13:43:30 Mark Goddard kolla: importance Undecided Medium
2019-09-12 13:43:35 Mark Goddard kolla/rocky: status New Fix Released
2019-09-12 13:43:37 Mark Goddard kolla: status New Fix Released
2019-09-12 13:43:46 Mark Goddard kolla/rocky: assignee Eddie Yen (aksn74)
2019-09-12 13:43:55 Mark Goddard kolla: assignee Eddie Yen (aksn74)