Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. [stack@undercloud ~]$ openstack overcloud deploy --templates -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /home/stack/templates/node-info.yaml -e /home/stack/templates/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml --ntp-server pool.ntp.org --neutron-network-type vxlan --neutron-tunnel-types vxlan --timeout 180
  2. Removing the current plan files
  3. Uploading new plan files
  4. Started Mistral Workflow. Execution ID: e2eee3d8-f83b-438f-812c-e5f8117803b7
  5. Plan updated
  6. Deploying templates in the directory /tmp/tripleoclient-RWmRMW/tripleo-heat-templates
  7. Started Mistral Workflow. Execution ID: 06d57697-87f0-4036-8cd7-a323c9c282ce
  8. {u'execution': {u'id': u'06d57697-87f0-4036-8cd7-a323c9c282ce',
  9. u'input': {u'container': u'overcloud',
  10. u'queue_name': u'39b1bef8-b970-4cdc-b836-dc4d70fce67e',
  11. u'skip_deploy_identifier': False,
  12. u'timeout': 180},
  13. u'name': u'tripleo.deployment.v1.deploy_plan',
  14. u'params': {},
  15. u'spec': {u'input': [u'container',
  16. {u'timeout': 240},
  17. {u'skip_deploy_identifier': False},
  18. {u'queue_name': u'tripleo'}],
  19. u'name': u'deploy_plan',
  20. u'tasks': {u'add_validation_ssh_key': {u'name': u'add_validation_ssh_key',
  21. u'on-complete': u'create_swift_rings_backup_plan',
  22. u'type': u'direct',
  23. u'version': u'2.0',
  24. u'workflow': u'tripleo.validations.v1.add_validation_ssh_key_parameter container=<% $.container %>'},
  25. u'create_swift_rings_backup_plan': {u'input': {u'container': u'<% $.container %>',
  26. u'queue_name': u'<% $.queue_name %>',
  27. u'use_default_templates': True},
  28. u'name': u'create_swift_rings_backup_plan',
  29. u'on-error': u'create_swift_rings_backup_plan_set_status_failed',
  30. u'on-success': u'deploy',
  31. u'type': u'direct',
  32. u'version': u'2.0',
  33. u'workflow': u'tripleo.swift_rings_backup.v1.create_swift_rings_backup_container_plan'},
  34. u'create_swift_rings_backup_plan_set_status_failed': {u'name': u'create_swift_rings_backup_plan_set_status_failed',
  35. u'on-success': u'send_message',
  36. u'publish': {u'message': u'<% task(create_swift_rings_backup_plan).result %>',
  37. u'status': u'FAILED'},
  38. u'type': u'direct',
  39. u'version': u'2.0'},
  40. u'deploy': {u'action': u'tripleo.deployment.deploy timeout=<% $.timeout %> container=<% $.container %>',
  41. u'input': {u'container': u'<% $.container %>',
  42. u'skip_deploy_identifier': u'<% $.skip_deploy_identifier %>',
  43. u'timeout': u'<% $.timeout %>'},
  44. u'name': u'deploy',
  45. u'on-error': u'set_deployment_failed',
  46. u'on-success': u'send_message',
  47. u'type': u'direct',
  48. u'version': u'2.0'},
  49. u'send_message': {u'action': u'zaqar.queue_post',
  50. u'input': {u'messages': {u'body': {u'payload': {u'execution': u'<% execution() %>',
  51. u'message': u"<% $.get('message', '') %>",
  52. u'status': u"<% $.get('status', 'SUCCESS') %>"},
  53. u'type': u'tripleo.deployment.v1.deploy_plan'}},
  54. u'queue_name': u'<% $.queue_name %>'},
  55. u'name': u'send_message',
  56. u'retry': u'count=5 delay=1',
  57. u'type': u'direct',
  58. u'version': u'2.0'},
  59. u'set_deployment_failed': {u'name': u'set_deployment_failed',
  60. u'on-success': u'send_message',
  61. u'publish': {u'message': u'<% task(deploy).result %>',
  62. u'status': u'FAILED'},
  63. u'type': u'direct',
  64. u'version': u'2.0'}},
  65. u'version': u'2.0'}},
  66. u'message': u'Failed to run action [action_ex_id=df2c4e70-1a4f-4d9e-a515-3d8eab76c879, action_cls=\'<class \'mistral.actions.action_factory.DeployStackAction\'>\', attributes=\'{}\', params=\'{u\'skip_deploy_identifier\': False, u\'container\': u\'overcloud\', u\'timeout\': 180}\']\n ERROR: Failed to validate: Failed to validate: resources[0]: Error parsing template: while parsing a block mapping\n in "<unicode string>", line 82, column 11:\n network_config:\n ^\nexpected <block end>, but found \'<block sequence start>\'\n in "<unicode string>", line 103, column 12:\n -\n ^',
  67. u'status': u'FAILED'}
Add Comment
Please, Sign In to add comment