Guest User

error

a guest
Jul 30th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. (.venv_infrared) [root@dell-r430-13 infrared]# infrared tripleo-undercloud --version 13 --images-task=rpm
  2. install:
  3. buildmods: pin
  4. disk:
  5. pool: /var/lib/libvirt/images
  6. images:
  7. cleanup: true
  8. task: rpm
  9. update: false
  10. ntp:
  11. server: clock.redhat.com
  12. post: true
  13. registry:
  14. mirror: docker-registry.engineering.redhat.com
  15. namespace: rhosp14
  16. skip:
  17. puddle: false
  18. tag:
  19. discover: false
  20. undercloud:
  21. skip: false
  22. snapshot:
  23. filename: undercloud-snapshot.qcow2
  24. splitstack: false
  25. ssl: false
  26. tls:
  27. everywhere: false
  28. undercloud:
  29. extra:
  30. args: ''
  31. user:
  32. name: stack
  33. password: stack
  34. validate: true
  35. version: '13'
  36.  
  37.  
  38. PLAY [Perform validation] *************************************************************************
  39.  
  40. TASK [Gathering Facts] ****************************************************************************
  41. ok: [localhost]
  42.  
  43. TASK [fail] ***************************************************************************************
  44. skipping: [localhost]
  45.  
  46. TASK [fail] ***************************************************************************************
  47. skipping: [localhost]
  48.  
  49. TASK [fail] ***************************************************************************************
  50. skipping: [localhost]
  51.  
  52. TASK [validate director build] ********************************************************************
  53. skipping: [localhost]
  54. [WARNING]: Could not match supplied host pattern, ignoring: undercloud
  55.  
  56.  
  57. PLAY [Validate Undercloud] ************************************************************************
  58. skipping: no hosts matched
  59. [WARNING]: Could not match supplied host pattern, ignoring: hypervisor
  60.  
  61.  
  62. PLAY [Add rhos-release repos and update ipxe-roms (for Ironic)] ***********************************
  63. skipping: no hosts matched
  64.  
  65. PLAY [Create the stack user on the hypervisor and allow SSH to hypervisor] ************************
  66. skipping: no hosts matched
  67.  
  68. PLAY [Pre Run Adjustments] ************************************************************************
  69. skipping: no hosts matched
  70.  
  71. PLAY [Setup non-root User] ************************************************************************
  72. skipping: no hosts matched
  73.  
  74. PLAY [update inventory file] **********************************************************************
  75.  
  76. TASK [inventory-update : set_fact] ****************************************************************
  77.  
  78. TASK [inventory-update : generate inventory file] *************************************************
  79. ok: [localhost]
  80.  
  81. TASK [inventory-update : update inventory file symlink] *******************************************
  82. ok: [localhost]
  83.  
  84. PLAY [Configure and Install Undercloud Repositories] **********************************************
  85. skipping: no hosts matched
  86.  
  87. PLAY [Check if we have shade node in groups] ******************************************************
  88.  
  89. TASK [Gathering Facts] ****************************************************************************
  90. ok: [localhost]
  91.  
  92. TASK [Adding host to 'shade' group] ***************************************************************
  93. fatal: [localhost]: FAILED! => {"msg": "The field 'vars' has an invalid value, which includes an undefined variable. The error was: 'dict object' has no attribute 'undercloud'\n\nThe error appears to have been in '/root/.venv_infrared/infrared/plugins/tripleo-undercloud/shade.yml': line 7, column 9, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n tasks:\n - name: Adding host to 'shade' group\n ^ here\n\nexception type: <class 'ansible.errors.AnsibleUndefinedVariable'>\nexception: 'dict object' has no attribute 'undercloud'"}
  94.  
  95. NO MORE HOSTS LEFT ********************************************************************************
  96. to retry, use: --limit @/root/.venv_infrared/infrared/plugins/tripleo-undercloud/main.retry
  97.  
  98. PLAY RECAP ****************************************************************************************
  99. localhost : ok=4 changed=0 unreachable=0 failed=1
  100.  
  101. ERROR Playbook "/root/.venv_infrared/infrared/plugins/tripleo-undercloud/main.yml" failed!
  102. (.venv_infrared) [root@dell-r430-13 infrared]#
Add Comment
Please, Sign In to add comment