[system tests] Murano simple gre failed

Bug #1390058 reported by Tatyanka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
New
High
Murano Team

Bug Description

http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.ubuntu.services_simple/17/testReport/junit/%28root%29/deploy_murano_simple_gre/deploy_murano_simple_gre/

Compute node(node-2) failed with next error in puppet:
lvm_support.rb
2014-11-06T00:46:20.206155+00:00 info: Loading facts in /etc/puppet/modules/corosync/lib/facter/pacemaker_hostname.rb
2014-11-06T00:46:20.206663+00:00 info: Loading facts in /etc/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb
2014-11-06T00:46:20.207202+00:00 info: Loading facts in /etc/puppet/modules/firewall/lib/facter/iptables_version.rb
2014-11-06T00:46:20.207783+00:00 info: Loading facts in /etc/puppet/modules/firewall/lib/facter/ip6tables_version.rb
2014-11-06T00:46:20.967833+00:00 err: settings is not a hash or array when accessing it with nodes at line 1 on node node-2.test.domain.local

on controller we can see the problems with murano dashboard installation
http://paste.openstack.org/show/130086/

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "6.0"
  api: "1.0"
  build_number: "73"
  build_id: "2014-11-04_03-44-56"
  astute_sha: "c72dac7b31646fbedbfc56a2a87676c6d5713fcf"
  fuellib_sha: "2a314f9d14ea045b4b917d01d6c8f9a732ca1d7f"
  ostf_sha: "9c6fadca272427bb933bc459e14bb1bad7f614aa"
  nailgun_sha: "35946b1f225c984f11915ba8e985584160f0b129"
  fuelmain_sha: "f395aeaed369d9c55588d37aa21e180f3d852f65"

Revision history for this message
Tatyanka (tatyana-leontovich) wrote :
Revision history for this message
Aleksandr Didenko (adidenko) wrote :

According to the logs and snapshot, there were no /etc/astute.yaml symlink on compute node (node-2).

Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Fuel Astute Team (fuel-astute)
Revision history for this message
Aleksandr Didenko (adidenko) wrote :
Download full text (4.9 KiB)

And astute did not start deployment for node-2 because deployment of node-3 (controller) has failed:

2014-11-06T00:46:15 info: [414] 66bb068c-103b-48c8-8855-d329db66bb07: Finished deployment of nodes => roles: [{"3"=>"controller"}]
2014-11-06T00:46:15 warning: [414] 66bb068c-103b-48c8-8855-d329db66bb07: Critical nodes with uids: 3 fail to deploy. Stop deployment

Node-3 deployment has failed because of:

2014-11-06T00:37:42.055379+00:00 err: /usr/share/openstack-dashboard/manage.py collectstatic --noinput returned 1 instead of one of [0]

2014-11-06T00:37:42.025334+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) Traceback (most recent call last):
2014-11-06T00:37:42.027405+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/share/openstack-dashboard/manage.py", line 25, in <module>
2014-11-06T00:37:42.028542+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) execute_from_command_line(sys.argv)
2014-11-06T00:37:42.028720+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
2014-11-06T00:37:42.029699+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) utility.execute()
2014-11-06T00:37:42.030828+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute
2014-11-06T00:37:42.031901+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) self.fetch_command(subcommand).run_from_argv(self.argv)
2014-11-06T00:37:42.032120+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 242, in run_from_argv
2014-11-06T00:37:42.032981+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) self.execute(*args, **options.__dict__)
2014-11-06T00:37:42.033159+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 285, in execute
2014-11-06T00:37:42.034102+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) output = self.handle(*args, **options)
2014-11-06T00:37:42.034321+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 415, in handle
2014-11-06T00:37:42.035293+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) return self.handle_noargs(**options)
2014-11-06T00:37:42.035532+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) File "/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 173, in handle_noargs
2014-11-06T00:37:42.036379+00:00 notice: (/Stage[main]/Murano::Dashboard/Exec[django_collectstatic]/returns) co...

Read more...

Changed in fuel:
assignee: Fuel Astute Team (fuel-astute) → Murano Team (murano)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.