Advertisement
Guest User

Untitled

a guest
Feb 9th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. + popd
  2. /opt/openstack-ansible
  3. + sed 's|OSA_INVENTORY_PATH|/opt/openstack-ansible/inventory|g' scripts/openstack-ansible.rc
  4. + sed -i 's|OSA_ANSIBLE_PYTHON_INTERPRETER|auto|g' /usr/local/bin/openstack-ansible.rc
  5. + sed -i 's|OSA_ANSIBLE_FORKS|1|g' /usr/local/bin/openstack-ansible.rc
  6. + cp -v scripts/openstack-ansible.sh /usr/local/bin/openstack-ansible
  7. 'scripts/openstack-ansible.sh' -> '/usr/local/bin/openstack-ansible'
  8. + sed -i 's|OSA_CLONE_DIR|/opt/openstack-ansible|g' /usr/local/bin/openstack-ansible
  9. + sed -i 's|CURRENT_OSA_VERSION|[pbr] Generating ChangeLog
  10. 25.2.0|g' /usr/local/bin/openstack-ansible
  11. sed: -e expression #1, char 48: unterminated `s' command
  12. ++ exit_fail 375 0
  13. ++ set +x
  14. Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
  15. Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
  16. Get:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
  17. Get:4 http://us.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
  18. Fetched 217 kB in 0s (438 kB/s)
  19. Reading package lists... Done
  20. Reading package lists... Done
  21. Building dependency tree... Done
  22. Reading state information... Done
  23. iproute2 is already the newest version (5.15.0-1ubuntu2).
  24. iproute2 set to manually installed.
  25. The following packages were automatically installed and are no longer required:
  26. libflashrom1 libftdi1-2
  27. Use 'apt autoremove' to remove them.
  28. The following NEW packages will be installed:
  29. net-tools
  30. 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
  31. Need to get 204 kB of archives.
  32. After this operation, 819 kB of additional disk space will be used.
  33. Get:1 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60+git20181103.0eebece-1ubuntu5 [204 kB]
  34. Fetched 204 kB in 0s (725 kB/s)
  35. Selecting previously unselected package net-tools.
  36. (Reading database ... 120024 files and directories currently installed.)
  37. Preparing to unpack .../net-tools_1.60+git20181103.0eebece-1ubuntu5_amd64.deb ...
  38. Unpacking net-tools (1.60+git20181103.0eebece-1ubuntu5) ...
  39. Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ...
  40. Processing triggers for man-db (2.10.2-1) ...
  41. NEEDRESTART-VER: 3.5
  42. NEEDRESTART-KCUR: 5.15.0-60-generic
  43. NEEDRESTART-KEXP: 5.15.0-60-generic
  44. NEEDRESTART-KSTA: 1
  45. NEEDRESTART-SVC: dbus.service
  46. NEEDRESTART-SVC: ModemManager.service
  47. NEEDRESTART-SVC: multipathd.service
  48. NEEDRESTART-SVC: networkd-dispatcher.service
  49. NEEDRESTART-SVC: polkit.service
  50. NEEDRESTART-SVC: ssh.service
  51. NEEDRESTART-SVC: systemd-logind.service
  52. NEEDRESTART-SVC: udisks2.service
  53. NEEDRESTART-SVC: unattended-upgrades.service
  54. NEEDRESTART-SVC: user@0.service
  55. ++ info_block 'Error Info - 375' 0
  56. ++ echo ----------------------------------------------------------------------
  57. ----------------------------------------------------------------------
  58. ++ print_info 'Error Info - 375' 0
  59. ++ PROC_NAME='- [ Error Info - 375 0 ] -'
  60. ++ printf '\n%s%s\n' '- [ Error Info - 375 0 ] -' --------------------------------------------
  61.  
  62. - [ Error Info - 375 0 ] ---------------------------------------------
  63. ++ echo ----------------------------------------------------------------------
  64. ----------------------------------------------------------------------
  65. ++ exit_state 1
  66. ++ set +x
  67. ----------------------------------------------------------------------
  68.  
  69. - [ Run Time = 44 seconds || 0 minutes ] -----------------------------
  70. ----------------------------------------------------------------------
  71. ----------------------------------------------------------------------
  72.  
  73. - [ Status: Failure ] ------------------------------------------------
  74. ----------------------------------------------------------------------
  75. root@yoga-deployment:~# cat run-osa-bootscript.sh
  76. #!/bin/bash
  77.  
  78. cd /opt/openstack-ansible
  79. scripts/bootstrap-ansible.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement