Comment 0 for bug 1799177

Revision history for this message
Sofer Athlan-Guyot (sofer-athlan-guyot) wrote :

Hi,

originally reported there https://bugzilla.redhat.com/show_bug.cgi?id=1637988

During overcloud upgrade prepare we encounter that error:

2018-10-10 14:58:48.427 659310 INFO osc_lib.shell [-] command: overcloud upgrade prepare -> tripleoclient.v1.overcloud_upgrade.UpgradePrepare (auth=True)ESC[00m
2018-10-10 14:58:48.429 659310 INFO osc_lib.clientmanager [-] Using auth plugin: passwordESC[00m
2018-10-10 14:58:48.430 659310 DEBUG osc_lib.clientmanager [-] Using parameters {'username': 'admin', 'project_name': 'admin', 'user_domain_name': 'Default', 'auth_url': 'https://192.168.24.2:13000/', 'password': '***', 'project_domain_name': 'Default'} setup_auth /usr/lib/python2.7/site-packages/osc_lib/clientmanager.py:157ESC[00m
2018-10-10 14:58:48.431 659310 DEBUG osc_lib.clientmanager [-] Get auth_ref auth_ref /usr/lib/python2.7/site-packages/osc_lib/clientmanager.py:201ESC[00m
2018-10-10 14:58:56.276 659310 INFO tripleoclient.v1.overcloud_upgrade.MajorUpgradePrepare [-] Stack found, will be doing a stack updateESC[00m
Removing the current plan files
Uploading new plan files
Plan updated.
Processing templates in the directory /tmp/tripleoclient-CHg8Wh/tripleo-heat-templates
WARNING: Following parameter(s) are deprecated and still defined. Deprecated parameters will be removed soon!
  OvercloudControlFlavor
WARNING: Following parameter(s) are defined but not used in plan. Could be possible that parameter is valid but currently not used.
  DockerMysqlClientConfigImage
  DockerDesignateMDNSImage
...
  DockerDesignateCentralImage
  DockerManilaConfigImage
2018-10-10 15:08:00.976 659310 WARNING tripleoclient.plugin [-] Waiting for messages on queue 'tripleo' with no timeout.ESC[00m
2018-10-10 15:09:31.674 659310 ERROR openstack [-] {u'deployment_status': None,
 u'execution': {u'created_at': u'2018-10-10 12:08:00',
                u'id': u'02dfd243-c1dd-41f2-ac55-8453c3377394',
                u'input': {u'config_dir': u'/tmp/',
                           u'container': u'overcloud',
                           u'queue_name': u'tripleo',
                           u'skip_deploy_identifier': False,
                           u'timeout': 240},
                u'name': u'tripleo.package_update.v1.package_update_plan',
                u'params': {u'env': {}, u'namespace': u''},
                u'spec': {u'description': u'Take a container and perform a package update with possible breakpoints',
                          u'input': [u'container',
                                     {u'timeout': 240},
                                     {u'queue_name': u'tripleo'},
                                     {u'skip_deploy_identifier': False},
                                     {u'config_dir': u'/tmp/'}],
                          u'name': u'package_update_plan',
                          u'tags': [u'tripleo-common-managed'],
                          u'tasks': {u'send_message': {u'input': {u'execution': u'<% execution() %>',
                                                                  u'message': u"<% $.get('message', '') %>",
                                                                  u'queue_name': u'<% $.queue_name %>',
                                                                  u'status': u"<% $.get('status', 'SUCCESS') %>",
                                                                  u'type': u'<% execution().name %>'},
                                                       u'name': u'send_message',
                                                       u'type': u'direct',
                                                       u'version': u'2.0',
                                                       u'workflow': u'tripleo.messaging.v1.send'},
                                     u'set_update_failed': {u'name': u'set_update_failed',
                                                            u'on-success': u'send_message',
                                                            u'publish': {u'message': u'<% task(update).result %>',
                                                                         u'status': u'FAILED'},
                                                            u'type': u'direct',
                                                            u'version': u'2.0'},
                                     u'update': {u'action': u'tripleo.package_update.update_stack',
                                                 u'input': {u'container': u'<% $.container %>',
                                                            u'timeout': u'<% $.timeout %>'},
                                                 u'name': u'update',
                                                 u'on-error': u'set_update_failed',
                                                 u'on-success': u'send_message',
                                                 u'type': u'direct',
                                                 u'version': u'2.0'}},
                          u'version': u'2.0'},
                u'updated_at': u'2018-10-10 12:08:00'},
 u'execution_id': u'02dfd243-c1dd-41f2-ac55-8453c3377394',
 u'message': u"The action raised an exception [action_ex_id=cb329a0d-1fde-46d8-a0ab-80a21454090f, action_cls='<class 'mistral.actions.action_factory.UpdateStackAction'>', attributes='{}', params='{u'container': u'overcloud', u'timeout': 240}']\n ERROR: Internal Error",
 u'plan_name': None,
 u'status': u'FAILED'}: AssertionError: {u'deployment_status': None,ESC[00m
2018-10-10 15:09:31.677 659310 INFO osc_lib.shell [-] END return value: 1ESC[00